@nuraly/lumenui 0.1.0 → 0.2.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/nuralyui.bundle.js +23024 -17355
- package/dist/nuralyui.bundle.js.gz +0 -0
- package/dist/src/components/alert/alert.component.d.ts +8 -5
- package/dist/src/components/alert/alert.component.js +24 -20
- package/dist/src/components/alert/alert.style.d.ts +0 -7
- package/dist/src/components/alert/alert.style.js +48 -90
- package/dist/src/components/alert/bundle.js +82 -108
- package/dist/src/components/alert/bundle.js.gz +0 -0
- package/dist/src/components/badge/badge.component.d.ts +9 -8
- package/dist/src/components/badge/badge.component.js +17 -14
- package/dist/src/components/badge/badge.style.d.ts +0 -7
- package/dist/src/components/badge/badge.style.js +49 -107
- package/dist/src/components/badge/bundle.js +81 -119
- package/dist/src/components/badge/bundle.js.gz +0 -0
- package/dist/src/components/breadcrumb/breadcrumb.component.d.ts +8 -10
- package/dist/src/components/breadcrumb/breadcrumb.component.js +16 -15
- package/dist/src/components/breadcrumb/breadcrumb.style.d.ts +0 -7
- package/dist/src/components/breadcrumb/breadcrumb.style.js +42 -60
- package/dist/src/components/breadcrumb/bundle.js +96 -93
- package/dist/src/components/breadcrumb/bundle.js.gz +0 -0
- package/dist/src/components/button/bundle.js +221 -470
- package/dist/src/components/button/bundle.js.gz +0 -0
- package/dist/src/components/button/button.component.d.ts +2 -1
- package/dist/src/components/button/button.component.js +6 -6
- package/dist/src/components/button/button.style.d.ts +0 -7
- package/dist/src/components/button/button.style.js +167 -433
- package/dist/src/components/canvas/base-canvas.component.d.ts +2 -1
- package/dist/src/components/canvas/base-canvas.component.js +1 -0
- package/dist/src/components/canvas/bundle.js +16919 -9595
- package/dist/src/components/canvas/bundle.js.gz +0 -0
- package/dist/src/components/canvas/canvas.constants.d.ts +1 -1
- package/dist/src/components/canvas/canvas.constants.js +1 -1
- package/dist/src/components/canvas/chatbot-panel.style.js +31 -31
- package/dist/src/components/canvas/index.d.ts +2 -0
- package/dist/src/components/canvas/index.js +3 -0
- package/dist/src/components/canvas/whiteboard-canvas.component.d.ts +3 -1
- package/dist/src/components/canvas/whiteboard-canvas.component.js +19 -1
- package/dist/src/components/canvas/whiteboard-canvas.style.js +159 -138
- package/dist/src/components/canvas/whiteboard-node.component.d.ts +2 -1
- package/dist/src/components/canvas/whiteboard-node.component.js +2 -1
- package/dist/src/components/canvas/whiteboard-node.style.js +44 -44
- package/dist/src/components/canvas/workflow-canvas-only.d.ts +4 -0
- package/dist/src/components/canvas/workflow-canvas-only.js +5 -0
- package/dist/src/components/canvas/workflow-canvas.component.d.ts +3 -1
- package/dist/src/components/canvas/workflow-canvas.component.js +24 -2
- package/dist/src/components/canvas/workflow-canvas.style.js +776 -648
- package/dist/src/components/canvas/workflow-canvas.types.d.ts +113 -4
- package/dist/src/components/canvas/workflow-canvas.types.js +646 -3
- package/dist/src/components/canvas/workflow-node.component.d.ts +3 -2
- package/dist/src/components/canvas/workflow-node.component.js +5 -5
- package/dist/src/components/canvas/workflow-node.style.js +183 -181
- package/dist/src/components/card/bundle.js +43 -35
- package/dist/src/components/card/bundle.js.gz +0 -0
- package/dist/src/components/card/card.component.d.ts +6 -1
- package/dist/src/components/card/card.component.js +8 -2
- package/dist/src/components/card/card.style.js +26 -30
- package/dist/src/components/carousel/bundle.js +8 -8
- package/dist/src/components/carousel/bundle.js.gz +0 -0
- package/dist/src/components/carousel/carousel.component.d.ts +12 -0
- package/dist/src/components/carousel/carousel.component.js +16 -4
- package/dist/src/components/chatbot/bundle.js +422 -406
- package/dist/src/components/chatbot/bundle.js.gz +0 -0
- package/dist/src/components/chatbot/chatbot.component.d.ts +2 -1
- package/dist/src/components/chatbot/chatbot.component.js +1 -0
- package/dist/src/components/chatbot/chatbot.style.js +277 -277
- package/dist/src/components/checkbox/bundle.js +86 -245
- package/dist/src/components/checkbox/bundle.js.gz +0 -0
- package/dist/src/components/checkbox/checkbox.component.d.ts +5 -2
- package/dist/src/components/checkbox/checkbox.component.js +11 -13
- package/dist/src/components/checkbox/checkbox.style.js +56 -231
- package/dist/src/components/code-editor/bundle.js +151 -25
- package/dist/src/components/code-editor/bundle.js.gz +0 -0
- package/dist/src/components/code-editor/code-editor.component.d.ts +18 -56
- package/dist/src/components/code-editor/code-editor.component.js +141 -394
- package/dist/src/components/code-editor/code-editor.style.js +139 -15
- package/dist/src/components/collapse/bundle.js +97 -84
- package/dist/src/components/collapse/bundle.js.gz +0 -0
- package/dist/src/components/collapse/collapse.component.d.ts +7 -1
- package/dist/src/components/collapse/collapse.component.js +11 -2
- package/dist/src/components/collapse/collapse.style.js +60 -60
- package/dist/src/components/colorpicker/bundle.js +85 -48
- package/dist/src/components/colorpicker/bundle.js.gz +0 -0
- package/dist/src/components/colorpicker/color-holder.component.d.ts +2 -4
- package/dist/src/components/colorpicker/color-holder.component.js +5 -6
- package/dist/src/components/colorpicker/color-holder.style.js +11 -11
- package/dist/src/components/colorpicker/color-picker.component.d.ts +2 -1
- package/dist/src/components/colorpicker/color-picker.component.js +1 -0
- package/dist/src/components/colorpicker/color-picker.style.js +12 -12
- package/dist/src/components/colorpicker/default-color-sets.component.d.ts +2 -2
- package/dist/src/components/colorpicker/default-color-sets.component.js +4 -3
- package/dist/src/components/colorpicker/default-color-sets.style.js +5 -5
- package/dist/src/components/container/bundle.js +24 -14
- package/dist/src/components/container/bundle.js.gz +0 -0
- package/dist/src/components/container/container.component.d.ts +4 -1
- package/dist/src/components/container/container.component.js +7 -5
- package/dist/src/components/container/container.style.js +9 -9
- package/dist/src/components/datepicker/bundle.js +193 -177
- package/dist/src/components/datepicker/bundle.js.gz +0 -0
- package/dist/src/components/datepicker/datepicker.component.d.ts +2 -1
- package/dist/src/components/datepicker/datepicker.component.js +1 -0
- package/dist/src/components/datepicker/datepicker.style.js +65 -65
- package/dist/src/components/datepicker/datepicker.style.variables.js +91 -91
- package/dist/src/components/db-connection-select/bundle.js +7 -6
- package/dist/src/components/db-connection-select/bundle.js.gz +0 -0
- package/dist/src/components/db-connection-select/db-connection-select.component.d.ts +3 -0
- package/dist/src/components/db-connection-select/db-connection-select.component.js +4 -0
- package/dist/src/components/divider/bundle.js +61 -35
- package/dist/src/components/divider/bundle.js.gz +0 -0
- package/dist/src/components/divider/divider.component.d.ts +4 -6
- package/dist/src/components/divider/divider.component.js +10 -14
- package/dist/src/components/divider/divider.style.js +41 -31
- package/dist/src/components/document/bundle.js +50 -48
- package/dist/src/components/document/bundle.js.gz +0 -0
- package/dist/src/components/document/document.component.d.ts +12 -1
- package/dist/src/components/document/document.component.js +18 -6
- package/dist/src/components/document/document.style.js +21 -36
- package/dist/src/components/dropdown/bundle.js +117 -101
- package/dist/src/components/dropdown/bundle.js.gz +0 -0
- package/dist/src/components/dropdown/dropdown.component.d.ts +2 -1
- package/dist/src/components/dropdown/dropdown.component.js +1 -0
- package/dist/src/components/dropdown/dropdown.style.js +68 -68
- package/dist/src/components/file-upload/bundle.js +82 -76
- package/dist/src/components/file-upload/bundle.js.gz +0 -0
- package/dist/src/components/file-upload/file-upload.component.d.ts +2 -1
- package/dist/src/components/file-upload/file-upload.component.js +1 -0
- package/dist/src/components/file-upload/styles.js +59 -59
- package/dist/src/components/flex/bundle.js +18 -8
- package/dist/src/components/flex/bundle.js.gz +0 -0
- package/dist/src/components/flex/flex.component.d.ts +4 -1
- package/dist/src/components/flex/flex.component.js +7 -4
- package/dist/src/components/flex/flex.style.js +2 -2
- package/dist/src/components/form/bundle.js +22 -10
- package/dist/src/components/form/bundle.js.gz +0 -0
- package/dist/src/components/form/form.component.d.ts +4 -1
- package/dist/src/components/form/form.component.js +5 -1
- package/dist/src/components/form/form.style.js +2 -2
- package/dist/src/components/grid/bundle.js +26 -14
- package/dist/src/components/grid/bundle.js.gz +0 -0
- package/dist/src/components/grid/col.component.d.ts +4 -1
- package/dist/src/components/grid/col.component.js +4 -1
- package/dist/src/components/grid/col.style.js +2 -2
- package/dist/src/components/grid/row.component.d.ts +4 -1
- package/dist/src/components/grid/row.component.js +4 -1
- package/dist/src/components/grid/row.style.js +2 -2
- package/dist/src/components/icon/bundle.js +78 -252
- package/dist/src/components/icon/bundle.js.gz +0 -0
- package/dist/src/components/icon/icon-paths.d.ts +2 -0
- package/dist/src/components/icon/icon-paths.js +141 -0
- package/dist/src/components/icon/icon.component.d.ts +10 -12
- package/dist/src/components/icon/icon.component.js +42 -93
- package/dist/src/components/icon/icon.style.js +42 -130
- package/dist/src/components/icon/icon.variables.js +9 -9
- package/dist/src/components/iconpicker/bundle.js +859 -1511
- package/dist/src/components/iconpicker/bundle.js.gz +0 -0
- package/dist/src/components/iconpicker/icon-picker.component.d.ts +2 -1
- package/dist/src/components/iconpicker/icon-picker.component.js +1 -0
- package/dist/src/components/iconpicker/icon-picker.style.js +13 -13
- package/dist/src/components/image/bundle.js +43 -33
- package/dist/src/components/image/bundle.js.gz +0 -0
- package/dist/src/components/image/image.component.d.ts +10 -1
- package/dist/src/components/image/image.component.js +13 -3
- package/dist/src/components/image/image.style.js +19 -26
- package/dist/src/components/input/bundle.js +420 -644
- package/dist/src/components/input/bundle.js.gz +0 -0
- package/dist/src/components/input/input.component.d.ts +16 -3
- package/dist/src/components/input/input.component.js +43 -27
- package/dist/src/components/input/input.style.d.ts +1 -1
- package/dist/src/components/input/input.style.js +331 -634
- package/dist/src/components/kv-secret-select/bundle.js +2 -1
- package/dist/src/components/kv-secret-select/bundle.js.gz +0 -0
- package/dist/src/components/kv-secret-select/kv-secret-select.component.d.ts +3 -0
- package/dist/src/components/kv-secret-select/kv-secret-select.component.js +4 -0
- package/dist/src/components/label/bundle.js +37 -60
- package/dist/src/components/label/bundle.js.gz +0 -0
- package/dist/src/components/label/label.component.d.ts +8 -4
- package/dist/src/components/label/label.component.js +9 -14
- package/dist/src/components/label/label.style.js +17 -25
- package/dist/src/components/label/label.style.variables.js +18 -18
- package/dist/src/components/layout/bundle.js +86 -70
- package/dist/src/components/layout/bundle.js.gz +0 -0
- package/dist/src/components/layout/content.component.d.ts +2 -1
- package/dist/src/components/layout/content.component.js +2 -1
- package/dist/src/components/layout/content.style.js +3 -3
- package/dist/src/components/layout/footer.component.d.ts +2 -1
- package/dist/src/components/layout/footer.component.js +3 -2
- package/dist/src/components/layout/footer.style.js +7 -7
- package/dist/src/components/layout/header.component.d.ts +2 -1
- package/dist/src/components/layout/header.component.js +3 -2
- package/dist/src/components/layout/header.style.js +7 -7
- package/dist/src/components/layout/layout.component.d.ts +4 -7
- package/dist/src/components/layout/layout.component.js +9 -22
- package/dist/src/components/layout/layout.style.js +1 -1
- package/dist/src/components/layout/sider.component.d.ts +3 -1
- package/dist/src/components/layout/sider.component.js +3 -1
- package/dist/src/components/layout/sider.style.js +29 -29
- package/dist/src/components/menu/bundle.js +135 -125
- package/dist/src/components/menu/bundle.js.gz +0 -0
- package/dist/src/components/menu/menu.component.d.ts +2 -1
- package/dist/src/components/menu/menu.component.js +1 -0
- package/dist/src/components/menu/menu.style.js +87 -87
- package/dist/src/components/modal/bundle.js +105 -96
- package/dist/src/components/modal/bundle.js.gz +0 -0
- package/dist/src/components/modal/modal.component.d.ts +2 -1
- package/dist/src/components/modal/modal.component.js +1 -0
- package/dist/src/components/modal/modal.style.js +69 -71
- package/dist/src/components/panel/bundle.js +190 -391
- package/dist/src/components/panel/bundle.js.gz +0 -0
- package/dist/src/components/panel/panel.component.d.ts +2 -1
- package/dist/src/components/panel/panel.component.js +1 -0
- package/dist/src/components/panel/panel.style.js +65 -65
- package/dist/src/components/popconfirm/bundle.js +107 -93
- package/dist/src/components/popconfirm/bundle.js.gz +0 -0
- package/dist/src/components/popconfirm/popconfirm-manager.component.d.ts +2 -1
- package/dist/src/components/popconfirm/popconfirm-manager.component.js +1 -0
- package/dist/src/components/popconfirm/popconfirm-manager.style.js +16 -16
- package/dist/src/components/popconfirm/popconfirm.component.d.ts +2 -1
- package/dist/src/components/popconfirm/popconfirm.component.js +9 -5
- package/dist/src/components/popconfirm/popconfirm.style.js +43 -43
- package/dist/src/components/radio/bundle.js +56 -86
- package/dist/src/components/radio/bundle.js.gz +0 -0
- package/dist/src/components/radio/radio.component.d.ts +8 -2
- package/dist/src/components/radio/radio.component.js +17 -9
- package/dist/src/components/radio/radio.style.js +30 -77
- package/dist/src/components/radio-group/bundle.js +125 -89
- package/dist/src/components/radio-group/bundle.js.gz +0 -0
- package/dist/src/components/radio-group/radio-group.component.d.ts +5 -1
- package/dist/src/components/radio-group/radio-group.component.js +18 -10
- package/dist/src/components/radio-group/radio-group.style.js +44 -44
- package/dist/src/components/select/bundle.js +260 -367
- package/dist/src/components/select/bundle.js.gz +0 -0
- package/dist/src/components/select/select.component.d.ts +12 -17
- package/dist/src/components/select/select.component.js +35 -35
- package/dist/src/components/select/select.style.js +184 -324
- package/dist/src/components/skeleton/bundle.js +82 -162
- package/dist/src/components/skeleton/bundle.js.gz +0 -0
- package/dist/src/components/skeleton/skeleton.component.d.ts +10 -5
- package/dist/src/components/skeleton/skeleton.component.js +20 -7
- package/dist/src/components/skeleton/skeleton.style.js +34 -133
- package/dist/src/components/slider-input/bundle.js +89 -88
- package/dist/src/components/slider-input/bundle.js.gz +0 -0
- package/dist/src/components/slider-input/slider-input.component.d.ts +11 -0
- package/dist/src/components/slider-input/slider-input.component.js +20 -8
- package/dist/src/components/slider-input/slider-input.style.js +47 -47
- package/dist/src/components/slider-input/slider-input.style.variables.js +32 -32
- package/dist/src/components/table/bundle.js +149 -128
- package/dist/src/components/table/bundle.js.gz +0 -0
- package/dist/src/components/table/table.component.d.ts +2 -1
- package/dist/src/components/table/table.component.js +1 -0
- package/dist/src/components/table/table.style.js +79 -79
- package/dist/src/components/tabs/bundle.js +462 -663
- package/dist/src/components/tabs/bundle.js.gz +0 -0
- package/dist/src/components/tabs/tabs.component.d.ts +6 -1
- package/dist/src/components/tabs/tabs.component.js +8 -1
- package/dist/src/components/tabs/tabs.style.js +200 -201
- package/dist/src/components/tag/bundle.js +44 -36
- package/dist/src/components/tag/bundle.js.gz +0 -0
- package/dist/src/components/tag/tag.component.d.ts +7 -6
- package/dist/src/components/tag/tag.component.js +10 -19
- package/dist/src/components/tag/tag.style.js +20 -24
- package/dist/src/components/textarea/bundle.js +131 -94
- package/dist/src/components/textarea/bundle.js.gz +0 -0
- package/dist/src/components/textarea/textarea.component.d.ts +7 -1
- package/dist/src/components/textarea/textarea.component.js +10 -3
- package/dist/src/components/textarea/textarea.style.d.ts +1 -13
- package/dist/src/components/textarea/textarea.style.js +79 -91
- package/dist/src/components/timeline/bundle.js +71 -134
- package/dist/src/components/timeline/bundle.js.gz +0 -0
- package/dist/src/components/timeline/timeline.component.d.ts +9 -6
- package/dist/src/components/timeline/timeline.component.js +16 -13
- package/dist/src/components/timeline/timeline.style.d.ts +0 -7
- package/dist/src/components/timeline/timeline.style.js +41 -122
- package/dist/src/components/timepicker/bundle.js +196 -166
- package/dist/src/components/timepicker/bundle.js.gz +0 -0
- package/dist/src/components/timepicker/timepicker.component.d.ts +2 -1
- package/dist/src/components/timepicker/timepicker.component.js +1 -0
- package/dist/src/components/timepicker/timepicker.style.js +42 -42
- package/dist/src/components/timepicker/timepicker.style.variables.js +91 -91
- package/dist/src/components/toast/bundle.js +97 -81
- package/dist/src/components/toast/bundle.js.gz +0 -0
- package/dist/src/components/toast/toast.component.d.ts +2 -1
- package/dist/src/components/toast/toast.component.js +1 -0
- package/dist/src/components/toast/toast.style.js +62 -62
- package/dist/src/components/tooltips/bundle.js +10 -10
- package/dist/src/components/tooltips/bundle.js.gz +0 -0
- package/dist/src/components/tooltips/tooltips.component.d.ts +8 -0
- package/dist/src/components/tooltips/tooltips.component.js +9 -1
- package/dist/src/components/tooltips/tooltips.style.js +6 -6
- package/dist/src/components/video/bundle.js +47 -36
- package/dist/src/components/video/bundle.js.gz +0 -0
- package/dist/src/components/video/video.component.d.ts +12 -1
- package/dist/src/components/video/video.component.js +18 -6
- package/dist/src/components/video/video.style.js +18 -24
- package/package.json +25 -12
- package/packages/common/dist/VERSIONS.md +2 -2
- package/packages/common/dist/shared/base-mixin.d.ts +21 -19
- package/packages/common/dist/shared/base-mixin.d.ts.map +1 -1
- package/packages/common/dist/shared/base-mixin.js +102 -18
- package/packages/common/dist/shared/base-mixin.js.map +1 -1
- package/packages/common/dist/shared/index.d.ts +1 -0
- package/packages/common/dist/shared/index.d.ts.map +1 -1
- package/packages/common/dist/shared/index.js +2 -0
- package/packages/common/dist/shared/index.js.map +1 -1
- package/packages/common/dist/shared/style-injector.d.ts +11 -0
- package/packages/common/dist/shared/style-injector.d.ts.map +1 -0
- package/packages/common/dist/shared/style-injector.js +53 -0
- package/packages/common/dist/shared/style-injector.js.map +1 -0
- package/packages/common/dist/shared/theme-mixin.d.ts +2 -24
- package/packages/common/dist/shared/theme-mixin.d.ts.map +1 -1
- package/packages/common/dist/shared/theme-mixin.js +5 -38
- package/packages/common/dist/shared/theme-mixin.js.map +1 -1
- package/packages/themes/dist/default.css +0 -10
- package/packages/themes/dist/package.json +1 -1
|
@@ -14,8 +14,8 @@ export const workflowCanvasStyles = css `
|
|
|
14
14
|
overflow: hidden;
|
|
15
15
|
|
|
16
16
|
/* Force CSS custom property inheritance to ensure theme switching works properly */
|
|
17
|
-
color:
|
|
18
|
-
background-color:
|
|
17
|
+
color: #161616;
|
|
18
|
+
background-color: #ffffff;
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
/* Force re-evaluation of theme-dependent properties on theme change */
|
|
@@ -29,9 +29,9 @@ export const workflowCanvasStyles = css `
|
|
|
29
29
|
height: 100%;
|
|
30
30
|
position: relative;
|
|
31
31
|
z-index: 0;
|
|
32
|
-
background:
|
|
32
|
+
background: #f4f4f4;
|
|
33
33
|
overflow: hidden;
|
|
34
|
-
font-family:
|
|
34
|
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
|
|
35
35
|
/* Prevent browser back/forward navigation on horizontal swipe */
|
|
36
36
|
overscroll-behavior: none;
|
|
37
37
|
touch-action: none;
|
|
@@ -54,9 +54,9 @@ export const workflowCanvasStyles = css `
|
|
|
54
54
|
width: 100%;
|
|
55
55
|
height: 100%;
|
|
56
56
|
background-image:
|
|
57
|
-
linear-gradient(
|
|
58
|
-
linear-gradient(90deg,
|
|
59
|
-
background-size:
|
|
57
|
+
linear-gradient(#e0e0e0 1px, transparent 1px),
|
|
58
|
+
linear-gradient(90deg, #e0e0e0 1px, transparent 1px);
|
|
59
|
+
background-size: 1.25rem 1.25rem;
|
|
60
60
|
z-index: 0;
|
|
61
61
|
pointer-events: none;
|
|
62
62
|
}
|
|
@@ -86,20 +86,20 @@ export const workflowCanvasStyles = css `
|
|
|
86
86
|
/* Edge styles */
|
|
87
87
|
.edge-path {
|
|
88
88
|
fill: none;
|
|
89
|
-
stroke:
|
|
89
|
+
stroke: #a8a8a8;
|
|
90
90
|
stroke-width: 2;
|
|
91
|
-
transition: stroke
|
|
91
|
+
transition: stroke 0.15s ease;
|
|
92
92
|
pointer-events: stroke;
|
|
93
93
|
cursor: pointer;
|
|
94
94
|
}
|
|
95
95
|
|
|
96
96
|
.edge-path:hover {
|
|
97
|
-
stroke:
|
|
97
|
+
stroke: #6a6a6a;
|
|
98
98
|
stroke-width: 3;
|
|
99
99
|
}
|
|
100
100
|
|
|
101
101
|
.edge-path.selected {
|
|
102
|
-
stroke:
|
|
102
|
+
stroke: #7c3aed;
|
|
103
103
|
stroke-width: 3;
|
|
104
104
|
}
|
|
105
105
|
|
|
@@ -114,26 +114,26 @@ export const workflowCanvasStyles = css `
|
|
|
114
114
|
}
|
|
115
115
|
|
|
116
116
|
.edge-arrow {
|
|
117
|
-
fill:
|
|
118
|
-
transition: fill
|
|
117
|
+
fill: #a8a8a8;
|
|
118
|
+
transition: fill 0.15s ease;
|
|
119
119
|
}
|
|
120
120
|
|
|
121
121
|
.edge-path:hover + .edge-arrow,
|
|
122
122
|
.edge-path.selected + .edge-arrow {
|
|
123
|
-
fill:
|
|
123
|
+
fill: #7c3aed;
|
|
124
124
|
}
|
|
125
125
|
|
|
126
126
|
.edge-label {
|
|
127
|
-
font-family:
|
|
128
|
-
font-size:
|
|
129
|
-
fill:
|
|
127
|
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
|
|
128
|
+
font-size: 0.75rem;
|
|
129
|
+
fill: #525252;
|
|
130
130
|
pointer-events: none;
|
|
131
131
|
}
|
|
132
132
|
|
|
133
133
|
/* Temporary connection line */
|
|
134
134
|
.connection-line {
|
|
135
135
|
fill: none;
|
|
136
|
-
stroke:
|
|
136
|
+
stroke: #7c3aed;
|
|
137
137
|
stroke-width: 2;
|
|
138
138
|
stroke-dasharray: 5;
|
|
139
139
|
pointer-events: none;
|
|
@@ -148,7 +148,7 @@ export const workflowCanvasStyles = css `
|
|
|
148
148
|
/* Selection box */
|
|
149
149
|
.selection-box {
|
|
150
150
|
position: absolute;
|
|
151
|
-
border: 1px dashed
|
|
151
|
+
border: 1px dashed #7c3aed;
|
|
152
152
|
background: rgba(59, 130, 246, 0.1);
|
|
153
153
|
pointer-events: none;
|
|
154
154
|
}
|
|
@@ -156,40 +156,41 @@ export const workflowCanvasStyles = css `
|
|
|
156
156
|
/* Minimap */
|
|
157
157
|
.minimap {
|
|
158
158
|
position: absolute;
|
|
159
|
-
bottom:
|
|
160
|
-
right:
|
|
159
|
+
bottom: 1rem;
|
|
160
|
+
right: 1rem;
|
|
161
161
|
width: 200px;
|
|
162
162
|
height: 150px;
|
|
163
|
-
background:
|
|
164
|
-
border: 1px solid
|
|
165
|
-
border-radius:
|
|
163
|
+
background: #f4f4f4;
|
|
164
|
+
border: 1px solid #e0e0e0;
|
|
165
|
+
border-radius: 6px;
|
|
166
166
|
overflow: hidden;
|
|
167
167
|
}
|
|
168
168
|
|
|
169
169
|
.minimap-viewport {
|
|
170
170
|
position: absolute;
|
|
171
|
-
border: 2px solid
|
|
171
|
+
border: 2px solid #7c3aed;
|
|
172
172
|
background: rgba(59, 130, 246, 0.1);
|
|
173
173
|
cursor: move;
|
|
174
174
|
}
|
|
175
175
|
|
|
176
176
|
.minimap-node {
|
|
177
177
|
position: absolute;
|
|
178
|
-
background:
|
|
178
|
+
background: #a8a8a8;
|
|
179
179
|
border-radius: 2px;
|
|
180
180
|
}
|
|
181
181
|
|
|
182
182
|
/* Toolbar */
|
|
183
183
|
.canvas-toolbar {
|
|
184
184
|
position: absolute;
|
|
185
|
-
top:
|
|
186
|
-
left:
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
border
|
|
185
|
+
top: 1rem;
|
|
186
|
+
left: 50%;
|
|
187
|
+
transform: translateX(-50%);
|
|
188
|
+
display: flex;
|
|
189
|
+
gap: 0.5rem;
|
|
190
|
+
padding: 0.5rem;
|
|
191
|
+
background: #e8e8e8;
|
|
192
|
+
border: 1px solid #e0e0e0;
|
|
193
|
+
border-radius: 6px;
|
|
193
194
|
z-index: 100;
|
|
194
195
|
}
|
|
195
196
|
|
|
@@ -197,24 +198,43 @@ export const workflowCanvasStyles = css `
|
|
|
197
198
|
display: flex;
|
|
198
199
|
align-items: center;
|
|
199
200
|
justify-content: center;
|
|
200
|
-
width:
|
|
201
|
-
height:
|
|
201
|
+
width: 32px;
|
|
202
|
+
height: 32px;
|
|
202
203
|
background: transparent;
|
|
203
204
|
border: 1px solid transparent;
|
|
204
|
-
border-radius:
|
|
205
|
-
color:
|
|
205
|
+
border-radius: 4px;
|
|
206
|
+
color: #525252;
|
|
206
207
|
cursor: pointer;
|
|
207
|
-
transition: all
|
|
208
|
+
transition: all 0.15s ease;
|
|
208
209
|
}
|
|
209
210
|
|
|
210
211
|
.toolbar-btn:hover {
|
|
211
|
-
background:
|
|
212
|
-
color:
|
|
212
|
+
background: rgba(0, 0, 0, 0.08);
|
|
213
|
+
color: #161616;
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
.toolbar-btn:hover nr-icon {
|
|
217
|
+
--nr-text: #161616;
|
|
213
218
|
}
|
|
214
219
|
|
|
215
220
|
.toolbar-btn.active {
|
|
216
|
-
background:
|
|
217
|
-
color:
|
|
221
|
+
background: #7c3aed;
|
|
222
|
+
color: #ffffff;
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
.toolbar-btn.active nr-icon,
|
|
226
|
+
.toolbar-btn.active:hover nr-icon {
|
|
227
|
+
color: #fff;
|
|
228
|
+
--nr-text: #fff;
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
.toolbar-btn:focus {
|
|
232
|
+
outline: none;
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
.toolbar-btn:focus-visible {
|
|
236
|
+
outline: 2px solid #7c3aed;
|
|
237
|
+
outline-offset: 1px;
|
|
218
238
|
}
|
|
219
239
|
|
|
220
240
|
.toolbar-btn:disabled {
|
|
@@ -228,28 +248,28 @@ export const workflowCanvasStyles = css `
|
|
|
228
248
|
|
|
229
249
|
.toolbar-divider {
|
|
230
250
|
width: 1px;
|
|
231
|
-
background:
|
|
232
|
-
margin: 0
|
|
251
|
+
background: #e0e0e0;
|
|
252
|
+
margin: 0 0.25rem;
|
|
233
253
|
}
|
|
234
254
|
|
|
235
255
|
/* Zoom controls */
|
|
236
256
|
.zoom-controls {
|
|
237
257
|
position: absolute;
|
|
238
|
-
bottom:
|
|
239
|
-
left:
|
|
258
|
+
bottom: 1rem;
|
|
259
|
+
left: 1rem;
|
|
240
260
|
display: flex;
|
|
241
261
|
align-items: center;
|
|
242
|
-
gap:
|
|
243
|
-
padding:
|
|
244
|
-
background:
|
|
245
|
-
border: 1px solid
|
|
246
|
-
border-radius:
|
|
262
|
+
gap: 0.5rem;
|
|
263
|
+
padding: 0.5rem;
|
|
264
|
+
background: #e8e8e8;
|
|
265
|
+
border: 1px solid #e0e0e0;
|
|
266
|
+
border-radius: 6px;
|
|
247
267
|
}
|
|
248
268
|
|
|
249
269
|
.zoom-value {
|
|
250
|
-
font-family:
|
|
251
|
-
font-size:
|
|
252
|
-
color:
|
|
270
|
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
|
|
271
|
+
font-size: 0.875rem;
|
|
272
|
+
color: #525252;
|
|
253
273
|
min-width: 48px;
|
|
254
274
|
text-align: center;
|
|
255
275
|
}
|
|
@@ -258,12 +278,12 @@ export const workflowCanvasStyles = css `
|
|
|
258
278
|
.node-palette {
|
|
259
279
|
position: absolute;
|
|
260
280
|
top: 64px;
|
|
261
|
-
left:
|
|
281
|
+
left: 1rem;
|
|
262
282
|
width: 220px;
|
|
263
283
|
max-height: calc(100% - 180px);
|
|
264
|
-
background:
|
|
265
|
-
border: 1px solid
|
|
266
|
-
border-radius:
|
|
284
|
+
background: #f4f4f4;
|
|
285
|
+
border: 1px solid #e0e0e0;
|
|
286
|
+
border-radius: 6px;
|
|
267
287
|
overflow: hidden;
|
|
268
288
|
z-index: 90;
|
|
269
289
|
display: flex;
|
|
@@ -274,39 +294,39 @@ export const workflowCanvasStyles = css `
|
|
|
274
294
|
display: flex;
|
|
275
295
|
align-items: center;
|
|
276
296
|
justify-content: space-between;
|
|
277
|
-
padding:
|
|
278
|
-
border-bottom: 1px solid
|
|
297
|
+
padding: 0.75rem;
|
|
298
|
+
border-bottom: 1px solid #e0e0e0;
|
|
279
299
|
}
|
|
280
300
|
|
|
281
301
|
.palette-title {
|
|
282
|
-
font-family:
|
|
283
|
-
font-size:
|
|
284
|
-
font-weight:
|
|
285
|
-
color:
|
|
302
|
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
|
|
303
|
+
font-size: 0.875rem;
|
|
304
|
+
font-weight: 600;
|
|
305
|
+
color: #161616;
|
|
286
306
|
text-transform: uppercase;
|
|
287
307
|
}
|
|
288
308
|
|
|
289
309
|
.palette-close {
|
|
290
310
|
background: none;
|
|
291
311
|
border: none;
|
|
292
|
-
color:
|
|
312
|
+
color: #525252;
|
|
293
313
|
cursor: pointer;
|
|
294
|
-
padding:
|
|
314
|
+
padding: 0.25rem;
|
|
295
315
|
display: flex;
|
|
296
316
|
align-items: center;
|
|
297
317
|
justify-content: center;
|
|
298
|
-
border-radius:
|
|
299
|
-
transition: all
|
|
318
|
+
border-radius: 4px;
|
|
319
|
+
transition: all 0.15s ease;
|
|
300
320
|
}
|
|
301
321
|
|
|
302
322
|
.palette-close:hover {
|
|
303
|
-
color:
|
|
304
|
-
background:
|
|
323
|
+
color: #161616;
|
|
324
|
+
background: rgba(0, 0, 0, 0.05);
|
|
305
325
|
}
|
|
306
326
|
|
|
307
327
|
.palette-search {
|
|
308
|
-
padding:
|
|
309
|
-
border-bottom: 1px solid
|
|
328
|
+
padding: 0.5rem 0.75rem;
|
|
329
|
+
border-bottom: 1px solid #e0e0e0;
|
|
310
330
|
}
|
|
311
331
|
|
|
312
332
|
.palette-search nr-input {
|
|
@@ -314,7 +334,7 @@ export const workflowCanvasStyles = css `
|
|
|
314
334
|
}
|
|
315
335
|
|
|
316
336
|
.palette-search nr-icon {
|
|
317
|
-
color:
|
|
337
|
+
color: #a8a8a8;
|
|
318
338
|
}
|
|
319
339
|
|
|
320
340
|
.palette-empty {
|
|
@@ -322,11 +342,11 @@ export const workflowCanvasStyles = css `
|
|
|
322
342
|
flex-direction: column;
|
|
323
343
|
align-items: center;
|
|
324
344
|
justify-content: center;
|
|
325
|
-
gap:
|
|
326
|
-
padding:
|
|
327
|
-
color:
|
|
328
|
-
font-family:
|
|
329
|
-
font-size:
|
|
345
|
+
gap: 0.5rem;
|
|
346
|
+
padding: 1.5rem;
|
|
347
|
+
color: #a8a8a8;
|
|
348
|
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
|
|
349
|
+
font-size: 0.875rem;
|
|
330
350
|
}
|
|
331
351
|
|
|
332
352
|
.palette-empty nr-icon {
|
|
@@ -337,30 +357,31 @@ export const workflowCanvasStyles = css `
|
|
|
337
357
|
.palette-content {
|
|
338
358
|
flex: 1;
|
|
339
359
|
overflow-y: auto;
|
|
360
|
+
overflow-x: hidden;
|
|
340
361
|
overscroll-behavior: contain;
|
|
341
362
|
min-height: 0;
|
|
342
363
|
}
|
|
343
364
|
|
|
344
365
|
.palette-category {
|
|
345
|
-
border-bottom: 1px solid
|
|
366
|
+
border-bottom: 1px solid #e0e0e0;
|
|
346
367
|
}
|
|
347
368
|
|
|
348
369
|
.category-header {
|
|
349
370
|
display: flex;
|
|
350
371
|
align-items: center;
|
|
351
|
-
gap:
|
|
352
|
-
padding:
|
|
353
|
-
font-family:
|
|
354
|
-
font-size:
|
|
355
|
-
font-weight:
|
|
356
|
-
color:
|
|
372
|
+
gap: 0.5rem;
|
|
373
|
+
padding: 10px 0.75rem;
|
|
374
|
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
|
|
375
|
+
font-size: 0.75rem;
|
|
376
|
+
font-weight: 600;
|
|
377
|
+
color: #525252;
|
|
357
378
|
text-transform: uppercase;
|
|
358
379
|
cursor: pointer;
|
|
359
|
-
transition: background
|
|
380
|
+
transition: background 0.15s ease;
|
|
360
381
|
}
|
|
361
382
|
|
|
362
383
|
.category-header:hover {
|
|
363
|
-
background:
|
|
384
|
+
background: rgba(0, 0, 0, 0.03);
|
|
364
385
|
}
|
|
365
386
|
|
|
366
387
|
.category-header nr-icon {
|
|
@@ -368,28 +389,31 @@ export const workflowCanvasStyles = css `
|
|
|
368
389
|
}
|
|
369
390
|
|
|
370
391
|
.category-items {
|
|
371
|
-
padding:
|
|
392
|
+
padding: 0.5rem;
|
|
372
393
|
display: grid;
|
|
373
394
|
grid-template-columns: 1fr 1fr;
|
|
374
|
-
gap:
|
|
395
|
+
gap: 0.5rem;
|
|
375
396
|
}
|
|
376
397
|
|
|
377
398
|
.palette-item {
|
|
378
399
|
display: flex;
|
|
379
400
|
flex-direction: column;
|
|
380
401
|
align-items: center;
|
|
381
|
-
gap:
|
|
382
|
-
padding:
|
|
383
|
-
background:
|
|
384
|
-
border: 1px solid
|
|
385
|
-
border-radius:
|
|
402
|
+
gap: 0.25rem;
|
|
403
|
+
padding: 0.5rem;
|
|
404
|
+
background: #e8e8e8;
|
|
405
|
+
border: 1px solid #e0e0e0;
|
|
406
|
+
border-radius: 4px;
|
|
386
407
|
cursor: grab;
|
|
387
|
-
transition: all
|
|
408
|
+
transition: all 0.15s ease;
|
|
409
|
+
min-width: 0;
|
|
410
|
+
width: 100%;
|
|
411
|
+
box-sizing: border-box;
|
|
388
412
|
}
|
|
389
413
|
|
|
390
414
|
.palette-item:hover {
|
|
391
|
-
background:
|
|
392
|
-
border-color:
|
|
415
|
+
background: rgba(0, 0, 0, 0.04);
|
|
416
|
+
border-color: #a8a8a8;
|
|
393
417
|
}
|
|
394
418
|
|
|
395
419
|
.palette-item:active {
|
|
@@ -402,8 +426,8 @@ export const workflowCanvasStyles = css `
|
|
|
402
426
|
justify-content: center;
|
|
403
427
|
width: 28px;
|
|
404
428
|
height: 28px;
|
|
405
|
-
border-radius:
|
|
406
|
-
color:
|
|
429
|
+
border-radius: 4px;
|
|
430
|
+
color: #ffffff;
|
|
407
431
|
}
|
|
408
432
|
|
|
409
433
|
.palette-item-icon nr-icon {
|
|
@@ -411,9 +435,9 @@ export const workflowCanvasStyles = css `
|
|
|
411
435
|
}
|
|
412
436
|
|
|
413
437
|
.palette-item-name {
|
|
414
|
-
font-family:
|
|
415
|
-
font-size:
|
|
416
|
-
color:
|
|
438
|
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
|
|
439
|
+
font-size: 0.75rem;
|
|
440
|
+
color: #525252;
|
|
417
441
|
text-align: center;
|
|
418
442
|
white-space: nowrap;
|
|
419
443
|
overflow: hidden;
|
|
@@ -425,32 +449,32 @@ export const workflowCanvasStyles = css `
|
|
|
425
449
|
.context-menu {
|
|
426
450
|
position: fixed;
|
|
427
451
|
min-width: 160px;
|
|
428
|
-
background:
|
|
429
|
-
border: 1px solid
|
|
430
|
-
border-radius:
|
|
431
|
-
padding:
|
|
452
|
+
background: #f4f4f4;
|
|
453
|
+
border: 1px solid #e0e0e0;
|
|
454
|
+
border-radius: 6px;
|
|
455
|
+
padding: 0.25rem 0;
|
|
432
456
|
z-index: 1000;
|
|
433
|
-
box-shadow:
|
|
457
|
+
box-shadow: 0 4px 16px rgba(0,0,0,0.2);
|
|
434
458
|
}
|
|
435
459
|
|
|
436
460
|
.context-menu-item {
|
|
437
461
|
display: flex;
|
|
438
462
|
align-items: center;
|
|
439
|
-
gap:
|
|
440
|
-
padding:
|
|
441
|
-
font-family:
|
|
442
|
-
font-size:
|
|
443
|
-
color:
|
|
463
|
+
gap: 0.5rem;
|
|
464
|
+
padding: 0.5rem 0.75rem;
|
|
465
|
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
|
|
466
|
+
font-size: 0.875rem;
|
|
467
|
+
color: #161616;
|
|
444
468
|
cursor: pointer;
|
|
445
|
-
transition: background
|
|
469
|
+
transition: background 0.15s ease;
|
|
446
470
|
}
|
|
447
471
|
|
|
448
472
|
.context-menu-item:hover {
|
|
449
|
-
background:
|
|
473
|
+
background: rgba(0, 0, 0, 0.05);
|
|
450
474
|
}
|
|
451
475
|
|
|
452
476
|
.context-menu-item.danger {
|
|
453
|
-
color:
|
|
477
|
+
color: #ef4444;
|
|
454
478
|
}
|
|
455
479
|
|
|
456
480
|
.context-menu-item nr-icon {
|
|
@@ -460,14 +484,14 @@ export const workflowCanvasStyles = css `
|
|
|
460
484
|
.context-menu-shortcut {
|
|
461
485
|
margin-left: auto;
|
|
462
486
|
font-size: 11px;
|
|
463
|
-
color:
|
|
487
|
+
color: #525252;
|
|
464
488
|
opacity: 0.7;
|
|
465
489
|
}
|
|
466
490
|
|
|
467
491
|
.context-menu-divider {
|
|
468
492
|
height: 1px;
|
|
469
|
-
background:
|
|
470
|
-
margin:
|
|
493
|
+
background: #e0e0e0;
|
|
494
|
+
margin: 0.25rem 0;
|
|
471
495
|
}
|
|
472
496
|
|
|
473
497
|
/* Configuration panel */
|
|
@@ -475,14 +499,14 @@ export const workflowCanvasStyles = css `
|
|
|
475
499
|
position: absolute;
|
|
476
500
|
width: 320px;
|
|
477
501
|
max-height: 500px;
|
|
478
|
-
background:
|
|
479
|
-
border: 1px solid
|
|
480
|
-
border-radius:
|
|
502
|
+
background: #f4f4f4;
|
|
503
|
+
border: 1px solid #e0e0e0;
|
|
504
|
+
border-radius: 6px;
|
|
481
505
|
overflow: hidden;
|
|
482
506
|
z-index: 200;
|
|
483
507
|
display: flex;
|
|
484
508
|
flex-direction: column;
|
|
485
|
-
box-shadow:
|
|
509
|
+
box-shadow: 0 4px 16px rgba(0,0,0,0.2);
|
|
486
510
|
}
|
|
487
511
|
|
|
488
512
|
.insert-panel {
|
|
@@ -495,19 +519,19 @@ export const workflowCanvasStyles = css `
|
|
|
495
519
|
display: flex;
|
|
496
520
|
align-items: center;
|
|
497
521
|
justify-content: space-between;
|
|
498
|
-
padding:
|
|
499
|
-
border-bottom: 1px solid
|
|
500
|
-
background:
|
|
522
|
+
padding: 0.75rem;
|
|
523
|
+
border-bottom: 1px solid #e0e0e0;
|
|
524
|
+
background: #e8e8e8;
|
|
501
525
|
}
|
|
502
526
|
|
|
503
527
|
.config-panel-title {
|
|
504
528
|
display: flex;
|
|
505
529
|
align-items: center;
|
|
506
|
-
gap:
|
|
507
|
-
font-family:
|
|
508
|
-
font-size:
|
|
509
|
-
font-weight:
|
|
510
|
-
color:
|
|
530
|
+
gap: 0.5rem;
|
|
531
|
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
|
|
532
|
+
font-size: 0.875rem;
|
|
533
|
+
font-weight: 600;
|
|
534
|
+
color: #161616;
|
|
511
535
|
}
|
|
512
536
|
|
|
513
537
|
.config-panel-icon {
|
|
@@ -516,9 +540,9 @@ export const workflowCanvasStyles = css `
|
|
|
516
540
|
justify-content: center;
|
|
517
541
|
width: 24px;
|
|
518
542
|
height: 24px;
|
|
519
|
-
border-radius:
|
|
520
|
-
color:
|
|
521
|
-
margin-right:
|
|
543
|
+
border-radius: 4px;
|
|
544
|
+
color: #ffffff;
|
|
545
|
+
margin-right: 0.5rem;
|
|
522
546
|
}
|
|
523
547
|
|
|
524
548
|
.config-panel-icon nr-icon {
|
|
@@ -528,42 +552,42 @@ export const workflowCanvasStyles = css `
|
|
|
528
552
|
.config-panel-close {
|
|
529
553
|
background: none;
|
|
530
554
|
border: none;
|
|
531
|
-
color:
|
|
555
|
+
color: #525252;
|
|
532
556
|
cursor: pointer;
|
|
533
|
-
padding:
|
|
557
|
+
padding: 0.25rem;
|
|
534
558
|
display: flex;
|
|
535
559
|
align-items: center;
|
|
536
560
|
justify-content: center;
|
|
537
|
-
border-radius:
|
|
538
|
-
transition: all
|
|
561
|
+
border-radius: 4px;
|
|
562
|
+
transition: all 0.15s ease;
|
|
539
563
|
}
|
|
540
564
|
|
|
541
565
|
.config-panel-close:hover {
|
|
542
|
-
color:
|
|
543
|
-
background:
|
|
566
|
+
color: #161616;
|
|
567
|
+
background: rgba(0, 0, 0, 0.05);
|
|
544
568
|
}
|
|
545
569
|
|
|
546
570
|
.config-panel-content {
|
|
547
571
|
flex: 1;
|
|
548
572
|
overflow-y: auto;
|
|
549
|
-
padding:
|
|
573
|
+
padding: 0.75rem;
|
|
550
574
|
display: flex;
|
|
551
575
|
flex-direction: column;
|
|
552
|
-
gap:
|
|
576
|
+
gap: 0.75rem;
|
|
553
577
|
overscroll-behavior: contain;
|
|
554
578
|
}
|
|
555
579
|
|
|
556
580
|
.config-field {
|
|
557
581
|
display: flex;
|
|
558
582
|
flex-direction: column;
|
|
559
|
-
gap:
|
|
583
|
+
gap: 0.25rem;
|
|
560
584
|
}
|
|
561
585
|
|
|
562
586
|
.config-field label {
|
|
563
|
-
font-family:
|
|
564
|
-
font-size:
|
|
565
|
-
font-weight:
|
|
566
|
-
color:
|
|
587
|
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
|
|
588
|
+
font-size: 0.75rem;
|
|
589
|
+
font-weight: 500;
|
|
590
|
+
color: #525252;
|
|
567
591
|
text-transform: uppercase;
|
|
568
592
|
letter-spacing: 0.5px;
|
|
569
593
|
}
|
|
@@ -573,11 +597,11 @@ export const workflowCanvasStyles = css `
|
|
|
573
597
|
}
|
|
574
598
|
|
|
575
599
|
.config-section {
|
|
576
|
-
padding-top:
|
|
577
|
-
border-top: 1px solid
|
|
600
|
+
padding-top: 0.5rem;
|
|
601
|
+
border-top: 1px solid #e0e0e0;
|
|
578
602
|
display: flex;
|
|
579
603
|
flex-direction: column;
|
|
580
|
-
gap:
|
|
604
|
+
gap: 0.75rem;
|
|
581
605
|
}
|
|
582
606
|
|
|
583
607
|
.config-section:first-child {
|
|
@@ -588,28 +612,28 @@ export const workflowCanvasStyles = css `
|
|
|
588
612
|
.config-section-header {
|
|
589
613
|
display: flex;
|
|
590
614
|
flex-direction: column;
|
|
591
|
-
gap:
|
|
615
|
+
gap: 0.25rem;
|
|
592
616
|
}
|
|
593
617
|
|
|
594
618
|
.config-section-title {
|
|
595
|
-
font-family:
|
|
596
|
-
font-size:
|
|
597
|
-
font-weight:
|
|
598
|
-
color:
|
|
619
|
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
|
|
620
|
+
font-size: 0.75rem;
|
|
621
|
+
font-weight: 600;
|
|
622
|
+
color: #a8a8a8;
|
|
599
623
|
text-transform: uppercase;
|
|
600
624
|
letter-spacing: 0.5px;
|
|
601
625
|
}
|
|
602
626
|
|
|
603
627
|
.config-section-desc {
|
|
604
|
-
font-family:
|
|
605
|
-
font-size:
|
|
606
|
-
color:
|
|
628
|
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
|
|
629
|
+
font-size: 0.75rem;
|
|
630
|
+
color: #525252;
|
|
607
631
|
}
|
|
608
632
|
|
|
609
633
|
.config-section-divider {
|
|
610
634
|
height: 1px;
|
|
611
|
-
background:
|
|
612
|
-
margin:
|
|
635
|
+
background: #e0e0e0;
|
|
636
|
+
margin: 0.5rem 0;
|
|
613
637
|
}
|
|
614
638
|
|
|
615
639
|
/* Note color presets */
|
|
@@ -636,7 +660,7 @@ export const workflowCanvasStyles = css `
|
|
|
636
660
|
}
|
|
637
661
|
|
|
638
662
|
.note-color-preset.active {
|
|
639
|
-
border-color:
|
|
663
|
+
border-color: #7c3aed;
|
|
640
664
|
}
|
|
641
665
|
|
|
642
666
|
.note-color-preset nr-icon {
|
|
@@ -645,10 +669,10 @@ export const workflowCanvasStyles = css `
|
|
|
645
669
|
}
|
|
646
670
|
|
|
647
671
|
.field-hint {
|
|
648
|
-
font-family:
|
|
649
|
-
font-size:
|
|
650
|
-
color:
|
|
651
|
-
margin-top:
|
|
672
|
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
|
|
673
|
+
font-size: 0.75rem;
|
|
674
|
+
color: #666;
|
|
675
|
+
margin-top: 0.25rem;
|
|
652
676
|
}
|
|
653
677
|
|
|
654
678
|
/* File upload styles */
|
|
@@ -668,43 +692,43 @@ export const workflowCanvasStyles = css `
|
|
|
668
692
|
display: flex;
|
|
669
693
|
align-items: center;
|
|
670
694
|
justify-content: center;
|
|
671
|
-
gap:
|
|
672
|
-
padding:
|
|
673
|
-
border: 2px dashed
|
|
674
|
-
border-radius:
|
|
675
|
-
background:
|
|
676
|
-
color:
|
|
677
|
-
font-family:
|
|
678
|
-
font-size:
|
|
695
|
+
gap: 0.5rem;
|
|
696
|
+
padding: 0.75rem;
|
|
697
|
+
border: 2px dashed #e0e0e0;
|
|
698
|
+
border-radius: 8px;
|
|
699
|
+
background: #f4f4f4;
|
|
700
|
+
color: #525252;
|
|
701
|
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
|
|
702
|
+
font-size: 0.875rem;
|
|
679
703
|
cursor: pointer;
|
|
680
704
|
transition: all 0.15s ease;
|
|
681
705
|
}
|
|
682
706
|
|
|
683
707
|
.file-upload-label:hover {
|
|
684
|
-
border-color:
|
|
685
|
-
background:
|
|
686
|
-
color:
|
|
708
|
+
border-color: #7c3aed;
|
|
709
|
+
background: rgba(59, 130, 246, 0.1);
|
|
710
|
+
color: #7c3aed;
|
|
687
711
|
}
|
|
688
712
|
|
|
689
713
|
.test-file-info {
|
|
690
714
|
display: flex;
|
|
691
715
|
align-items: center;
|
|
692
716
|
justify-content: space-between;
|
|
693
|
-
padding:
|
|
694
|
-
background:
|
|
695
|
-
border: 1px solid
|
|
696
|
-
border-radius:
|
|
717
|
+
padding: 0.5rem 0.75rem;
|
|
718
|
+
background: #ffffff;
|
|
719
|
+
border: 1px solid #e0e0e0;
|
|
720
|
+
border-radius: 8px;
|
|
697
721
|
}
|
|
698
722
|
|
|
699
723
|
.test-file-details {
|
|
700
724
|
display: flex;
|
|
701
725
|
align-items: center;
|
|
702
|
-
gap:
|
|
726
|
+
gap: 0.5rem;
|
|
703
727
|
overflow: hidden;
|
|
704
728
|
}
|
|
705
729
|
|
|
706
730
|
.test-file-details nr-icon {
|
|
707
|
-
color:
|
|
731
|
+
color: #525252;
|
|
708
732
|
flex-shrink: 0;
|
|
709
733
|
}
|
|
710
734
|
|
|
@@ -716,19 +740,19 @@ export const workflowCanvasStyles = css `
|
|
|
716
740
|
}
|
|
717
741
|
|
|
718
742
|
.test-file-name {
|
|
719
|
-
font-family:
|
|
720
|
-
font-size:
|
|
721
|
-
font-weight:
|
|
722
|
-
color:
|
|
743
|
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
|
|
744
|
+
font-size: 0.875rem;
|
|
745
|
+
font-weight: 500;
|
|
746
|
+
color: #161616;
|
|
723
747
|
white-space: nowrap;
|
|
724
748
|
overflow: hidden;
|
|
725
749
|
text-overflow: ellipsis;
|
|
726
750
|
}
|
|
727
751
|
|
|
728
752
|
.test-file-size {
|
|
729
|
-
font-family:
|
|
730
|
-
font-size:
|
|
731
|
-
color:
|
|
753
|
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
|
|
754
|
+
font-size: 0.75rem;
|
|
755
|
+
color: #525252;
|
|
732
756
|
}
|
|
733
757
|
|
|
734
758
|
.test-file-remove {
|
|
@@ -739,44 +763,44 @@ export const workflowCanvasStyles = css `
|
|
|
739
763
|
height: 24px;
|
|
740
764
|
padding: 0;
|
|
741
765
|
border: none;
|
|
742
|
-
border-radius:
|
|
766
|
+
border-radius: 4px;
|
|
743
767
|
background: transparent;
|
|
744
|
-
color:
|
|
768
|
+
color: #525252;
|
|
745
769
|
cursor: pointer;
|
|
746
770
|
transition: all 0.15s ease;
|
|
747
771
|
flex-shrink: 0;
|
|
748
772
|
}
|
|
749
773
|
|
|
750
774
|
.test-file-remove:hover {
|
|
751
|
-
background:
|
|
752
|
-
color:
|
|
775
|
+
background: rgba(239, 68, 68, 0.1);
|
|
776
|
+
color: #ef4444;
|
|
753
777
|
}
|
|
754
778
|
|
|
755
779
|
.test-workflow-btn {
|
|
756
780
|
display: flex;
|
|
757
781
|
align-items: center;
|
|
758
782
|
justify-content: center;
|
|
759
|
-
gap:
|
|
760
|
-
margin-top:
|
|
783
|
+
gap: 0.5rem;
|
|
784
|
+
margin-top: 0.5rem;
|
|
761
785
|
width: 100%;
|
|
762
|
-
padding:
|
|
763
|
-
background:
|
|
786
|
+
padding: 0.5rem 0.75rem;
|
|
787
|
+
background: #7c3aed;
|
|
764
788
|
border: none;
|
|
765
|
-
border-radius:
|
|
766
|
-
color:
|
|
767
|
-
font-family:
|
|
768
|
-
font-size:
|
|
769
|
-
font-weight:
|
|
789
|
+
border-radius: 6px;
|
|
790
|
+
color: #ffffff;
|
|
791
|
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
|
|
792
|
+
font-size: 0.875rem;
|
|
793
|
+
font-weight: 500;
|
|
770
794
|
cursor: pointer;
|
|
771
|
-
transition: background
|
|
795
|
+
transition: background 0.15s ease;
|
|
772
796
|
}
|
|
773
797
|
|
|
774
798
|
.test-workflow-btn:hover {
|
|
775
|
-
background:
|
|
799
|
+
background: #6d28d9;
|
|
776
800
|
}
|
|
777
801
|
|
|
778
802
|
.test-workflow-btn:active {
|
|
779
|
-
background:
|
|
803
|
+
background: #1d4ed8;
|
|
780
804
|
}
|
|
781
805
|
|
|
782
806
|
.test-workflow-btn nr-icon {
|
|
@@ -785,19 +809,19 @@ export const workflowCanvasStyles = css `
|
|
|
785
809
|
|
|
786
810
|
/* Variables section styles */
|
|
787
811
|
.variables-section {
|
|
788
|
-
margin-top:
|
|
812
|
+
margin-top: 0.75rem;
|
|
789
813
|
}
|
|
790
814
|
|
|
791
815
|
.variables-section .config-section-title {
|
|
792
816
|
display: flex;
|
|
793
817
|
align-items: center;
|
|
794
|
-
gap:
|
|
818
|
+
gap: 0.25rem;
|
|
795
819
|
}
|
|
796
820
|
|
|
797
821
|
.variables-list {
|
|
798
822
|
display: flex;
|
|
799
823
|
flex-direction: column;
|
|
800
|
-
gap:
|
|
824
|
+
gap: 0.5rem;
|
|
801
825
|
max-height: 200px;
|
|
802
826
|
overflow-y: auto;
|
|
803
827
|
}
|
|
@@ -805,14 +829,14 @@ export const workflowCanvasStyles = css `
|
|
|
805
829
|
.variables-group {
|
|
806
830
|
display: flex;
|
|
807
831
|
flex-direction: column;
|
|
808
|
-
gap:
|
|
832
|
+
gap: 0.25rem;
|
|
809
833
|
}
|
|
810
834
|
|
|
811
835
|
.variables-group-header {
|
|
812
|
-
font-family:
|
|
813
|
-
font-size:
|
|
814
|
-
font-weight:
|
|
815
|
-
color:
|
|
836
|
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
|
|
837
|
+
font-size: 0.75rem;
|
|
838
|
+
font-weight: 600;
|
|
839
|
+
color: #7c3aed;
|
|
816
840
|
text-transform: uppercase;
|
|
817
841
|
letter-spacing: 0.3px;
|
|
818
842
|
}
|
|
@@ -821,71 +845,71 @@ export const workflowCanvasStyles = css `
|
|
|
821
845
|
display: flex;
|
|
822
846
|
align-items: center;
|
|
823
847
|
justify-content: space-between;
|
|
824
|
-
gap:
|
|
825
|
-
padding:
|
|
826
|
-
background:
|
|
827
|
-
border-radius:
|
|
848
|
+
gap: 0.5rem;
|
|
849
|
+
padding: 0.25rem 0.5rem;
|
|
850
|
+
background: rgba(0, 0, 0, 0.03);
|
|
851
|
+
border-radius: 4px;
|
|
828
852
|
cursor: pointer;
|
|
829
853
|
transition: background 0.15s ease;
|
|
830
854
|
}
|
|
831
855
|
|
|
832
856
|
.variable-item:hover {
|
|
833
|
-
background:
|
|
857
|
+
background: #e8e8e8;
|
|
834
858
|
}
|
|
835
859
|
|
|
836
860
|
.variable-path {
|
|
837
|
-
font-family:
|
|
838
|
-
font-size:
|
|
839
|
-
color:
|
|
861
|
+
font-family: 'SF Mono', monospace;
|
|
862
|
+
font-size: 0.75rem;
|
|
863
|
+
color: #161616;
|
|
840
864
|
word-break: break-all;
|
|
841
865
|
}
|
|
842
866
|
|
|
843
867
|
.variable-type {
|
|
844
|
-
font-family:
|
|
845
|
-
font-size:
|
|
846
|
-
color:
|
|
868
|
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
|
|
869
|
+
font-size: 0.75rem;
|
|
870
|
+
color: #525252;
|
|
847
871
|
padding: 2px 6px;
|
|
848
|
-
background:
|
|
849
|
-
border-radius:
|
|
872
|
+
background: #f4f4f4;
|
|
873
|
+
border-radius: 3px;
|
|
850
874
|
flex-shrink: 0;
|
|
851
875
|
}
|
|
852
876
|
|
|
853
877
|
.variable-item.dynamic {
|
|
854
|
-
border-left: 2px solid
|
|
878
|
+
border-left: 2px solid #7c3aed;
|
|
855
879
|
}
|
|
856
880
|
|
|
857
881
|
.variable-dynamic-badge {
|
|
858
|
-
font-family:
|
|
882
|
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
|
|
859
883
|
font-size: 9px;
|
|
860
884
|
font-weight: 600;
|
|
861
885
|
text-transform: uppercase;
|
|
862
886
|
letter-spacing: 0.5px;
|
|
863
|
-
color:
|
|
887
|
+
color: #7c3aed;
|
|
864
888
|
padding: 1px 4px;
|
|
865
889
|
background: rgba(15, 98, 254, 0.15);
|
|
866
|
-
border-radius:
|
|
890
|
+
border-radius: 3px;
|
|
867
891
|
flex-shrink: 0;
|
|
868
892
|
}
|
|
869
893
|
|
|
870
894
|
.variables-loading {
|
|
871
|
-
font-family:
|
|
872
|
-
font-size:
|
|
873
|
-
color:
|
|
895
|
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
|
|
896
|
+
font-size: 0.875rem;
|
|
897
|
+
color: #525252;
|
|
874
898
|
font-style: italic;
|
|
875
|
-
padding:
|
|
899
|
+
padding: 0.5rem;
|
|
876
900
|
text-align: center;
|
|
877
901
|
}
|
|
878
902
|
|
|
879
903
|
/* Execution data section styles */
|
|
880
904
|
.execution-section {
|
|
881
|
-
border-top: 1px solid
|
|
882
|
-
margin-top:
|
|
883
|
-
padding-top:
|
|
905
|
+
border-top: 1px solid #e0e0e0;
|
|
906
|
+
margin-top: 0.75rem;
|
|
907
|
+
padding-top: 0.75rem;
|
|
884
908
|
}
|
|
885
909
|
|
|
886
910
|
.execution-status {
|
|
887
|
-
font-family:
|
|
888
|
-
font-size:
|
|
911
|
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
|
|
912
|
+
font-size: 0.75rem;
|
|
889
913
|
font-weight: 600;
|
|
890
914
|
text-transform: uppercase;
|
|
891
915
|
letter-spacing: 0.5px;
|
|
@@ -894,15 +918,15 @@ export const workflowCanvasStyles = css `
|
|
|
894
918
|
.execution-error {
|
|
895
919
|
display: flex;
|
|
896
920
|
align-items: flex-start;
|
|
897
|
-
gap:
|
|
898
|
-
padding:
|
|
921
|
+
gap: 0.5rem;
|
|
922
|
+
padding: 0.5rem;
|
|
899
923
|
background: rgba(239, 68, 68, 0.1);
|
|
900
924
|
border: 1px solid rgba(239, 68, 68, 0.3);
|
|
901
|
-
border-radius:
|
|
902
|
-
font-family:
|
|
903
|
-
font-size:
|
|
925
|
+
border-radius: 4px;
|
|
926
|
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
|
|
927
|
+
font-size: 0.875rem;
|
|
904
928
|
color: #ef4444;
|
|
905
|
-
margin-bottom:
|
|
929
|
+
margin-bottom: 0.5rem;
|
|
906
930
|
}
|
|
907
931
|
|
|
908
932
|
.execution-error nr-icon {
|
|
@@ -911,27 +935,27 @@ export const workflowCanvasStyles = css `
|
|
|
911
935
|
}
|
|
912
936
|
|
|
913
937
|
.execution-data-block {
|
|
914
|
-
margin-bottom:
|
|
938
|
+
margin-bottom: 0.5rem;
|
|
915
939
|
}
|
|
916
940
|
|
|
917
941
|
.execution-data-label {
|
|
918
|
-
font-family:
|
|
919
|
-
font-size:
|
|
942
|
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
|
|
943
|
+
font-size: 0.75rem;
|
|
920
944
|
font-weight: 500;
|
|
921
|
-
color:
|
|
945
|
+
color: #525252;
|
|
922
946
|
text-transform: uppercase;
|
|
923
947
|
letter-spacing: 0.5px;
|
|
924
|
-
margin-bottom:
|
|
948
|
+
margin-bottom: 0.25rem;
|
|
925
949
|
}
|
|
926
950
|
|
|
927
951
|
.execution-data-content {
|
|
928
|
-
font-family:
|
|
929
|
-
font-size:
|
|
930
|
-
color:
|
|
931
|
-
background:
|
|
932
|
-
border: 1px solid
|
|
933
|
-
border-radius:
|
|
934
|
-
padding:
|
|
952
|
+
font-family: 'SF Mono', monospace;
|
|
953
|
+
font-size: 0.75rem;
|
|
954
|
+
color: #161616;
|
|
955
|
+
background: #f4f4f4;
|
|
956
|
+
border: 1px solid #e0e0e0;
|
|
957
|
+
border-radius: 4px;
|
|
958
|
+
padding: 0.5rem;
|
|
935
959
|
margin: 0;
|
|
936
960
|
white-space: pre-wrap;
|
|
937
961
|
word-break: break-all;
|
|
@@ -940,47 +964,47 @@ export const workflowCanvasStyles = css `
|
|
|
940
964
|
}
|
|
941
965
|
|
|
942
966
|
.execution-duration {
|
|
943
|
-
font-family:
|
|
944
|
-
font-size:
|
|
945
|
-
color:
|
|
946
|
-
margin-top:
|
|
967
|
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
|
|
968
|
+
font-size: 0.75rem;
|
|
969
|
+
color: #525252;
|
|
970
|
+
margin-top: 0.5rem;
|
|
947
971
|
}
|
|
948
972
|
|
|
949
973
|
.retry-node-btn {
|
|
950
974
|
display: flex;
|
|
951
975
|
align-items: center;
|
|
952
976
|
justify-content: center;
|
|
953
|
-
gap:
|
|
977
|
+
gap: 0.25rem;
|
|
954
978
|
width: 100%;
|
|
955
|
-
padding:
|
|
956
|
-
margin-top:
|
|
957
|
-
font-family:
|
|
958
|
-
font-size:
|
|
979
|
+
padding: 0.5rem;
|
|
980
|
+
margin-top: 0.5rem;
|
|
981
|
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
|
|
982
|
+
font-size: 0.875rem;
|
|
959
983
|
font-weight: 500;
|
|
960
|
-
color:
|
|
961
|
-
background:
|
|
984
|
+
color: #ffffff;
|
|
985
|
+
background: #7c3aed;
|
|
962
986
|
border: none;
|
|
963
|
-
border-radius:
|
|
987
|
+
border-radius: 4px;
|
|
964
988
|
cursor: pointer;
|
|
965
989
|
transition: background 0.15s ease;
|
|
966
990
|
}
|
|
967
991
|
|
|
968
992
|
.retry-node-btn:hover {
|
|
969
|
-
background:
|
|
993
|
+
background: #6d28d9;
|
|
970
994
|
}
|
|
971
995
|
|
|
972
996
|
/* Trigger status panel styles */
|
|
973
997
|
.trigger-status-panel {
|
|
974
998
|
display: flex;
|
|
975
999
|
flex-direction: column;
|
|
976
|
-
gap:
|
|
977
|
-
padding:
|
|
1000
|
+
gap: 0.5rem;
|
|
1001
|
+
padding: 0.5rem 0;
|
|
978
1002
|
}
|
|
979
1003
|
|
|
980
1004
|
.trigger-status-row {
|
|
981
1005
|
display: flex;
|
|
982
1006
|
align-items: center;
|
|
983
|
-
gap:
|
|
1007
|
+
gap: 0.5rem;
|
|
984
1008
|
}
|
|
985
1009
|
|
|
986
1010
|
.trigger-status-dot {
|
|
@@ -1024,18 +1048,18 @@ export const workflowCanvasStyles = css `
|
|
|
1024
1048
|
}
|
|
1025
1049
|
|
|
1026
1050
|
.trigger-status-label {
|
|
1027
|
-
font-family:
|
|
1028
|
-
font-size:
|
|
1051
|
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
|
|
1052
|
+
font-size: 0.875rem;
|
|
1029
1053
|
font-weight: 500;
|
|
1030
|
-
color:
|
|
1054
|
+
color: #161616;
|
|
1031
1055
|
}
|
|
1032
1056
|
|
|
1033
1057
|
.trigger-health-badge {
|
|
1034
|
-
font-family:
|
|
1035
|
-
font-size:
|
|
1058
|
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
|
|
1059
|
+
font-size: 0.75rem;
|
|
1036
1060
|
font-weight: 600;
|
|
1037
1061
|
padding: 1px 6px;
|
|
1038
|
-
border-radius:
|
|
1062
|
+
border-radius: 4px;
|
|
1039
1063
|
text-transform: uppercase;
|
|
1040
1064
|
letter-spacing: 0.3px;
|
|
1041
1065
|
}
|
|
@@ -1061,42 +1085,42 @@ export const workflowCanvasStyles = css `
|
|
|
1061
1085
|
}
|
|
1062
1086
|
|
|
1063
1087
|
.trigger-status-reason {
|
|
1064
|
-
font-family:
|
|
1065
|
-
font-size:
|
|
1066
|
-
color:
|
|
1088
|
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
|
|
1089
|
+
font-size: 0.75rem;
|
|
1090
|
+
color: #525252;
|
|
1067
1091
|
padding-left: 16px;
|
|
1068
1092
|
}
|
|
1069
1093
|
|
|
1070
1094
|
.trigger-stats-row {
|
|
1071
1095
|
display: flex;
|
|
1072
1096
|
align-items: center;
|
|
1073
|
-
gap:
|
|
1097
|
+
gap: 0.75rem;
|
|
1074
1098
|
padding-left: 16px;
|
|
1075
1099
|
}
|
|
1076
1100
|
|
|
1077
1101
|
.trigger-stat {
|
|
1078
1102
|
display: flex;
|
|
1079
1103
|
align-items: center;
|
|
1080
|
-
gap:
|
|
1081
|
-
font-family:
|
|
1082
|
-
font-size:
|
|
1083
|
-
color:
|
|
1104
|
+
gap: 0.25rem;
|
|
1105
|
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
|
|
1106
|
+
font-size: 0.75rem;
|
|
1107
|
+
color: #525252;
|
|
1084
1108
|
}
|
|
1085
1109
|
|
|
1086
1110
|
.trigger-stat--secondary {
|
|
1087
|
-
color:
|
|
1111
|
+
color: #525252;
|
|
1088
1112
|
}
|
|
1089
1113
|
|
|
1090
1114
|
.trigger-dev-mode-badge {
|
|
1091
1115
|
display: inline-flex;
|
|
1092
1116
|
align-items: center;
|
|
1093
|
-
gap:
|
|
1117
|
+
gap: 0.25rem;
|
|
1094
1118
|
padding: 2px 8px;
|
|
1095
1119
|
background: rgba(99, 102, 241, 0.15);
|
|
1096
1120
|
color: #818cf8;
|
|
1097
|
-
border-radius:
|
|
1098
|
-
font-family:
|
|
1099
|
-
font-size:
|
|
1121
|
+
border-radius: 4px;
|
|
1122
|
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
|
|
1123
|
+
font-size: 0.75rem;
|
|
1100
1124
|
font-weight: 600;
|
|
1101
1125
|
text-transform: uppercase;
|
|
1102
1126
|
letter-spacing: 0.3px;
|
|
@@ -1107,18 +1131,18 @@ export const workflowCanvasStyles = css `
|
|
|
1107
1131
|
.trigger-webhook-url {
|
|
1108
1132
|
display: flex;
|
|
1109
1133
|
align-items: center;
|
|
1110
|
-
gap:
|
|
1111
|
-
padding:
|
|
1112
|
-
background:
|
|
1113
|
-
border-radius:
|
|
1134
|
+
gap: 0.5rem;
|
|
1135
|
+
padding: 0.25rem 0.5rem;
|
|
1136
|
+
background: rgba(0, 0, 0, 0.03);
|
|
1137
|
+
border-radius: 4px;
|
|
1114
1138
|
margin-left: 16px;
|
|
1115
1139
|
}
|
|
1116
1140
|
|
|
1117
1141
|
.trigger-webhook-url code {
|
|
1118
1142
|
flex: 1;
|
|
1119
|
-
font-family:
|
|
1120
|
-
font-size:
|
|
1121
|
-
color:
|
|
1143
|
+
font-family: monospace;
|
|
1144
|
+
font-size: 0.75rem;
|
|
1145
|
+
color: #525252;
|
|
1122
1146
|
word-break: break-all;
|
|
1123
1147
|
user-select: all;
|
|
1124
1148
|
}
|
|
@@ -1126,31 +1150,31 @@ export const workflowCanvasStyles = css `
|
|
|
1126
1150
|
.trigger-actions {
|
|
1127
1151
|
display: flex;
|
|
1128
1152
|
align-items: center;
|
|
1129
|
-
gap:
|
|
1130
|
-
padding-top:
|
|
1153
|
+
gap: 0.5rem;
|
|
1154
|
+
padding-top: 0.5rem;
|
|
1131
1155
|
}
|
|
1132
1156
|
|
|
1133
1157
|
.trigger-action-btn {
|
|
1134
1158
|
display: flex;
|
|
1135
1159
|
align-items: center;
|
|
1136
|
-
gap:
|
|
1137
|
-
padding:
|
|
1160
|
+
gap: 0.25rem;
|
|
1161
|
+
padding: 0.25rem 0.75rem;
|
|
1138
1162
|
border: none;
|
|
1139
|
-
border-radius:
|
|
1140
|
-
font-family:
|
|
1141
|
-
font-size:
|
|
1163
|
+
border-radius: 6px;
|
|
1164
|
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
|
|
1165
|
+
font-size: 0.875rem;
|
|
1142
1166
|
font-weight: 500;
|
|
1143
1167
|
cursor: pointer;
|
|
1144
1168
|
transition: background 0.15s ease, opacity 0.15s ease;
|
|
1145
1169
|
}
|
|
1146
1170
|
|
|
1147
1171
|
.trigger-action-btn--primary {
|
|
1148
|
-
background:
|
|
1172
|
+
background: #7c3aed;
|
|
1149
1173
|
color: #fff;
|
|
1150
1174
|
}
|
|
1151
1175
|
|
|
1152
1176
|
.trigger-action-btn--primary:hover {
|
|
1153
|
-
background:
|
|
1177
|
+
background: #6d28d9;
|
|
1154
1178
|
}
|
|
1155
1179
|
|
|
1156
1180
|
.trigger-action-btn--danger {
|
|
@@ -1165,7 +1189,7 @@ export const workflowCanvasStyles = css `
|
|
|
1165
1189
|
.trigger-dev-toggle {
|
|
1166
1190
|
display: flex;
|
|
1167
1191
|
align-items: center;
|
|
1168
|
-
gap:
|
|
1192
|
+
gap: 0.25rem;
|
|
1169
1193
|
cursor: pointer;
|
|
1170
1194
|
margin-left: auto;
|
|
1171
1195
|
}
|
|
@@ -1175,58 +1199,58 @@ export const workflowCanvasStyles = css `
|
|
|
1175
1199
|
}
|
|
1176
1200
|
|
|
1177
1201
|
.trigger-dev-toggle-label {
|
|
1178
|
-
font-family:
|
|
1179
|
-
font-size:
|
|
1180
|
-
color:
|
|
1202
|
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
|
|
1203
|
+
font-size: 0.75rem;
|
|
1204
|
+
color: #525252;
|
|
1181
1205
|
user-select: none;
|
|
1182
1206
|
}
|
|
1183
1207
|
|
|
1184
1208
|
.config-info-box {
|
|
1185
1209
|
display: flex;
|
|
1186
1210
|
align-items: flex-start;
|
|
1187
|
-
gap:
|
|
1188
|
-
padding:
|
|
1189
|
-
background:
|
|
1190
|
-
border-radius:
|
|
1191
|
-
font-family:
|
|
1192
|
-
font-size:
|
|
1193
|
-
color:
|
|
1211
|
+
gap: 0.5rem;
|
|
1212
|
+
padding: 0.5rem 0.75rem;
|
|
1213
|
+
background: rgba(0, 0, 0, 0.03);
|
|
1214
|
+
border-radius: 4px;
|
|
1215
|
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
|
|
1216
|
+
font-size: 0.875rem;
|
|
1217
|
+
color: #525252;
|
|
1194
1218
|
line-height: 1.4;
|
|
1195
1219
|
}
|
|
1196
1220
|
|
|
1197
1221
|
.config-info-box nr-icon {
|
|
1198
1222
|
flex-shrink: 0;
|
|
1199
1223
|
margin-top: 2px;
|
|
1200
|
-
color:
|
|
1224
|
+
color: #525252;
|
|
1201
1225
|
}
|
|
1202
1226
|
|
|
1203
1227
|
.config-info-box strong {
|
|
1204
|
-
color:
|
|
1228
|
+
color: #161616;
|
|
1205
1229
|
}
|
|
1206
1230
|
|
|
1207
1231
|
.field-description {
|
|
1208
|
-
font-family:
|
|
1209
|
-
font-size:
|
|
1210
|
-
color:
|
|
1211
|
-
margin-top:
|
|
1232
|
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
|
|
1233
|
+
font-size: 0.75rem;
|
|
1234
|
+
color: #525252;
|
|
1235
|
+
margin-top: 0.25rem;
|
|
1212
1236
|
}
|
|
1213
1237
|
|
|
1214
1238
|
/* Webhook URL styles */
|
|
1215
1239
|
.webhook-url-container {
|
|
1216
1240
|
display: flex;
|
|
1217
1241
|
align-items: center;
|
|
1218
|
-
gap:
|
|
1219
|
-
padding:
|
|
1220
|
-
background:
|
|
1221
|
-
border: 1px solid
|
|
1222
|
-
border-radius:
|
|
1242
|
+
gap: 0.5rem;
|
|
1243
|
+
padding: 0.5rem 0.75rem;
|
|
1244
|
+
background: #f4f4f4;
|
|
1245
|
+
border: 1px solid #e0e0e0;
|
|
1246
|
+
border-radius: 6px;
|
|
1223
1247
|
}
|
|
1224
1248
|
|
|
1225
1249
|
.webhook-url {
|
|
1226
1250
|
flex: 1;
|
|
1227
|
-
font-family:
|
|
1228
|
-
font-size:
|
|
1229
|
-
color:
|
|
1251
|
+
font-family: monospace;
|
|
1252
|
+
font-size: 0.75rem;
|
|
1253
|
+
color: #161616;
|
|
1230
1254
|
word-break: break-all;
|
|
1231
1255
|
user-select: all;
|
|
1232
1256
|
}
|
|
@@ -1235,56 +1259,112 @@ export const workflowCanvasStyles = css `
|
|
|
1235
1259
|
display: flex;
|
|
1236
1260
|
align-items: center;
|
|
1237
1261
|
justify-content: center;
|
|
1238
|
-
padding:
|
|
1262
|
+
padding: 0.25rem;
|
|
1239
1263
|
background: transparent;
|
|
1240
1264
|
border: none;
|
|
1241
|
-
border-radius:
|
|
1265
|
+
border-radius: 4px;
|
|
1242
1266
|
cursor: pointer;
|
|
1243
|
-
color:
|
|
1267
|
+
color: #525252;
|
|
1244
1268
|
transition: background 0.15s ease, color 0.15s ease;
|
|
1245
1269
|
}
|
|
1246
1270
|
|
|
1247
1271
|
.copy-btn:hover {
|
|
1248
|
-
background:
|
|
1249
|
-
color:
|
|
1272
|
+
background: #e8e8e8;
|
|
1273
|
+
color: #161616;
|
|
1250
1274
|
}
|
|
1251
1275
|
|
|
1252
1276
|
/* Variable node styles */
|
|
1253
1277
|
.config-columns-list {
|
|
1254
1278
|
display: flex;
|
|
1255
1279
|
flex-direction: column;
|
|
1256
|
-
gap:
|
|
1280
|
+
gap: 0.5rem;
|
|
1257
1281
|
}
|
|
1258
1282
|
|
|
1259
1283
|
.config-column-item {
|
|
1260
1284
|
display: flex;
|
|
1261
1285
|
align-items: center;
|
|
1262
|
-
gap:
|
|
1286
|
+
gap: 0.5rem;
|
|
1263
1287
|
}
|
|
1264
1288
|
|
|
1265
1289
|
.variable-fields {
|
|
1266
1290
|
display: flex;
|
|
1267
1291
|
flex-direction: row;
|
|
1268
|
-
gap:
|
|
1292
|
+
gap: 0.5rem;
|
|
1293
|
+
flex: 1;
|
|
1294
|
+
align-items: center;
|
|
1295
|
+
}
|
|
1296
|
+
|
|
1297
|
+
/* Condition builder */
|
|
1298
|
+
.condition-row {
|
|
1299
|
+
display: flex;
|
|
1300
|
+
align-items: center;
|
|
1301
|
+
gap: 0.5rem;
|
|
1302
|
+
}
|
|
1303
|
+
|
|
1304
|
+
.condition-row-fields {
|
|
1305
|
+
display: flex;
|
|
1306
|
+
flex-direction: row;
|
|
1307
|
+
gap: 0.5rem;
|
|
1308
|
+
flex: 1;
|
|
1309
|
+
align-items: center;
|
|
1310
|
+
}
|
|
1311
|
+
|
|
1312
|
+
.condition-left-value,
|
|
1313
|
+
.condition-right-value {
|
|
1269
1314
|
flex: 1;
|
|
1315
|
+
min-width: 60px;
|
|
1316
|
+
}
|
|
1317
|
+
|
|
1318
|
+
.condition-operator {
|
|
1319
|
+
flex: 0 0 140px;
|
|
1320
|
+
}
|
|
1321
|
+
|
|
1322
|
+
.condition-logic-toggle {
|
|
1323
|
+
display: flex;
|
|
1324
|
+
flex-direction: column;
|
|
1325
|
+
gap: 0.25rem;
|
|
1326
|
+
}
|
|
1327
|
+
|
|
1328
|
+
.condition-logic-toggle label {
|
|
1329
|
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
|
|
1330
|
+
font-size: 0.75rem;
|
|
1331
|
+
font-weight: 500;
|
|
1332
|
+
color: #525252;
|
|
1333
|
+
text-transform: uppercase;
|
|
1334
|
+
letter-spacing: 0.5px;
|
|
1335
|
+
}
|
|
1336
|
+
|
|
1337
|
+
.condition-logic-label {
|
|
1338
|
+
display: flex;
|
|
1270
1339
|
align-items: center;
|
|
1340
|
+
justify-content: center;
|
|
1341
|
+
padding: 0.25rem 0;
|
|
1342
|
+
}
|
|
1343
|
+
|
|
1344
|
+
.condition-logic-label span {
|
|
1345
|
+
font-family: 'SF Mono', monospace;
|
|
1346
|
+
font-size: 0.75rem;
|
|
1347
|
+
font-weight: 600;
|
|
1348
|
+
color: #7c3aed;
|
|
1349
|
+
text-transform: uppercase;
|
|
1350
|
+
letter-spacing: 1px;
|
|
1271
1351
|
}
|
|
1272
1352
|
|
|
1273
1353
|
.variable-type-select {
|
|
1274
1354
|
flex: 0 0 70px;
|
|
1275
|
-
padding:
|
|
1276
|
-
font-family:
|
|
1277
|
-
font-size:
|
|
1278
|
-
background:
|
|
1279
|
-
border: 1px solid
|
|
1280
|
-
border-radius:
|
|
1281
|
-
color:
|
|
1355
|
+
padding: 0.5rem;
|
|
1356
|
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
|
|
1357
|
+
font-size: 0.875rem;
|
|
1358
|
+
background: #262626;
|
|
1359
|
+
border: 1px solid #e0e0e0;
|
|
1360
|
+
border-radius: 4px;
|
|
1361
|
+
color: #f4f4f4;
|
|
1282
1362
|
cursor: pointer;
|
|
1283
1363
|
}
|
|
1284
1364
|
|
|
1285
1365
|
.variable-type-select:focus {
|
|
1286
1366
|
outline: none;
|
|
1287
|
-
border-color:
|
|
1367
|
+
border-color: #7c3aed;
|
|
1288
1368
|
}
|
|
1289
1369
|
|
|
1290
1370
|
.variable-name-input {
|
|
@@ -1301,67 +1381,67 @@ export const workflowCanvasStyles = css `
|
|
|
1301
1381
|
display: flex;
|
|
1302
1382
|
align-items: center;
|
|
1303
1383
|
justify-content: center;
|
|
1304
|
-
padding:
|
|
1384
|
+
padding: 0.25rem;
|
|
1305
1385
|
background: transparent;
|
|
1306
1386
|
border: none;
|
|
1307
|
-
border-radius:
|
|
1387
|
+
border-radius: 4px;
|
|
1308
1388
|
cursor: pointer;
|
|
1309
|
-
color:
|
|
1389
|
+
color: #525252;
|
|
1310
1390
|
transition: background 0.15s ease, color 0.15s ease;
|
|
1311
1391
|
}
|
|
1312
1392
|
|
|
1313
1393
|
.remove-column-btn:hover {
|
|
1314
|
-
background:
|
|
1315
|
-
color:
|
|
1394
|
+
background: rgba(218, 30, 40, 0.1);
|
|
1395
|
+
color: #da1e28;
|
|
1316
1396
|
}
|
|
1317
1397
|
|
|
1318
1398
|
.add-column-btn {
|
|
1319
1399
|
display: flex;
|
|
1320
1400
|
align-items: center;
|
|
1321
|
-
gap:
|
|
1322
|
-
padding:
|
|
1401
|
+
gap: 0.5rem;
|
|
1402
|
+
padding: 0.5rem;
|
|
1323
1403
|
background: transparent;
|
|
1324
|
-
border: 1px dashed
|
|
1325
|
-
border-radius:
|
|
1404
|
+
border: 1px dashed #e0e0e0;
|
|
1405
|
+
border-radius: 4px;
|
|
1326
1406
|
cursor: pointer;
|
|
1327
|
-
color:
|
|
1328
|
-
font-family:
|
|
1329
|
-
font-size:
|
|
1407
|
+
color: #525252;
|
|
1408
|
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
|
|
1409
|
+
font-size: 0.875rem;
|
|
1330
1410
|
transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
|
|
1331
1411
|
}
|
|
1332
1412
|
|
|
1333
1413
|
.add-column-btn:hover {
|
|
1334
|
-
background:
|
|
1335
|
-
border-color:
|
|
1336
|
-
color:
|
|
1414
|
+
background: #353535;
|
|
1415
|
+
border-color: #6f6f6f;
|
|
1416
|
+
color: #f4f4f4;
|
|
1337
1417
|
}
|
|
1338
1418
|
|
|
1339
1419
|
/* HTTP Method checkboxes */
|
|
1340
1420
|
.method-checkboxes {
|
|
1341
1421
|
display: flex;
|
|
1342
1422
|
flex-wrap: wrap;
|
|
1343
|
-
gap:
|
|
1423
|
+
gap: 0.5rem;
|
|
1344
1424
|
}
|
|
1345
1425
|
|
|
1346
1426
|
.method-checkbox {
|
|
1347
1427
|
display: flex;
|
|
1348
1428
|
align-items: center;
|
|
1349
|
-
gap:
|
|
1350
|
-
padding:
|
|
1351
|
-
background:
|
|
1352
|
-
border: 1px solid
|
|
1353
|
-
border-radius:
|
|
1429
|
+
gap: 0.25rem;
|
|
1430
|
+
padding: 0.25rem 0.5rem;
|
|
1431
|
+
background: #f4f4f4;
|
|
1432
|
+
border: 1px solid #e0e0e0;
|
|
1433
|
+
border-radius: 4px;
|
|
1354
1434
|
cursor: pointer;
|
|
1355
1435
|
transition: all 0.15s ease;
|
|
1356
1436
|
}
|
|
1357
1437
|
|
|
1358
1438
|
.method-checkbox:hover {
|
|
1359
|
-
background:
|
|
1439
|
+
background: #e8e8e8;
|
|
1360
1440
|
}
|
|
1361
1441
|
|
|
1362
1442
|
.method-checkbox:has(input:checked) {
|
|
1363
|
-
background:
|
|
1364
|
-
border-color:
|
|
1443
|
+
background: #7c3aed;
|
|
1444
|
+
border-color: #7c3aed;
|
|
1365
1445
|
}
|
|
1366
1446
|
|
|
1367
1447
|
.method-checkbox:has(input:checked) .method-label {
|
|
@@ -1372,40 +1452,66 @@ export const workflowCanvasStyles = css `
|
|
|
1372
1452
|
display: none;
|
|
1373
1453
|
}
|
|
1374
1454
|
|
|
1455
|
+
.method-toggle {
|
|
1456
|
+
display: inline-flex;
|
|
1457
|
+
align-items: center;
|
|
1458
|
+
gap: 0.25rem;
|
|
1459
|
+
padding: 0.25rem 0.5rem;
|
|
1460
|
+
background: #f4f4f4;
|
|
1461
|
+
border: 1px solid #e0e0e0;
|
|
1462
|
+
border-radius: 4px;
|
|
1463
|
+
cursor: pointer;
|
|
1464
|
+
transition: all 0.15s ease;
|
|
1465
|
+
user-select: none;
|
|
1466
|
+
}
|
|
1467
|
+
|
|
1468
|
+
.method-toggle:hover {
|
|
1469
|
+
background: #e8e8e8;
|
|
1470
|
+
}
|
|
1471
|
+
|
|
1472
|
+
.method-toggle.active {
|
|
1473
|
+
background: #7c3aed;
|
|
1474
|
+
border-color: #7c3aed;
|
|
1475
|
+
}
|
|
1476
|
+
|
|
1477
|
+
.method-toggle.active .method-label {
|
|
1478
|
+
color: white;
|
|
1479
|
+
}
|
|
1480
|
+
|
|
1375
1481
|
.method-label {
|
|
1376
|
-
font-family:
|
|
1377
|
-
font-size:
|
|
1378
|
-
font-weight:
|
|
1379
|
-
color:
|
|
1482
|
+
font-family: monospace;
|
|
1483
|
+
font-size: 0.75rem;
|
|
1484
|
+
font-weight: 500;
|
|
1485
|
+
color: #161616;
|
|
1380
1486
|
}
|
|
1381
1487
|
|
|
1382
1488
|
/* File upload checkbox group */
|
|
1383
1489
|
.checkbox-group {
|
|
1384
1490
|
display: flex;
|
|
1385
1491
|
flex-direction: column;
|
|
1386
|
-
gap:
|
|
1492
|
+
gap: 0.5rem;
|
|
1387
1493
|
}
|
|
1388
1494
|
|
|
1389
1495
|
.checkbox-item {
|
|
1390
1496
|
display: flex;
|
|
1391
1497
|
align-items: center;
|
|
1392
|
-
gap:
|
|
1393
|
-
font-size:
|
|
1394
|
-
color:
|
|
1498
|
+
gap: 0.5rem;
|
|
1499
|
+
font-size: 0.875rem;
|
|
1500
|
+
color: #161616;
|
|
1395
1501
|
cursor: pointer;
|
|
1396
1502
|
}
|
|
1397
1503
|
|
|
1398
1504
|
.checkbox-item:hover {
|
|
1399
|
-
color:
|
|
1505
|
+
color: #7c3aed;
|
|
1400
1506
|
}
|
|
1401
1507
|
|
|
1402
1508
|
.checkbox-label {
|
|
1403
1509
|
display: flex;
|
|
1404
1510
|
align-items: center;
|
|
1405
|
-
gap:
|
|
1406
|
-
font-size:
|
|
1407
|
-
font-weight:
|
|
1408
|
-
color:
|
|
1511
|
+
gap: 0.5rem;
|
|
1512
|
+
font-size: 0.875rem;
|
|
1513
|
+
font-weight: 500;
|
|
1514
|
+
color: #161616;
|
|
1409
1515
|
cursor: pointer;
|
|
1410
1516
|
}
|
|
1411
1517
|
|
|
@@ -1413,41 +1519,41 @@ export const workflowCanvasStyles = css `
|
|
|
1413
1519
|
.debug-placeholder {
|
|
1414
1520
|
display: flex;
|
|
1415
1521
|
align-items: center;
|
|
1416
|
-
gap:
|
|
1417
|
-
padding:
|
|
1418
|
-
background:
|
|
1419
|
-
border: 1px solid
|
|
1420
|
-
border-radius:
|
|
1421
|
-
color:
|
|
1422
|
-
font-size:
|
|
1522
|
+
gap: 0.5rem;
|
|
1523
|
+
padding: 0.75rem;
|
|
1524
|
+
background: #e8e8e8;
|
|
1525
|
+
border: 1px solid #e0e0e0;
|
|
1526
|
+
border-radius: 6px;
|
|
1527
|
+
color: #525252;
|
|
1528
|
+
font-size: 0.875rem;
|
|
1423
1529
|
}
|
|
1424
1530
|
|
|
1425
1531
|
.debug-section {
|
|
1426
1532
|
display: flex;
|
|
1427
1533
|
flex-direction: column;
|
|
1428
|
-
gap:
|
|
1534
|
+
gap: 0.5rem;
|
|
1429
1535
|
}
|
|
1430
1536
|
|
|
1431
1537
|
.debug-section-title {
|
|
1432
1538
|
display: flex;
|
|
1433
1539
|
align-items: center;
|
|
1434
|
-
gap:
|
|
1435
|
-
font-size:
|
|
1436
|
-
font-weight:
|
|
1437
|
-
color:
|
|
1540
|
+
gap: 0.5rem;
|
|
1541
|
+
font-size: 0.75rem;
|
|
1542
|
+
font-weight: 600;
|
|
1543
|
+
color: #525252;
|
|
1438
1544
|
text-transform: uppercase;
|
|
1439
1545
|
letter-spacing: 0.5px;
|
|
1440
1546
|
}
|
|
1441
1547
|
|
|
1442
1548
|
.debug-output {
|
|
1443
1549
|
margin: 0;
|
|
1444
|
-
padding:
|
|
1445
|
-
background:
|
|
1446
|
-
border: 1px solid
|
|
1447
|
-
border-radius:
|
|
1448
|
-
font-family:
|
|
1449
|
-
font-size:
|
|
1450
|
-
color:
|
|
1550
|
+
padding: 0.5rem;
|
|
1551
|
+
background: #f4f4f4;
|
|
1552
|
+
border: 1px solid #e0e0e0;
|
|
1553
|
+
border-radius: 4px;
|
|
1554
|
+
font-family: monospace;
|
|
1555
|
+
font-size: 0.75rem;
|
|
1556
|
+
color: #161616;
|
|
1451
1557
|
white-space: pre-wrap;
|
|
1452
1558
|
word-break: break-word;
|
|
1453
1559
|
max-height: 150px;
|
|
@@ -1458,42 +1564,42 @@ export const workflowCanvasStyles = css `
|
|
|
1458
1564
|
.code-editor {
|
|
1459
1565
|
width: 100%;
|
|
1460
1566
|
min-height: 150px;
|
|
1461
|
-
padding:
|
|
1462
|
-
font-family:
|
|
1463
|
-
font-size:
|
|
1567
|
+
padding: 0.75rem;
|
|
1568
|
+
font-family: monospace;
|
|
1569
|
+
font-size: 0.875rem;
|
|
1464
1570
|
line-height: 1.5;
|
|
1465
|
-
background:
|
|
1466
|
-
border: 1px solid
|
|
1467
|
-
border-radius:
|
|
1468
|
-
color:
|
|
1571
|
+
background: #262626;
|
|
1572
|
+
border: 1px solid #e0e0e0;
|
|
1573
|
+
border-radius: 4px;
|
|
1574
|
+
color: #f4f4f4;
|
|
1469
1575
|
resize: vertical;
|
|
1470
1576
|
tab-size: 2;
|
|
1471
1577
|
}
|
|
1472
1578
|
|
|
1473
1579
|
.code-editor:focus {
|
|
1474
1580
|
outline: none;
|
|
1475
|
-
border-color:
|
|
1581
|
+
border-color: #7c3aed;
|
|
1476
1582
|
}
|
|
1477
1583
|
|
|
1478
1584
|
.code-editor::placeholder {
|
|
1479
|
-
color:
|
|
1585
|
+
color: #a8a8a8;
|
|
1480
1586
|
}
|
|
1481
1587
|
|
|
1482
1588
|
/* Tool parameter styles */
|
|
1483
1589
|
.tool-param-item {
|
|
1484
1590
|
display: flex;
|
|
1485
1591
|
flex-direction: column;
|
|
1486
|
-
gap:
|
|
1487
|
-
padding:
|
|
1488
|
-
background:
|
|
1489
|
-
border: 1px solid
|
|
1490
|
-
border-radius:
|
|
1592
|
+
gap: 0.5rem;
|
|
1593
|
+
padding: 0.5rem;
|
|
1594
|
+
background: #f4f4f4;
|
|
1595
|
+
border: 1px solid #e0e0e0;
|
|
1596
|
+
border-radius: 4px;
|
|
1491
1597
|
}
|
|
1492
1598
|
|
|
1493
1599
|
.tool-param-fields {
|
|
1494
1600
|
display: flex;
|
|
1495
1601
|
flex-direction: row;
|
|
1496
|
-
gap:
|
|
1602
|
+
gap: 0.5rem;
|
|
1497
1603
|
align-items: center;
|
|
1498
1604
|
flex: 1;
|
|
1499
1605
|
}
|
|
@@ -1505,33 +1611,33 @@ export const workflowCanvasStyles = css `
|
|
|
1505
1611
|
|
|
1506
1612
|
.tool-param-type {
|
|
1507
1613
|
flex: 0 0 80px;
|
|
1508
|
-
padding:
|
|
1509
|
-
font-family:
|
|
1510
|
-
font-size:
|
|
1511
|
-
background:
|
|
1512
|
-
border: 1px solid
|
|
1513
|
-
border-radius:
|
|
1514
|
-
color:
|
|
1614
|
+
padding: 0.5rem;
|
|
1615
|
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
|
|
1616
|
+
font-size: 0.875rem;
|
|
1617
|
+
background: #262626;
|
|
1618
|
+
border: 1px solid #e0e0e0;
|
|
1619
|
+
border-radius: 4px;
|
|
1620
|
+
color: #f4f4f4;
|
|
1515
1621
|
cursor: pointer;
|
|
1516
1622
|
}
|
|
1517
1623
|
|
|
1518
1624
|
.tool-param-type:focus {
|
|
1519
1625
|
outline: none;
|
|
1520
|
-
border-color:
|
|
1626
|
+
border-color: #7c3aed;
|
|
1521
1627
|
}
|
|
1522
1628
|
|
|
1523
1629
|
.tool-param-required {
|
|
1524
1630
|
display: flex;
|
|
1525
1631
|
align-items: center;
|
|
1526
|
-
gap:
|
|
1527
|
-
font-size:
|
|
1528
|
-
color:
|
|
1632
|
+
gap: 0.25rem;
|
|
1633
|
+
font-size: 0.75rem;
|
|
1634
|
+
color: #525252;
|
|
1529
1635
|
cursor: pointer;
|
|
1530
1636
|
white-space: nowrap;
|
|
1531
1637
|
}
|
|
1532
1638
|
|
|
1533
1639
|
.tool-param-required input {
|
|
1534
|
-
accent-color:
|
|
1640
|
+
accent-color: #7c3aed;
|
|
1535
1641
|
}
|
|
1536
1642
|
|
|
1537
1643
|
.tool-param-desc {
|
|
@@ -1545,12 +1651,12 @@ export const workflowCanvasStyles = css `
|
|
|
1545
1651
|
left: 50%;
|
|
1546
1652
|
transform: translate(-50%, -50%);
|
|
1547
1653
|
text-align: center;
|
|
1548
|
-
color:
|
|
1654
|
+
color: #a8a8a8;
|
|
1549
1655
|
}
|
|
1550
1656
|
|
|
1551
1657
|
.empty-state-icon {
|
|
1552
1658
|
font-size: 48px;
|
|
1553
|
-
margin-bottom:
|
|
1659
|
+
margin-bottom: 1rem;
|
|
1554
1660
|
opacity: 0.5;
|
|
1555
1661
|
}
|
|
1556
1662
|
|
|
@@ -1559,14 +1665,14 @@ export const workflowCanvasStyles = css `
|
|
|
1559
1665
|
}
|
|
1560
1666
|
|
|
1561
1667
|
.empty-state-text {
|
|
1562
|
-
font-family:
|
|
1563
|
-
font-size:
|
|
1564
|
-
margin-bottom:
|
|
1668
|
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
|
|
1669
|
+
font-size: 14px;
|
|
1670
|
+
margin-bottom: 0.5rem;
|
|
1565
1671
|
}
|
|
1566
1672
|
|
|
1567
1673
|
.empty-state-hint {
|
|
1568
|
-
font-family:
|
|
1569
|
-
font-size:
|
|
1674
|
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
|
|
1675
|
+
font-size: 0.875rem;
|
|
1570
1676
|
opacity: 0.7;
|
|
1571
1677
|
}
|
|
1572
1678
|
|
|
@@ -1601,47 +1707,65 @@ export const workflowCanvasStyles = css `
|
|
|
1601
1707
|
/* Light Theme - target canvas-wrapper with data-theme */
|
|
1602
1708
|
.canvas-wrapper[data-theme="light"],
|
|
1603
1709
|
.canvas-wrapper[data-theme="carbon-light"],
|
|
1604
|
-
.canvas-wrapper[data-theme="default-light"]
|
|
1605
|
-
|
|
1710
|
+
.canvas-wrapper[data-theme="default-light"],
|
|
1711
|
+
.canvas-wrapper[data-theme="default"],
|
|
1712
|
+
.canvas-wrapper[data-theme="social-light"] {
|
|
1713
|
+
background: #f4f4f4;
|
|
1714
|
+
}
|
|
1606
1715
|
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1716
|
+
.canvas-wrapper[data-theme="light"] .canvas-grid,
|
|
1717
|
+
.canvas-wrapper[data-theme="carbon-light"] .canvas-grid,
|
|
1718
|
+
.canvas-wrapper[data-theme="default-light"] .canvas-grid,
|
|
1719
|
+
.canvas-wrapper[data-theme="default"] .canvas-grid,
|
|
1720
|
+
.canvas-wrapper[data-theme="social-light"] .canvas-grid {
|
|
1721
|
+
background-image:
|
|
1722
|
+
linear-gradient(rgba(0, 0, 0, 0.08) 1px, transparent 1px),
|
|
1723
|
+
linear-gradient(90deg, rgba(0, 0, 0, 0.08) 1px, transparent 1px);
|
|
1724
|
+
}
|
|
1612
1725
|
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1726
|
+
.canvas-wrapper[data-theme="light"] .edge-path,
|
|
1727
|
+
.canvas-wrapper[data-theme="carbon-light"] .edge-path,
|
|
1728
|
+
.canvas-wrapper[data-theme="default-light"] .edge-path,
|
|
1729
|
+
.canvas-wrapper[data-theme="default"] .edge-path,
|
|
1730
|
+
.canvas-wrapper[data-theme="social-light"] .edge-path {
|
|
1731
|
+
stroke: #8d8d8d;
|
|
1732
|
+
}
|
|
1616
1733
|
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1734
|
+
.canvas-wrapper[data-theme="light"] .edge-path:hover,
|
|
1735
|
+
.canvas-wrapper[data-theme="carbon-light"] .edge-path:hover,
|
|
1736
|
+
.canvas-wrapper[data-theme="default-light"] .edge-path:hover,
|
|
1737
|
+
.canvas-wrapper[data-theme="default"] .edge-path:hover,
|
|
1738
|
+
.canvas-wrapper[data-theme="social-light"] .edge-path:hover {
|
|
1739
|
+
stroke: #6f6f6f;
|
|
1740
|
+
}
|
|
1620
1741
|
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1742
|
+
.canvas-wrapper[data-theme="light"] .edge-arrow,
|
|
1743
|
+
.canvas-wrapper[data-theme="carbon-light"] .edge-arrow,
|
|
1744
|
+
.canvas-wrapper[data-theme="default-light"] .edge-arrow,
|
|
1745
|
+
.canvas-wrapper[data-theme="default"] .edge-arrow,
|
|
1746
|
+
.canvas-wrapper[data-theme="social-light"] .edge-arrow {
|
|
1747
|
+
fill: #8d8d8d;
|
|
1624
1748
|
}
|
|
1625
1749
|
|
|
1626
1750
|
.canvas-wrapper[data-theme="light"] .edge-path,
|
|
1627
1751
|
.canvas-wrapper[data-theme="carbon-light"] .edge-path,
|
|
1628
1752
|
.canvas-wrapper[data-theme="default-light"] .edge-path,
|
|
1629
1753
|
.canvas-wrapper[data-theme="default"] .edge-path {
|
|
1630
|
-
stroke:
|
|
1754
|
+
stroke: #8d8d8d;
|
|
1631
1755
|
}
|
|
1632
1756
|
|
|
1633
1757
|
.canvas-wrapper[data-theme="light"] .edge-path:hover,
|
|
1634
1758
|
.canvas-wrapper[data-theme="carbon-light"] .edge-path:hover,
|
|
1635
1759
|
.canvas-wrapper[data-theme="default-light"] .edge-path:hover,
|
|
1636
1760
|
.canvas-wrapper[data-theme="default"] .edge-path:hover {
|
|
1637
|
-
stroke:
|
|
1761
|
+
stroke: #6f6f6f;
|
|
1638
1762
|
}
|
|
1639
1763
|
|
|
1640
1764
|
.canvas-wrapper[data-theme="light"] .edge-arrow,
|
|
1641
1765
|
.canvas-wrapper[data-theme="carbon-light"] .edge-arrow,
|
|
1642
1766
|
.canvas-wrapper[data-theme="default-light"] .edge-arrow,
|
|
1643
1767
|
.canvas-wrapper[data-theme="default"] .edge-arrow {
|
|
1644
|
-
fill:
|
|
1768
|
+
fill: #8d8d8d;
|
|
1645
1769
|
}
|
|
1646
1770
|
|
|
1647
1771
|
.canvas-wrapper[data-theme="light"] .canvas-toolbar,
|
|
@@ -1664,28 +1788,28 @@ export const workflowCanvasStyles = css `
|
|
|
1664
1788
|
.canvas-wrapper[data-theme="default"] .node-palette,
|
|
1665
1789
|
.canvas-wrapper[data-theme="default"] .context-menu,
|
|
1666
1790
|
.canvas-wrapper[data-theme="default"] .config-panel {
|
|
1667
|
-
background:
|
|
1668
|
-
border-color:
|
|
1791
|
+
background: #f4f4f4;
|
|
1792
|
+
border-color: #e0e0e0;
|
|
1669
1793
|
}
|
|
1670
1794
|
|
|
1671
1795
|
.canvas-wrapper[data-theme="light"] .toolbar-btn:hover,
|
|
1672
1796
|
.canvas-wrapper[data-theme="carbon-light"] .toolbar-btn:hover,
|
|
1673
1797
|
.canvas-wrapper[data-theme="default-light"] .toolbar-btn:hover {
|
|
1674
|
-
background:
|
|
1675
|
-
color:
|
|
1798
|
+
background: rgba(0, 0, 0, 0.05);
|
|
1799
|
+
color: #161616;
|
|
1676
1800
|
}
|
|
1677
1801
|
|
|
1678
1802
|
.canvas-wrapper[data-theme="light"] .palette-item,
|
|
1679
1803
|
.canvas-wrapper[data-theme="carbon-light"] .palette-item,
|
|
1680
1804
|
.canvas-wrapper[data-theme="default-light"] .palette-item {
|
|
1681
|
-
background:
|
|
1682
|
-
border-color:
|
|
1805
|
+
background: #e8e8e8;
|
|
1806
|
+
border-color: #e0e0e0;
|
|
1683
1807
|
}
|
|
1684
1808
|
|
|
1685
1809
|
.canvas-wrapper[data-theme="light"] .palette-item:hover,
|
|
1686
1810
|
.canvas-wrapper[data-theme="carbon-light"] .palette-item:hover,
|
|
1687
1811
|
.canvas-wrapper[data-theme="default-light"] .palette-item:hover {
|
|
1688
|
-
background:
|
|
1812
|
+
background: #d0d0d0;
|
|
1689
1813
|
}
|
|
1690
1814
|
|
|
1691
1815
|
.canvas-wrapper[data-theme="light"] .palette-title,
|
|
@@ -1697,7 +1821,7 @@ export const workflowCanvasStyles = css `
|
|
|
1697
1821
|
.canvas-wrapper[data-theme="default-light"] .palette-title,
|
|
1698
1822
|
.canvas-wrapper[data-theme="default-light"] .category-header,
|
|
1699
1823
|
.canvas-wrapper[data-theme="default-light"] .context-menu-item {
|
|
1700
|
-
color:
|
|
1824
|
+
color: #161616;
|
|
1701
1825
|
}
|
|
1702
1826
|
|
|
1703
1827
|
.canvas-wrapper[data-theme="light"] .toolbar-btn,
|
|
@@ -1709,7 +1833,7 @@ export const workflowCanvasStyles = css `
|
|
|
1709
1833
|
.canvas-wrapper[data-theme="default-light"] .toolbar-btn,
|
|
1710
1834
|
.canvas-wrapper[data-theme="default-light"] .zoom-value,
|
|
1711
1835
|
.canvas-wrapper[data-theme="default-light"] .palette-item-name {
|
|
1712
|
-
color:
|
|
1836
|
+
color: #525252;
|
|
1713
1837
|
}
|
|
1714
1838
|
|
|
1715
1839
|
.canvas-wrapper[data-theme="light"] .empty-state,
|
|
@@ -1721,7 +1845,7 @@ export const workflowCanvasStyles = css `
|
|
|
1721
1845
|
.canvas-wrapper[data-theme="default-light"] .empty-state,
|
|
1722
1846
|
.canvas-wrapper[data-theme="default-light"] .empty-state-text,
|
|
1723
1847
|
.canvas-wrapper[data-theme="default-light"] .empty-state-hint {
|
|
1724
|
-
color:
|
|
1848
|
+
color: #a8a8a8;
|
|
1725
1849
|
}
|
|
1726
1850
|
|
|
1727
1851
|
/* ========================================
|
|
@@ -1731,14 +1855,18 @@ export const workflowCanvasStyles = css `
|
|
|
1731
1855
|
/* Dark Theme - target canvas-wrapper with data-theme */
|
|
1732
1856
|
.canvas-wrapper[data-theme="dark"],
|
|
1733
1857
|
.canvas-wrapper[data-theme="carbon-dark"],
|
|
1734
|
-
.canvas-wrapper[data-theme="default-dark"]
|
|
1735
|
-
|
|
1858
|
+
.canvas-wrapper[data-theme="default-dark"],
|
|
1859
|
+
.canvas-wrapper[data-theme="social-dark"] {
|
|
1860
|
+
background: #161616;
|
|
1861
|
+
}
|
|
1736
1862
|
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1863
|
+
.canvas-wrapper[data-theme="dark"] .canvas-grid,
|
|
1864
|
+
.canvas-wrapper[data-theme="carbon-dark"] .canvas-grid,
|
|
1865
|
+
.canvas-wrapper[data-theme="default-dark"] .canvas-grid,
|
|
1866
|
+
.canvas-wrapper[data-theme="social-dark"] .canvas-grid {
|
|
1867
|
+
background-image:
|
|
1868
|
+
linear-gradient(rgba(0, 0, 0, 0.03) 1px, transparent 1px),
|
|
1869
|
+
linear-gradient(90deg, rgba(0, 0, 0, 0.03) 1px, transparent 1px);
|
|
1742
1870
|
}
|
|
1743
1871
|
|
|
1744
1872
|
.canvas-wrapper[data-theme="dark"] .canvas-toolbar,
|
|
@@ -1756,34 +1884,34 @@ export const workflowCanvasStyles = css `
|
|
|
1756
1884
|
.canvas-wrapper[data-theme="default-dark"] .node-palette,
|
|
1757
1885
|
.canvas-wrapper[data-theme="default-dark"] .context-menu,
|
|
1758
1886
|
.canvas-wrapper[data-theme="default-dark"] .config-panel {
|
|
1759
|
-
background:
|
|
1760
|
-
border-color:
|
|
1887
|
+
background: #f4f4f4;
|
|
1888
|
+
border-color: #e0e0e0;
|
|
1761
1889
|
}
|
|
1762
1890
|
|
|
1763
1891
|
.canvas-wrapper[data-theme="dark"] .toolbar-btn,
|
|
1764
1892
|
.canvas-wrapper[data-theme="carbon-dark"] .toolbar-btn,
|
|
1765
1893
|
.canvas-wrapper[data-theme="default-dark"] .toolbar-btn {
|
|
1766
|
-
color:
|
|
1894
|
+
color: #525252;
|
|
1767
1895
|
}
|
|
1768
1896
|
|
|
1769
1897
|
.canvas-wrapper[data-theme="dark"] .toolbar-btn:hover,
|
|
1770
1898
|
.canvas-wrapper[data-theme="carbon-dark"] .toolbar-btn:hover,
|
|
1771
1899
|
.canvas-wrapper[data-theme="default-dark"] .toolbar-btn:hover {
|
|
1772
|
-
background:
|
|
1773
|
-
color:
|
|
1900
|
+
background: #353535;
|
|
1901
|
+
color: #f4f4f4;
|
|
1774
1902
|
}
|
|
1775
1903
|
|
|
1776
1904
|
.canvas-wrapper[data-theme="dark"] .palette-item,
|
|
1777
1905
|
.canvas-wrapper[data-theme="carbon-dark"] .palette-item,
|
|
1778
1906
|
.canvas-wrapper[data-theme="default-dark"] .palette-item {
|
|
1779
|
-
background:
|
|
1780
|
-
border-color:
|
|
1907
|
+
background: #e8e8e8;
|
|
1908
|
+
border-color: #e0e0e0;
|
|
1781
1909
|
}
|
|
1782
1910
|
|
|
1783
1911
|
.canvas-wrapper[data-theme="dark"] .palette-item:hover,
|
|
1784
1912
|
.canvas-wrapper[data-theme="carbon-dark"] .palette-item:hover,
|
|
1785
1913
|
.canvas-wrapper[data-theme="default-dark"] .palette-item:hover {
|
|
1786
|
-
background:
|
|
1914
|
+
background: #4c4c4c;
|
|
1787
1915
|
}
|
|
1788
1916
|
|
|
1789
1917
|
/* ========================================
|
|
@@ -1794,56 +1922,56 @@ export const workflowCanvasStyles = css `
|
|
|
1794
1922
|
position: absolute;
|
|
1795
1923
|
width: 340px;
|
|
1796
1924
|
height: 420px;
|
|
1797
|
-
background:
|
|
1798
|
-
border: 1px solid
|
|
1799
|
-
border-radius:
|
|
1925
|
+
background: #f4f4f4;
|
|
1926
|
+
border: 1px solid #e0e0e0;
|
|
1927
|
+
border-radius: 6px;
|
|
1800
1928
|
overflow: hidden;
|
|
1801
1929
|
z-index: 200;
|
|
1802
1930
|
display: flex;
|
|
1803
1931
|
flex-direction: column;
|
|
1804
|
-
box-shadow:
|
|
1932
|
+
box-shadow: 0 4px 16px rgba(0,0,0,0.2);
|
|
1805
1933
|
}
|
|
1806
1934
|
|
|
1807
1935
|
.chatbot-preview-header {
|
|
1808
1936
|
display: flex;
|
|
1809
1937
|
align-items: center;
|
|
1810
1938
|
justify-content: space-between;
|
|
1811
|
-
padding:
|
|
1812
|
-
border-bottom: 1px solid
|
|
1813
|
-
background:
|
|
1939
|
+
padding: 0.5rem 0.75rem;
|
|
1940
|
+
border-bottom: 1px solid #e0e0e0;
|
|
1941
|
+
background: #e8e8e8;
|
|
1814
1942
|
flex-shrink: 0;
|
|
1815
1943
|
}
|
|
1816
1944
|
|
|
1817
1945
|
.chatbot-preview-title {
|
|
1818
1946
|
display: flex;
|
|
1819
1947
|
align-items: center;
|
|
1820
|
-
gap:
|
|
1821
|
-
font-family:
|
|
1822
|
-
font-size:
|
|
1823
|
-
font-weight:
|
|
1824
|
-
color:
|
|
1948
|
+
gap: 0.5rem;
|
|
1949
|
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
|
|
1950
|
+
font-size: 0.875rem;
|
|
1951
|
+
font-weight: 600;
|
|
1952
|
+
color: #161616;
|
|
1825
1953
|
}
|
|
1826
1954
|
|
|
1827
1955
|
.chatbot-preview-title nr-icon {
|
|
1828
|
-
color:
|
|
1956
|
+
color: #7c3aed;
|
|
1829
1957
|
}
|
|
1830
1958
|
|
|
1831
1959
|
.chatbot-preview-close {
|
|
1832
1960
|
background: none;
|
|
1833
1961
|
border: none;
|
|
1834
|
-
color:
|
|
1962
|
+
color: #525252;
|
|
1835
1963
|
cursor: pointer;
|
|
1836
|
-
padding:
|
|
1964
|
+
padding: 0.25rem;
|
|
1837
1965
|
display: flex;
|
|
1838
1966
|
align-items: center;
|
|
1839
1967
|
justify-content: center;
|
|
1840
|
-
border-radius:
|
|
1841
|
-
transition: all
|
|
1968
|
+
border-radius: 4px;
|
|
1969
|
+
transition: all 0.15s ease;
|
|
1842
1970
|
}
|
|
1843
1971
|
|
|
1844
1972
|
.chatbot-preview-close:hover {
|
|
1845
|
-
color:
|
|
1846
|
-
background:
|
|
1973
|
+
color: #161616;
|
|
1974
|
+
background: rgba(0, 0, 0, 0.05);
|
|
1847
1975
|
}
|
|
1848
1976
|
|
|
1849
1977
|
.chatbot-preview-content {
|
|
@@ -1875,20 +2003,20 @@ export const workflowCanvasStyles = css `
|
|
|
1875
2003
|
|
|
1876
2004
|
/* Chat preview status indicator */
|
|
1877
2005
|
.chat-preview-status {
|
|
1878
|
-
font-size:
|
|
1879
|
-
font-weight:
|
|
2006
|
+
font-size: 0.75rem;
|
|
2007
|
+
font-weight: 500;
|
|
1880
2008
|
padding: 2px 8px;
|
|
1881
|
-
border-radius:
|
|
2009
|
+
border-radius: 4px;
|
|
1882
2010
|
margin-left: auto;
|
|
1883
2011
|
}
|
|
1884
2012
|
|
|
1885
2013
|
.chat-preview-status.connected {
|
|
1886
|
-
color:
|
|
2014
|
+
color: #42be65;
|
|
1887
2015
|
background: rgba(66, 190, 101, 0.15);
|
|
1888
2016
|
}
|
|
1889
2017
|
|
|
1890
2018
|
.chat-preview-status.disconnected {
|
|
1891
|
-
color:
|
|
2019
|
+
color: #525252;
|
|
1892
2020
|
background: rgba(136, 136, 136, 0.15);
|
|
1893
2021
|
}
|
|
1894
2022
|
|
|
@@ -1899,9 +2027,9 @@ export const workflowCanvasStyles = css `
|
|
|
1899
2027
|
align-items: center;
|
|
1900
2028
|
justify-content: center;
|
|
1901
2029
|
height: 100%;
|
|
1902
|
-
gap:
|
|
1903
|
-
color:
|
|
1904
|
-
font-size:
|
|
2030
|
+
gap: 0.75rem;
|
|
2031
|
+
color: #525252;
|
|
2032
|
+
font-size: 0.875rem;
|
|
1905
2033
|
}
|
|
1906
2034
|
|
|
1907
2035
|
.chat-preview-loading nr-icon {
|
|
@@ -1918,51 +2046,51 @@ export const workflowCanvasStyles = css `
|
|
|
1918
2046
|
.canvas-wrapper[data-theme="carbon-light"] .chatbot-preview-panel,
|
|
1919
2047
|
.canvas-wrapper[data-theme="default-light"] .chatbot-preview-panel,
|
|
1920
2048
|
.canvas-wrapper[data-theme="default"] .chatbot-preview-panel {
|
|
1921
|
-
background:
|
|
1922
|
-
border-color:
|
|
2049
|
+
background: #f4f4f4;
|
|
2050
|
+
border-color: #e0e0e0;
|
|
1923
2051
|
}
|
|
1924
2052
|
|
|
1925
2053
|
.canvas-wrapper[data-theme="light"] .chatbot-preview-header,
|
|
1926
2054
|
.canvas-wrapper[data-theme="carbon-light"] .chatbot-preview-header,
|
|
1927
2055
|
.canvas-wrapper[data-theme="default-light"] .chatbot-preview-header,
|
|
1928
2056
|
.canvas-wrapper[data-theme="default"] .chatbot-preview-header {
|
|
1929
|
-
background:
|
|
1930
|
-
border-color:
|
|
2057
|
+
background: #e8e8e8;
|
|
2058
|
+
border-color: #e0e0e0;
|
|
1931
2059
|
}
|
|
1932
2060
|
|
|
1933
2061
|
.canvas-wrapper[data-theme="light"] .chatbot-preview-title,
|
|
1934
2062
|
.canvas-wrapper[data-theme="carbon-light"] .chatbot-preview-title,
|
|
1935
2063
|
.canvas-wrapper[data-theme="default-light"] .chatbot-preview-title,
|
|
1936
2064
|
.canvas-wrapper[data-theme="default"] .chatbot-preview-title {
|
|
1937
|
-
color:
|
|
2065
|
+
color: #161616;
|
|
1938
2066
|
}
|
|
1939
2067
|
|
|
1940
2068
|
/* Dark theme for chatbot preview */
|
|
1941
2069
|
.canvas-wrapper[data-theme="dark"] .chatbot-preview-panel,
|
|
1942
2070
|
.canvas-wrapper[data-theme="carbon-dark"] .chatbot-preview-panel,
|
|
1943
2071
|
.canvas-wrapper[data-theme="default-dark"] .chatbot-preview-panel {
|
|
1944
|
-
background:
|
|
1945
|
-
border-color:
|
|
2072
|
+
background: #f4f4f4;
|
|
2073
|
+
border-color: #e0e0e0;
|
|
1946
2074
|
}
|
|
1947
2075
|
|
|
1948
2076
|
.canvas-wrapper[data-theme="dark"] .chatbot-preview-header,
|
|
1949
2077
|
.canvas-wrapper[data-theme="carbon-dark"] .chatbot-preview-header,
|
|
1950
2078
|
.canvas-wrapper[data-theme="default-dark"] .chatbot-preview-header {
|
|
1951
|
-
background:
|
|
1952
|
-
border-color:
|
|
2079
|
+
background: #e8e8e8;
|
|
2080
|
+
border-color: #e0e0e0;
|
|
1953
2081
|
}
|
|
1954
2082
|
|
|
1955
2083
|
.canvas-wrapper[data-theme="dark"] .chatbot-preview-title,
|
|
1956
2084
|
.canvas-wrapper[data-theme="carbon-dark"] .chatbot-preview-title,
|
|
1957
2085
|
.canvas-wrapper[data-theme="default-dark"] .chatbot-preview-title {
|
|
1958
|
-
color:
|
|
2086
|
+
color: #161616;
|
|
1959
2087
|
}
|
|
1960
2088
|
|
|
1961
2089
|
.canvas-wrapper[data-theme="dark"] .chatbot-preview-close:hover,
|
|
1962
2090
|
.canvas-wrapper[data-theme="carbon-dark"] .chatbot-preview-close:hover,
|
|
1963
2091
|
.canvas-wrapper[data-theme="default-dark"] .chatbot-preview-close:hover {
|
|
1964
|
-
color:
|
|
1965
|
-
background:
|
|
2092
|
+
color: #161616;
|
|
2093
|
+
background: rgba(0, 0, 0, 0.05);
|
|
1966
2094
|
}
|
|
1967
2095
|
|
|
1968
2096
|
/* ========================================
|
|
@@ -1975,63 +2103,63 @@ export const workflowCanvasStyles = css `
|
|
|
1975
2103
|
}
|
|
1976
2104
|
|
|
1977
2105
|
.http-preview-content {
|
|
1978
|
-
padding:
|
|
2106
|
+
padding: 0.75rem;
|
|
1979
2107
|
display: flex;
|
|
1980
2108
|
flex-direction: column;
|
|
1981
|
-
gap:
|
|
2109
|
+
gap: 0.75rem;
|
|
1982
2110
|
overflow-y: auto;
|
|
1983
2111
|
}
|
|
1984
2112
|
|
|
1985
2113
|
.http-preview-url {
|
|
1986
2114
|
display: flex;
|
|
1987
2115
|
align-items: center;
|
|
1988
|
-
gap:
|
|
1989
|
-
padding:
|
|
1990
|
-
background:
|
|
1991
|
-
border-radius:
|
|
1992
|
-
font-family:
|
|
1993
|
-
font-size:
|
|
2116
|
+
gap: 0.5rem;
|
|
2117
|
+
padding: 0.5rem 0.75rem;
|
|
2118
|
+
background: #e8e8e8;
|
|
2119
|
+
border-radius: 4px;
|
|
2120
|
+
font-family: monospace;
|
|
2121
|
+
font-size: 0.875rem;
|
|
1994
2122
|
}
|
|
1995
2123
|
|
|
1996
2124
|
.http-method {
|
|
1997
|
-
color:
|
|
1998
|
-
font-weight:
|
|
2125
|
+
color: #42be65;
|
|
2126
|
+
font-weight: 600;
|
|
1999
2127
|
}
|
|
2000
2128
|
|
|
2001
2129
|
.http-path {
|
|
2002
|
-
color:
|
|
2130
|
+
color: #525252;
|
|
2003
2131
|
}
|
|
2004
2132
|
|
|
2005
2133
|
.http-preview-section {
|
|
2006
2134
|
display: flex;
|
|
2007
2135
|
flex-direction: column;
|
|
2008
|
-
gap:
|
|
2136
|
+
gap: 0.5rem;
|
|
2009
2137
|
}
|
|
2010
2138
|
|
|
2011
2139
|
.http-preview-section label {
|
|
2012
|
-
font-size:
|
|
2013
|
-
font-weight:
|
|
2014
|
-
color:
|
|
2140
|
+
font-size: 0.75rem;
|
|
2141
|
+
font-weight: 500;
|
|
2142
|
+
color: #525252;
|
|
2015
2143
|
text-transform: uppercase;
|
|
2016
2144
|
letter-spacing: 0.5px;
|
|
2017
2145
|
}
|
|
2018
2146
|
|
|
2019
2147
|
.http-request-body {
|
|
2020
2148
|
min-height: 120px;
|
|
2021
|
-
padding:
|
|
2022
|
-
background:
|
|
2023
|
-
border: 1px solid
|
|
2024
|
-
border-radius:
|
|
2025
|
-
color:
|
|
2026
|
-
font-family:
|
|
2027
|
-
font-size:
|
|
2149
|
+
padding: 0.75rem;
|
|
2150
|
+
background: #e8e8e8;
|
|
2151
|
+
border: 1px solid #e0e0e0;
|
|
2152
|
+
border-radius: 4px;
|
|
2153
|
+
color: #161616;
|
|
2154
|
+
font-family: monospace;
|
|
2155
|
+
font-size: 0.875rem;
|
|
2028
2156
|
resize: vertical;
|
|
2029
2157
|
outline: none;
|
|
2030
|
-
transition: border-color
|
|
2158
|
+
transition: border-color 0.15s ease;
|
|
2031
2159
|
}
|
|
2032
2160
|
|
|
2033
2161
|
.http-request-body:focus {
|
|
2034
|
-
border-color:
|
|
2162
|
+
border-color: #7c3aed;
|
|
2035
2163
|
}
|
|
2036
2164
|
|
|
2037
2165
|
.http-request-body:disabled {
|
|
@@ -2047,20 +2175,20 @@ export const workflowCanvasStyles = css `
|
|
|
2047
2175
|
.http-send-btn {
|
|
2048
2176
|
display: flex;
|
|
2049
2177
|
align-items: center;
|
|
2050
|
-
gap:
|
|
2051
|
-
padding:
|
|
2052
|
-
background:
|
|
2178
|
+
gap: 0.5rem;
|
|
2179
|
+
padding: 0.5rem 1rem;
|
|
2180
|
+
background: #7c3aed;
|
|
2053
2181
|
color: white;
|
|
2054
2182
|
border: none;
|
|
2055
|
-
border-radius:
|
|
2056
|
-
font-size:
|
|
2057
|
-
font-weight:
|
|
2183
|
+
border-radius: 4px;
|
|
2184
|
+
font-size: 0.875rem;
|
|
2185
|
+
font-weight: 500;
|
|
2058
2186
|
cursor: pointer;
|
|
2059
|
-
transition: all
|
|
2187
|
+
transition: all 0.15s ease;
|
|
2060
2188
|
}
|
|
2061
2189
|
|
|
2062
2190
|
.http-send-btn:hover:not(:disabled) {
|
|
2063
|
-
background:
|
|
2191
|
+
background: #6d28d9;
|
|
2064
2192
|
}
|
|
2065
2193
|
|
|
2066
2194
|
.http-send-btn:disabled {
|
|
@@ -2079,13 +2207,13 @@ export const workflowCanvasStyles = css `
|
|
|
2079
2207
|
.http-preview-error {
|
|
2080
2208
|
display: flex;
|
|
2081
2209
|
align-items: flex-start;
|
|
2082
|
-
gap:
|
|
2083
|
-
padding:
|
|
2210
|
+
gap: 0.5rem;
|
|
2211
|
+
padding: 0.75rem;
|
|
2084
2212
|
background: rgba(239, 68, 68, 0.1);
|
|
2085
2213
|
border: 1px solid rgba(239, 68, 68, 0.3);
|
|
2086
|
-
border-radius:
|
|
2087
|
-
color:
|
|
2088
|
-
font-size:
|
|
2214
|
+
border-radius: 4px;
|
|
2215
|
+
color: #fa4d56;
|
|
2216
|
+
font-size: 0.875rem;
|
|
2089
2217
|
}
|
|
2090
2218
|
|
|
2091
2219
|
.http-preview-error nr-icon {
|
|
@@ -2095,13 +2223,13 @@ export const workflowCanvasStyles = css `
|
|
|
2095
2223
|
|
|
2096
2224
|
.http-response-body {
|
|
2097
2225
|
margin: 0;
|
|
2098
|
-
padding:
|
|
2099
|
-
background:
|
|
2100
|
-
border: 1px solid
|
|
2101
|
-
border-radius:
|
|
2102
|
-
color:
|
|
2103
|
-
font-family:
|
|
2104
|
-
font-size:
|
|
2226
|
+
padding: 0.75rem;
|
|
2227
|
+
background: #e8e8e8;
|
|
2228
|
+
border: 1px solid #e0e0e0;
|
|
2229
|
+
border-radius: 4px;
|
|
2230
|
+
color: #161616;
|
|
2231
|
+
font-family: monospace;
|
|
2232
|
+
font-size: 0.875rem;
|
|
2105
2233
|
white-space: pre-wrap;
|
|
2106
2234
|
word-break: break-word;
|
|
2107
2235
|
max-height: 200px;
|
|
@@ -2113,25 +2241,25 @@ export const workflowCanvasStyles = css `
|
|
|
2113
2241
|
.canvas-wrapper[data-theme="carbon-light"] .http-request-body,
|
|
2114
2242
|
.canvas-wrapper[data-theme="default-light"] .http-request-body,
|
|
2115
2243
|
.canvas-wrapper[data-theme="default"] .http-request-body {
|
|
2116
|
-
background:
|
|
2117
|
-
border-color:
|
|
2118
|
-
color:
|
|
2244
|
+
background: #e8e8e8;
|
|
2245
|
+
border-color: #e0e0e0;
|
|
2246
|
+
color: #161616;
|
|
2119
2247
|
}
|
|
2120
2248
|
|
|
2121
2249
|
.canvas-wrapper[data-theme="light"] .http-response-body,
|
|
2122
2250
|
.canvas-wrapper[data-theme="carbon-light"] .http-response-body,
|
|
2123
2251
|
.canvas-wrapper[data-theme="default-light"] .http-response-body,
|
|
2124
2252
|
.canvas-wrapper[data-theme="default"] .http-response-body {
|
|
2125
|
-
background:
|
|
2126
|
-
border-color:
|
|
2127
|
-
color:
|
|
2253
|
+
background: #e8e8e8;
|
|
2254
|
+
border-color: #e0e0e0;
|
|
2255
|
+
color: #161616;
|
|
2128
2256
|
}
|
|
2129
2257
|
|
|
2130
2258
|
.canvas-wrapper[data-theme="light"] .http-preview-url,
|
|
2131
2259
|
.canvas-wrapper[data-theme="carbon-light"] .http-preview-url,
|
|
2132
2260
|
.canvas-wrapper[data-theme="default-light"] .http-preview-url,
|
|
2133
2261
|
.canvas-wrapper[data-theme="default"] .http-preview-url {
|
|
2134
|
-
background:
|
|
2262
|
+
background: #e8e8e8;
|
|
2135
2263
|
}
|
|
2136
2264
|
|
|
2137
2265
|
/* Disabled overlay styles */
|
|
@@ -2147,7 +2275,7 @@ export const workflowCanvasStyles = css `
|
|
|
2147
2275
|
align-items: center;
|
|
2148
2276
|
justify-content: center;
|
|
2149
2277
|
background: transparent;
|
|
2150
|
-
transition: background
|
|
2278
|
+
transition: background 0.15s ease;
|
|
2151
2279
|
}
|
|
2152
2280
|
|
|
2153
2281
|
.disabled-overlay.hovering {
|
|
@@ -2157,18 +2285,18 @@ export const workflowCanvasStyles = css `
|
|
|
2157
2285
|
.disabled-overlay-message {
|
|
2158
2286
|
display: flex;
|
|
2159
2287
|
align-items: center;
|
|
2160
|
-
gap:
|
|
2161
|
-
padding:
|
|
2162
|
-
background:
|
|
2163
|
-
border: 1px solid
|
|
2164
|
-
border-radius:
|
|
2165
|
-
color:
|
|
2166
|
-
font-size:
|
|
2288
|
+
gap: 0.5rem;
|
|
2289
|
+
padding: 0.75rem 1rem;
|
|
2290
|
+
background: #e8e8e8;
|
|
2291
|
+
border: 1px solid #e0e0e0;
|
|
2292
|
+
border-radius: 6px;
|
|
2293
|
+
color: #161616;
|
|
2294
|
+
font-size: 0.875rem;
|
|
2167
2295
|
font-weight: 500;
|
|
2168
2296
|
opacity: 0;
|
|
2169
2297
|
transform: translateY(4px);
|
|
2170
|
-
transition: opacity
|
|
2171
|
-
transform
|
|
2298
|
+
transition: opacity 0.15s ease,
|
|
2299
|
+
transform 0.15s ease;
|
|
2172
2300
|
pointer-events: none;
|
|
2173
2301
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
|
|
2174
2302
|
}
|
|
@@ -2179,7 +2307,7 @@ export const workflowCanvasStyles = css `
|
|
|
2179
2307
|
}
|
|
2180
2308
|
|
|
2181
2309
|
.disabled-overlay-message nr-icon {
|
|
2182
|
-
color:
|
|
2310
|
+
color: #7c3aed;
|
|
2183
2311
|
}
|
|
2184
2312
|
|
|
2185
2313
|
/* Light theme for disabled overlay */
|
|
@@ -2194,9 +2322,9 @@ export const workflowCanvasStyles = css `
|
|
|
2194
2322
|
.canvas-wrapper[data-theme="carbon-light"] .disabled-overlay-message,
|
|
2195
2323
|
.canvas-wrapper[data-theme="default-light"] .disabled-overlay-message,
|
|
2196
2324
|
.canvas-wrapper[data-theme="default"] .disabled-overlay-message {
|
|
2197
|
-
background:
|
|
2198
|
-
border-color:
|
|
2199
|
-
color:
|
|
2325
|
+
background: #e8e8e8;
|
|
2326
|
+
border-color: #e0e0e0;
|
|
2327
|
+
color: #161616;
|
|
2200
2328
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
|
|
2201
2329
|
}
|
|
2202
2330
|
|
|
@@ -2225,11 +2353,11 @@ export const workflowCanvasStyles = css `
|
|
|
2225
2353
|
}
|
|
2226
2354
|
|
|
2227
2355
|
.frame-node:hover {
|
|
2228
|
-
box-shadow: 0 0 0 1px
|
|
2356
|
+
box-shadow: 0 0 0 1px #7c3aed;
|
|
2229
2357
|
}
|
|
2230
2358
|
|
|
2231
2359
|
.frame-node.selected {
|
|
2232
|
-
box-shadow: 0 0 0 2px
|
|
2360
|
+
box-shadow: 0 0 0 2px #7c3aed;
|
|
2233
2361
|
}
|
|
2234
2362
|
|
|
2235
2363
|
/* Frame Label */
|
|
@@ -2237,7 +2365,7 @@ export const workflowCanvasStyles = css `
|
|
|
2237
2365
|
position: absolute;
|
|
2238
2366
|
font-size: 12px;
|
|
2239
2367
|
font-weight: 600;
|
|
2240
|
-
color:
|
|
2368
|
+
color: #525252;
|
|
2241
2369
|
white-space: nowrap;
|
|
2242
2370
|
overflow: hidden;
|
|
2243
2371
|
text-overflow: ellipsis;
|
|
@@ -2275,7 +2403,7 @@ export const workflowCanvasStyles = css `
|
|
|
2275
2403
|
width: 14px;
|
|
2276
2404
|
height: 14px;
|
|
2277
2405
|
padding: 2px;
|
|
2278
|
-
color:
|
|
2406
|
+
color: #525252;
|
|
2279
2407
|
cursor: pointer;
|
|
2280
2408
|
border-radius: 3px;
|
|
2281
2409
|
transition: opacity 0.15s ease, background 0.15s ease, color 0.15s ease;
|
|
@@ -2288,17 +2416,17 @@ export const workflowCanvasStyles = css `
|
|
|
2288
2416
|
|
|
2289
2417
|
.frame-label-edit-icon:hover {
|
|
2290
2418
|
opacity: 1 !important;
|
|
2291
|
-
background:
|
|
2292
|
-
color:
|
|
2419
|
+
background: rgba(0, 0, 0, 0.05);
|
|
2420
|
+
color: #7c3aed;
|
|
2293
2421
|
}
|
|
2294
2422
|
|
|
2295
2423
|
/* Frame Label Input */
|
|
2296
2424
|
.frame-label-input {
|
|
2297
2425
|
font-size: 12px;
|
|
2298
2426
|
font-weight: 600;
|
|
2299
|
-
color:
|
|
2300
|
-
background:
|
|
2301
|
-
border: 1px solid
|
|
2427
|
+
color: #161616;
|
|
2428
|
+
background: #e8e8e8;
|
|
2429
|
+
border: 1px solid #7c3aed;
|
|
2302
2430
|
border-radius: 4px;
|
|
2303
2431
|
padding: 2px 6px;
|
|
2304
2432
|
outline: none;
|
|
@@ -2320,8 +2448,8 @@ export const workflowCanvasStyles = css `
|
|
|
2320
2448
|
display: flex;
|
|
2321
2449
|
align-items: center;
|
|
2322
2450
|
justify-content: center;
|
|
2323
|
-
background:
|
|
2324
|
-
border: 1px solid
|
|
2451
|
+
background: #e8e8e8;
|
|
2452
|
+
border: 1px solid #e0e0e0;
|
|
2325
2453
|
border-radius: 4px;
|
|
2326
2454
|
cursor: pointer;
|
|
2327
2455
|
opacity: 0;
|
|
@@ -2333,13 +2461,13 @@ export const workflowCanvasStyles = css `
|
|
|
2333
2461
|
}
|
|
2334
2462
|
|
|
2335
2463
|
.frame-collapse-btn:hover {
|
|
2336
|
-
background:
|
|
2464
|
+
background: #e0e0e0;
|
|
2337
2465
|
}
|
|
2338
2466
|
|
|
2339
2467
|
.frame-collapse-btn nr-icon {
|
|
2340
2468
|
width: 12px;
|
|
2341
2469
|
height: 12px;
|
|
2342
|
-
color:
|
|
2470
|
+
color: #525252;
|
|
2343
2471
|
}
|
|
2344
2472
|
|
|
2345
2473
|
/* Frame Resize Handles */
|
|
@@ -2368,8 +2496,8 @@ export const workflowCanvasStyles = css `
|
|
|
2368
2496
|
.resize-handle.corner {
|
|
2369
2497
|
width: 12px;
|
|
2370
2498
|
height: 12px;
|
|
2371
|
-
background:
|
|
2372
|
-
border: 2px solid
|
|
2499
|
+
background: #7c3aed;
|
|
2500
|
+
border: 2px solid #f4f4f4;
|
|
2373
2501
|
border-radius: 2px;
|
|
2374
2502
|
}
|
|
2375
2503
|
|
|
@@ -2392,8 +2520,8 @@ export const workflowCanvasStyles = css `
|
|
|
2392
2520
|
.collapsed-frame-node {
|
|
2393
2521
|
position: absolute;
|
|
2394
2522
|
min-width: 180px;
|
|
2395
|
-
background:
|
|
2396
|
-
border: 1px solid
|
|
2523
|
+
background: #e8e8e8;
|
|
2524
|
+
border: 1px solid #e0e0e0;
|
|
2397
2525
|
border-radius: 8px;
|
|
2398
2526
|
cursor: move;
|
|
2399
2527
|
transition: box-shadow 0.15s ease, transform 0.1s ease;
|
|
@@ -2404,7 +2532,7 @@ export const workflowCanvasStyles = css `
|
|
|
2404
2532
|
}
|
|
2405
2533
|
|
|
2406
2534
|
.collapsed-frame-node.selected {
|
|
2407
|
-
box-shadow: 0 0 0 2px
|
|
2535
|
+
box-shadow: 0 0 0 2px #7c3aed,
|
|
2408
2536
|
0 4px 12px rgba(0, 0, 0, 0.2);
|
|
2409
2537
|
}
|
|
2410
2538
|
|
|
@@ -2439,14 +2567,14 @@ export const workflowCanvasStyles = css `
|
|
|
2439
2567
|
|
|
2440
2568
|
.collapsed-frame-node .port-input {
|
|
2441
2569
|
margin-left: -5px;
|
|
2442
|
-
background:
|
|
2443
|
-
border: 2px solid
|
|
2570
|
+
background: #6b7280;
|
|
2571
|
+
border: 2px solid #e8e8e8;
|
|
2444
2572
|
}
|
|
2445
2573
|
|
|
2446
2574
|
.collapsed-frame-node .port-output {
|
|
2447
2575
|
margin-right: -5px;
|
|
2448
|
-
background:
|
|
2449
|
-
border: 2px solid
|
|
2576
|
+
background: #7c3aed;
|
|
2577
|
+
border: 2px solid #e8e8e8;
|
|
2450
2578
|
}
|
|
2451
2579
|
|
|
2452
2580
|
.collapsed-frame-node .port:hover {
|
|
@@ -2459,7 +2587,7 @@ export const workflowCanvasStyles = css `
|
|
|
2459
2587
|
align-items: center;
|
|
2460
2588
|
gap: 8px;
|
|
2461
2589
|
padding: 10px 12px;
|
|
2462
|
-
border-bottom: 1px solid
|
|
2590
|
+
border-bottom: 1px solid #e0e0e0;
|
|
2463
2591
|
}
|
|
2464
2592
|
|
|
2465
2593
|
.collapsed-frame-icon {
|
|
@@ -2468,14 +2596,14 @@ export const workflowCanvasStyles = css `
|
|
|
2468
2596
|
display: flex;
|
|
2469
2597
|
align-items: center;
|
|
2470
2598
|
justify-content: center;
|
|
2471
|
-
background:
|
|
2599
|
+
background: #e0e0e0;
|
|
2472
2600
|
border-radius: 6px;
|
|
2473
2601
|
}
|
|
2474
2602
|
|
|
2475
2603
|
.collapsed-frame-icon nr-icon {
|
|
2476
2604
|
width: 14px;
|
|
2477
2605
|
height: 14px;
|
|
2478
|
-
color:
|
|
2606
|
+
color: #7c3aed;
|
|
2479
2607
|
}
|
|
2480
2608
|
|
|
2481
2609
|
.collapsed-frame-title {
|
|
@@ -2485,7 +2613,7 @@ export const workflowCanvasStyles = css `
|
|
|
2485
2613
|
gap: 4px;
|
|
2486
2614
|
font-size: 13px;
|
|
2487
2615
|
font-weight: 600;
|
|
2488
|
-
color:
|
|
2616
|
+
color: #161616;
|
|
2489
2617
|
white-space: nowrap;
|
|
2490
2618
|
overflow: hidden;
|
|
2491
2619
|
text-overflow: ellipsis;
|
|
@@ -2502,9 +2630,9 @@ export const workflowCanvasStyles = css `
|
|
|
2502
2630
|
flex: 1;
|
|
2503
2631
|
font-size: 13px;
|
|
2504
2632
|
font-weight: 600;
|
|
2505
|
-
color:
|
|
2506
|
-
background:
|
|
2507
|
-
border: 1px solid
|
|
2633
|
+
color: #161616;
|
|
2634
|
+
background: #e0e0e0;
|
|
2635
|
+
border: 1px solid #7c3aed;
|
|
2508
2636
|
border-radius: 4px;
|
|
2509
2637
|
padding: 2px 6px;
|
|
2510
2638
|
outline: none;
|
|
@@ -2517,8 +2645,8 @@ export const workflowCanvasStyles = css `
|
|
|
2517
2645
|
|
|
2518
2646
|
.collapsed-frame-count {
|
|
2519
2647
|
font-size: 11px;
|
|
2520
|
-
color:
|
|
2521
|
-
background:
|
|
2648
|
+
color: #525252;
|
|
2649
|
+
background: #e0e0e0;
|
|
2522
2650
|
padding: 2px 6px;
|
|
2523
2651
|
border-radius: 10px;
|
|
2524
2652
|
}
|
|
@@ -2529,7 +2657,7 @@ export const workflowCanvasStyles = css `
|
|
|
2529
2657
|
align-items: center;
|
|
2530
2658
|
gap: 4px;
|
|
2531
2659
|
padding: 8px 12px;
|
|
2532
|
-
border-bottom: 1px solid
|
|
2660
|
+
border-bottom: 1px solid #e0e0e0;
|
|
2533
2661
|
overflow: hidden;
|
|
2534
2662
|
}
|
|
2535
2663
|
|
|
@@ -2550,7 +2678,7 @@ export const workflowCanvasStyles = css `
|
|
|
2550
2678
|
|
|
2551
2679
|
.node-icons-more {
|
|
2552
2680
|
font-size: 10px;
|
|
2553
|
-
color:
|
|
2681
|
+
color: #525252;
|
|
2554
2682
|
padding: 0 4px;
|
|
2555
2683
|
}
|
|
2556
2684
|
|
|
@@ -2580,15 +2708,15 @@ export const workflowCanvasStyles = css `
|
|
|
2580
2708
|
align-items: center;
|
|
2581
2709
|
gap: 6px;
|
|
2582
2710
|
font-size: 11px;
|
|
2583
|
-
color:
|
|
2711
|
+
color: #525252;
|
|
2584
2712
|
}
|
|
2585
2713
|
|
|
2586
2714
|
.aggregated-port-dot {
|
|
2587
2715
|
width: 8px;
|
|
2588
2716
|
height: 8px;
|
|
2589
2717
|
border-radius: 50%;
|
|
2590
|
-
background:
|
|
2591
|
-
border: 2px solid
|
|
2718
|
+
background: #7c3aed;
|
|
2719
|
+
border: 2px solid #e8e8e8;
|
|
2592
2720
|
}
|
|
2593
2721
|
|
|
2594
2722
|
.aggregated-ports-section.inputs .aggregated-port-dot {
|
|
@@ -2622,13 +2750,13 @@ export const workflowCanvasStyles = css `
|
|
|
2622
2750
|
}
|
|
2623
2751
|
|
|
2624
2752
|
.collapsed-frame-expand-btn:hover {
|
|
2625
|
-
background:
|
|
2753
|
+
background: #e0e0e0;
|
|
2626
2754
|
}
|
|
2627
2755
|
|
|
2628
2756
|
.collapsed-frame-expand-btn nr-icon {
|
|
2629
2757
|
width: 12px;
|
|
2630
2758
|
height: 12px;
|
|
2631
|
-
color:
|
|
2759
|
+
color: #525252;
|
|
2632
2760
|
}
|
|
2633
2761
|
|
|
2634
2762
|
/* Light theme overrides for frames */
|
|
@@ -2636,8 +2764,8 @@ export const workflowCanvasStyles = css `
|
|
|
2636
2764
|
.canvas-wrapper[data-theme="carbon-light"] .collapsed-frame-node,
|
|
2637
2765
|
.canvas-wrapper[data-theme="default-light"] .collapsed-frame-node,
|
|
2638
2766
|
.canvas-wrapper[data-theme="default"] .collapsed-frame-node {
|
|
2639
|
-
background:
|
|
2640
|
-
border-color:
|
|
2767
|
+
background: #e8e8e8;
|
|
2768
|
+
border-color: #e0e0e0;
|
|
2641
2769
|
}
|
|
2642
2770
|
|
|
2643
2771
|
.canvas-wrapper[data-theme="light"] .collapsed-frame-header,
|
|
@@ -2648,7 +2776,7 @@ export const workflowCanvasStyles = css `
|
|
|
2648
2776
|
.canvas-wrapper[data-theme="carbon-light"] .node-icons-preview,
|
|
2649
2777
|
.canvas-wrapper[data-theme="default-light"] .node-icons-preview,
|
|
2650
2778
|
.canvas-wrapper[data-theme="default"] .node-icons-preview {
|
|
2651
|
-
border-color:
|
|
2779
|
+
border-color: #e0e0e0;
|
|
2652
2780
|
}
|
|
2653
2781
|
|
|
2654
2782
|
.canvas-wrapper[data-theme="light"] .collapsed-frame-icon,
|
|
@@ -2659,14 +2787,14 @@ export const workflowCanvasStyles = css `
|
|
|
2659
2787
|
.canvas-wrapper[data-theme="carbon-light"] .collapsed-frame-count,
|
|
2660
2788
|
.canvas-wrapper[data-theme="default-light"] .collapsed-frame-count,
|
|
2661
2789
|
.canvas-wrapper[data-theme="default"] .collapsed-frame-count {
|
|
2662
|
-
background:
|
|
2790
|
+
background: #f4f4f4;
|
|
2663
2791
|
}
|
|
2664
2792
|
|
|
2665
2793
|
.canvas-wrapper[data-theme="light"] .collapsed-frame-title,
|
|
2666
2794
|
.canvas-wrapper[data-theme="carbon-light"] .collapsed-frame-title,
|
|
2667
2795
|
.canvas-wrapper[data-theme="default-light"] .collapsed-frame-title,
|
|
2668
2796
|
.canvas-wrapper[data-theme="default"] .collapsed-frame-title {
|
|
2669
|
-
color:
|
|
2797
|
+
color: #161616;
|
|
2670
2798
|
}
|
|
2671
2799
|
|
|
2672
2800
|
/* Light theme for label inputs */
|
|
@@ -2678,23 +2806,23 @@ export const workflowCanvasStyles = css `
|
|
|
2678
2806
|
.canvas-wrapper[data-theme="carbon-light"] .collapsed-frame-title-input,
|
|
2679
2807
|
.canvas-wrapper[data-theme="default-light"] .collapsed-frame-title-input,
|
|
2680
2808
|
.canvas-wrapper[data-theme="default"] .collapsed-frame-title-input {
|
|
2681
|
-
color:
|
|
2682
|
-
background:
|
|
2809
|
+
color: #161616;
|
|
2810
|
+
background: #f4f4f4;
|
|
2683
2811
|
}
|
|
2684
2812
|
|
|
2685
2813
|
.canvas-wrapper[data-theme="light"] .frame-collapse-btn,
|
|
2686
2814
|
.canvas-wrapper[data-theme="carbon-light"] .frame-collapse-btn,
|
|
2687
2815
|
.canvas-wrapper[data-theme="default-light"] .frame-collapse-btn,
|
|
2688
2816
|
.canvas-wrapper[data-theme="default"] .frame-collapse-btn {
|
|
2689
|
-
background:
|
|
2690
|
-
border-color:
|
|
2817
|
+
background: #e8e8e8;
|
|
2818
|
+
border-color: #e0e0e0;
|
|
2691
2819
|
}
|
|
2692
2820
|
|
|
2693
2821
|
.canvas-wrapper[data-theme="light"] .resize-handle.corner,
|
|
2694
2822
|
.canvas-wrapper[data-theme="carbon-light"] .resize-handle.corner,
|
|
2695
2823
|
.canvas-wrapper[data-theme="default-light"] .resize-handle.corner,
|
|
2696
2824
|
.canvas-wrapper[data-theme="default"] .resize-handle.corner {
|
|
2697
|
-
border-color:
|
|
2825
|
+
border-color: #f4f4f4;
|
|
2698
2826
|
}
|
|
2699
2827
|
|
|
2700
2828
|
/* ===== COLLAPSED FRAME STATUS INDICATORS ===== */
|
|
@@ -2720,7 +2848,7 @@ export const workflowCanvasStyles = css `
|
|
|
2720
2848
|
|
|
2721
2849
|
/* Running status - blue with spinning animation */
|
|
2722
2850
|
.frame-status-indicator.status-running {
|
|
2723
|
-
background:
|
|
2851
|
+
background: #7c3aed;
|
|
2724
2852
|
color: white;
|
|
2725
2853
|
box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
|
|
2726
2854
|
}
|
|
@@ -2736,14 +2864,14 @@ export const workflowCanvasStyles = css `
|
|
|
2736
2864
|
|
|
2737
2865
|
/* Failed status - red */
|
|
2738
2866
|
.frame-status-indicator.status-failed {
|
|
2739
|
-
background:
|
|
2867
|
+
background: #dc2626;
|
|
2740
2868
|
color: white;
|
|
2741
2869
|
box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.2);
|
|
2742
2870
|
}
|
|
2743
2871
|
|
|
2744
2872
|
/* Completed status - green */
|
|
2745
2873
|
.frame-status-indicator.status-completed {
|
|
2746
|
-
background:
|
|
2874
|
+
background: #198038;
|
|
2747
2875
|
color: white;
|
|
2748
2876
|
box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.2);
|
|
2749
2877
|
}
|
|
@@ -2751,36 +2879,36 @@ export const workflowCanvasStyles = css `
|
|
|
2751
2879
|
/* Pending status - yellow/amber */
|
|
2752
2880
|
.frame-status-indicator.status-pending,
|
|
2753
2881
|
.frame-status-indicator.status-waiting {
|
|
2754
|
-
background:
|
|
2882
|
+
background: #f1c21b;
|
|
2755
2883
|
color: white;
|
|
2756
2884
|
box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.2);
|
|
2757
2885
|
}
|
|
2758
2886
|
|
|
2759
2887
|
/* Collapsed frame border glow for active statuses */
|
|
2760
2888
|
.collapsed-frame-node.status-running {
|
|
2761
|
-
box-shadow: 0 0 0 2px
|
|
2889
|
+
box-shadow: 0 0 0 2px #7c3aed,
|
|
2762
2890
|
0 4px 12px rgba(59, 130, 246, 0.2);
|
|
2763
2891
|
animation: pulse-blue 2s ease-in-out infinite;
|
|
2764
2892
|
}
|
|
2765
2893
|
|
|
2766
2894
|
@keyframes pulse-blue {
|
|
2767
|
-
0%, 100% { box-shadow: 0 0 0 2px
|
|
2768
|
-
50% { box-shadow: 0 0 0 4px
|
|
2895
|
+
0%, 100% { box-shadow: 0 0 0 2px #7c3aed, 0 4px 12px rgba(59, 130, 246, 0.2); }
|
|
2896
|
+
50% { box-shadow: 0 0 0 4px #7c3aed, 0 4px 16px rgba(59, 130, 246, 0.4); }
|
|
2769
2897
|
}
|
|
2770
2898
|
|
|
2771
2899
|
.collapsed-frame-node.status-failed {
|
|
2772
|
-
border-color:
|
|
2773
|
-
box-shadow: 0 0 0 2px
|
|
2900
|
+
border-color: #dc2626;
|
|
2901
|
+
box-shadow: 0 0 0 2px #dc2626,
|
|
2774
2902
|
0 4px 12px rgba(239, 68, 68, 0.2);
|
|
2775
2903
|
}
|
|
2776
2904
|
|
|
2777
2905
|
.collapsed-frame-node.status-completed {
|
|
2778
|
-
border-color:
|
|
2906
|
+
border-color: #198038;
|
|
2779
2907
|
}
|
|
2780
2908
|
|
|
2781
2909
|
.collapsed-frame-node.status-pending,
|
|
2782
2910
|
.collapsed-frame-node.status-waiting {
|
|
2783
|
-
border-color:
|
|
2911
|
+
border-color: #f1c21b;
|
|
2784
2912
|
}
|
|
2785
2913
|
|
|
2786
2914
|
/* ========================================
|
|
@@ -2806,7 +2934,7 @@ export const workflowCanvasStyles = css `
|
|
|
2806
2934
|
margin-top: -2px;
|
|
2807
2935
|
padding: 2px 8px;
|
|
2808
2936
|
border-radius: 4px;
|
|
2809
|
-
font-family:
|
|
2937
|
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
|
|
2810
2938
|
font-size: 11px;
|
|
2811
2939
|
font-weight: 500;
|
|
2812
2940
|
color: #ffffff;
|
|
@@ -2891,7 +3019,7 @@ export const workflowCanvasStyles = css `
|
|
|
2891
3019
|
}
|
|
2892
3020
|
|
|
2893
3021
|
.presence-count {
|
|
2894
|
-
font-family:
|
|
3022
|
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
|
|
2895
3023
|
font-size: 12px;
|
|
2896
3024
|
font-weight: 500;
|
|
2897
3025
|
color: #6b7280;
|