@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
|
@@ -11,11 +11,11 @@ export const workflowNodeStyles = css `
|
|
|
11
11
|
user-select: none;
|
|
12
12
|
|
|
13
13
|
/* Force CSS custom property inheritance to ensure theme switching works properly */
|
|
14
|
-
color:
|
|
14
|
+
color: #161616;
|
|
15
15
|
|
|
16
16
|
/* Ensure clean state transitions when theme changes */
|
|
17
17
|
* {
|
|
18
|
-
transition: all
|
|
18
|
+
transition: all 0.15s ease;
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
21
|
|
|
@@ -28,70 +28,70 @@ export const workflowNodeStyles = css `
|
|
|
28
28
|
position: relative;
|
|
29
29
|
min-width: 180px;
|
|
30
30
|
min-height: 60px;
|
|
31
|
-
background:
|
|
32
|
-
border: 2px solid
|
|
33
|
-
border-radius:
|
|
34
|
-
box-shadow:
|
|
35
|
-
transition: box-shadow
|
|
36
|
-
border-color
|
|
37
|
-
transform
|
|
31
|
+
background: #f4f4f4;
|
|
32
|
+
border: 2px solid #e0e0e0;
|
|
33
|
+
border-radius: 6px;
|
|
34
|
+
box-shadow: 0 1px 3px rgba(0,0,0,0.1);
|
|
35
|
+
transition: box-shadow 0.15s ease,
|
|
36
|
+
border-color 0.15s ease,
|
|
37
|
+
transform 0.15s ease;
|
|
38
38
|
cursor: grab;
|
|
39
|
-
font-family:
|
|
39
|
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
|
|
40
40
|
}
|
|
41
41
|
|
|
42
42
|
.node-container:hover {
|
|
43
|
-
border-color:
|
|
44
|
-
box-shadow:
|
|
43
|
+
border-color: #a8a8a8;
|
|
44
|
+
box-shadow: 0 2px 8px rgba(0,0,0,0.15);
|
|
45
45
|
}
|
|
46
46
|
|
|
47
47
|
.node-container.selected {
|
|
48
|
-
border-color:
|
|
49
|
-
box-shadow:
|
|
48
|
+
border-color: #7c3aed;
|
|
49
|
+
box-shadow: 0 2px 8px rgba(0,0,0,0.15);
|
|
50
50
|
}
|
|
51
51
|
|
|
52
52
|
.node-container.dragging {
|
|
53
53
|
cursor: grabbing;
|
|
54
54
|
transform: scale(1.02);
|
|
55
|
-
box-shadow:
|
|
55
|
+
box-shadow: 0 4px 16px rgba(0,0,0,0.2);
|
|
56
56
|
}
|
|
57
57
|
|
|
58
58
|
/* Status indicators */
|
|
59
59
|
/* Pending status - uncomment to show orange border for pending nodes
|
|
60
60
|
.node-container.status-pending {
|
|
61
|
-
border-color:
|
|
62
|
-
box-shadow: 0 0 0 1px rgba(245, 158, 11, 0.3),
|
|
61
|
+
border-color: #f59e0b !important;
|
|
62
|
+
box-shadow: 0 0 0 1px rgba(245, 158, 11, 0.3), 0 1px 3px rgba(0,0,0,0.1);
|
|
63
63
|
}
|
|
64
64
|
*/
|
|
65
65
|
|
|
66
66
|
.node-container.status-running {
|
|
67
|
-
border-color:
|
|
68
|
-
box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.3),
|
|
67
|
+
border-color: #7c3aed !important;
|
|
68
|
+
box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.3), 0 1px 3px rgba(0,0,0,0.1);
|
|
69
69
|
animation: pulse-running 1.5s infinite;
|
|
70
70
|
}
|
|
71
71
|
|
|
72
72
|
.node-container.status-completed {
|
|
73
|
-
border-color:
|
|
74
|
-
box-shadow: 0 0 0 1px rgba(34, 197, 94, 0.3),
|
|
73
|
+
border-color: #22c55e !important;
|
|
74
|
+
box-shadow: 0 0 0 1px rgba(34, 197, 94, 0.3), 0 1px 3px rgba(0,0,0,0.1);
|
|
75
75
|
}
|
|
76
76
|
|
|
77
77
|
.node-container.status-failed {
|
|
78
|
-
border-color:
|
|
79
|
-
box-shadow: 0 0 0 2px rgba(239, 68, 68, 0.3),
|
|
78
|
+
border-color: #ef4444 !important;
|
|
79
|
+
box-shadow: 0 0 0 2px rgba(239, 68, 68, 0.3), 0 1px 3px rgba(0,0,0,0.1);
|
|
80
80
|
}
|
|
81
81
|
|
|
82
82
|
.node-container.status-waiting {
|
|
83
|
-
border-color:
|
|
84
|
-
box-shadow: 0 0 0 1px rgba(245, 158, 11, 0.3),
|
|
83
|
+
border-color: #f59e0b !important;
|
|
84
|
+
box-shadow: 0 0 0 1px rgba(245, 158, 11, 0.3), 0 1px 3px rgba(0,0,0,0.1);
|
|
85
85
|
}
|
|
86
86
|
|
|
87
87
|
.node-container.status-paused {
|
|
88
88
|
border-color: #8b5cf6 !important;
|
|
89
|
-
box-shadow: 0 0 0 1px rgba(139, 92, 246, 0.3),
|
|
89
|
+
box-shadow: 0 0 0 1px rgba(139, 92, 246, 0.3), 0 1px 3px rgba(0,0,0,0.1);
|
|
90
90
|
}
|
|
91
91
|
|
|
92
92
|
.node-container.status-cancelled {
|
|
93
93
|
border-color: #6b7280 !important;
|
|
94
|
-
box-shadow: 0 0 0 1px rgba(107, 114, 128, 0.3),
|
|
94
|
+
box-shadow: 0 0 0 1px rgba(107, 114, 128, 0.3), 0 1px 3px rgba(0,0,0,0.1);
|
|
95
95
|
}
|
|
96
96
|
|
|
97
97
|
@keyframes pulse-running {
|
|
@@ -108,11 +108,11 @@ export const workflowNodeStyles = css `
|
|
|
108
108
|
.node-header {
|
|
109
109
|
display: flex;
|
|
110
110
|
align-items: center;
|
|
111
|
-
gap:
|
|
112
|
-
padding:
|
|
113
|
-
background:
|
|
114
|
-
border-radius:
|
|
115
|
-
border-bottom: 1px solid
|
|
111
|
+
gap: 0.5rem;
|
|
112
|
+
padding: 0.5rem 0.75rem;
|
|
113
|
+
background: #e8e8e8;
|
|
114
|
+
border-radius: 6px 6px 0 0;
|
|
115
|
+
border-bottom: 1px solid #e0e0e0;
|
|
116
116
|
}
|
|
117
117
|
|
|
118
118
|
.node-icon {
|
|
@@ -121,10 +121,10 @@ export const workflowNodeStyles = css `
|
|
|
121
121
|
justify-content: center;
|
|
122
122
|
width: 24px;
|
|
123
123
|
height: 24px;
|
|
124
|
-
border-radius:
|
|
125
|
-
background:
|
|
126
|
-
color:
|
|
127
|
-
font-size:
|
|
124
|
+
border-radius: 4px;
|
|
125
|
+
background: #7c3aed;
|
|
126
|
+
color: #ffffff;
|
|
127
|
+
font-size: 0.875rem;
|
|
128
128
|
}
|
|
129
129
|
|
|
130
130
|
.node-icon nr-icon {
|
|
@@ -134,79 +134,81 @@ export const workflowNodeStyles = css `
|
|
|
134
134
|
|
|
135
135
|
.node-title {
|
|
136
136
|
flex: 1;
|
|
137
|
-
font-size:
|
|
138
|
-
font-weight:
|
|
139
|
-
color:
|
|
137
|
+
font-size: 0.875rem;
|
|
138
|
+
font-weight: 600;
|
|
139
|
+
color: #161616;
|
|
140
140
|
white-space: nowrap;
|
|
141
141
|
overflow: hidden;
|
|
142
142
|
text-overflow: ellipsis;
|
|
143
143
|
}
|
|
144
144
|
|
|
145
145
|
.node-type-badge {
|
|
146
|
-
font-size:
|
|
147
|
-
padding:
|
|
148
|
-
border-radius:
|
|
149
|
-
background:
|
|
150
|
-
color:
|
|
146
|
+
font-size: 0.75rem;
|
|
147
|
+
padding: 2px 6px;
|
|
148
|
+
border-radius: 4px;
|
|
149
|
+
background: #7c3aed;
|
|
150
|
+
color: #ffffff;
|
|
151
151
|
text-transform: uppercase;
|
|
152
|
-
font-weight:
|
|
152
|
+
font-weight: 500;
|
|
153
153
|
}
|
|
154
154
|
|
|
155
155
|
/* Agent badge */
|
|
156
156
|
.node-type-badge.agent {
|
|
157
|
-
background: linear-gradient(135deg,
|
|
157
|
+
background: linear-gradient(135deg, #10b981, #059669);
|
|
158
158
|
}
|
|
159
159
|
|
|
160
160
|
/* Body */
|
|
161
161
|
.node-body {
|
|
162
|
-
padding:
|
|
162
|
+
padding: 0.5rem 0.75rem;
|
|
163
163
|
min-height: 20px;
|
|
164
|
+
background: #ffffff;
|
|
165
|
+
border-radius: 0 0 6px 6px;
|
|
164
166
|
}
|
|
165
167
|
|
|
166
168
|
.node-description {
|
|
167
|
-
font-size:
|
|
168
|
-
color:
|
|
169
|
+
font-size: 0.75rem;
|
|
170
|
+
color: #525252;
|
|
169
171
|
line-height: 1.4;
|
|
170
172
|
}
|
|
171
173
|
|
|
172
174
|
/* Node body button styling */
|
|
173
175
|
.node-body nr-button {
|
|
174
|
-
margin-top:
|
|
176
|
+
margin-top: 0.25rem;
|
|
175
177
|
}
|
|
176
178
|
|
|
177
179
|
/* Status indicator */
|
|
178
180
|
.node-status {
|
|
179
181
|
display: flex;
|
|
180
182
|
align-items: center;
|
|
181
|
-
gap:
|
|
182
|
-
padding:
|
|
183
|
-
font-size:
|
|
184
|
-
border-top: 1px solid
|
|
183
|
+
gap: 0.25rem;
|
|
184
|
+
padding: 0.25rem 0.5rem;
|
|
185
|
+
font-size: 0.75rem;
|
|
186
|
+
border-top: 1px solid #e0e0e0;
|
|
185
187
|
}
|
|
186
188
|
|
|
187
189
|
.status-dot {
|
|
188
190
|
width: 6px;
|
|
189
191
|
height: 6px;
|
|
190
192
|
border-radius: 50%;
|
|
191
|
-
background:
|
|
193
|
+
background: #525252;
|
|
192
194
|
}
|
|
193
195
|
|
|
194
|
-
.status-dot.idle { background:
|
|
195
|
-
.status-dot.pending { background:
|
|
196
|
+
.status-dot.idle { background: #6b7280; }
|
|
197
|
+
.status-dot.pending { background: #f59e0b; }
|
|
196
198
|
.status-dot.running {
|
|
197
|
-
background:
|
|
199
|
+
background: #7c3aed;
|
|
198
200
|
animation: blink 1s infinite;
|
|
199
201
|
}
|
|
200
|
-
.status-dot.completed { background:
|
|
201
|
-
.status-dot.failed { background:
|
|
202
|
+
.status-dot.completed { background: #22c55e; }
|
|
203
|
+
.status-dot.failed { background: #ef4444; }
|
|
202
204
|
.status-dot.paused { background: #8b5cf6; }
|
|
203
|
-
.status-dot.waiting { background:
|
|
205
|
+
.status-dot.waiting { background: #f59e0b; }
|
|
204
206
|
.status-dot.thinking {
|
|
205
|
-
background:
|
|
207
|
+
background: #7c3aed;
|
|
206
208
|
animation: blink 0.8s infinite;
|
|
207
209
|
}
|
|
208
210
|
.status-dot.tool {
|
|
209
|
-
background:
|
|
211
|
+
background: #f59e0b;
|
|
210
212
|
animation: blink 0.8s infinite;
|
|
211
213
|
}
|
|
212
214
|
|
|
@@ -216,7 +218,7 @@ export const workflowNodeStyles = css `
|
|
|
216
218
|
}
|
|
217
219
|
|
|
218
220
|
.status-text {
|
|
219
|
-
color:
|
|
221
|
+
color: #525252;
|
|
220
222
|
text-transform: capitalize;
|
|
221
223
|
}
|
|
222
224
|
|
|
@@ -236,25 +238,25 @@ export const workflowNodeStyles = css `
|
|
|
236
238
|
width: 8px;
|
|
237
239
|
height: 8px;
|
|
238
240
|
border-radius: 50%;
|
|
239
|
-
background:
|
|
240
|
-
border: 1.5px solid
|
|
241
|
+
background: #a8a8a8;
|
|
242
|
+
border: 1.5px solid #666;
|
|
241
243
|
cursor: crosshair;
|
|
242
244
|
pointer-events: auto;
|
|
243
|
-
transition: transform
|
|
244
|
-
background
|
|
245
|
-
border-color
|
|
245
|
+
transition: transform 0.15s ease,
|
|
246
|
+
background 0.15s ease,
|
|
247
|
+
border-color 0.15s ease;
|
|
246
248
|
z-index: 10;
|
|
247
249
|
}
|
|
248
250
|
|
|
249
251
|
.port:hover {
|
|
250
252
|
transform: scale(1.3);
|
|
251
|
-
background:
|
|
253
|
+
background: #5a5a5a;
|
|
252
254
|
}
|
|
253
255
|
|
|
254
256
|
.port.connecting {
|
|
255
257
|
transform: scale(1.4);
|
|
256
|
-
background:
|
|
257
|
-
border-color:
|
|
258
|
+
background: #7c3aed;
|
|
259
|
+
border-color: #7c3aed;
|
|
258
260
|
}
|
|
259
261
|
|
|
260
262
|
.port.compatible {
|
|
@@ -269,54 +271,54 @@ export const workflowNodeStyles = css `
|
|
|
269
271
|
/* Input ports - left side */
|
|
270
272
|
.port.input {
|
|
271
273
|
left: -4px;
|
|
272
|
-
background:
|
|
273
|
-
border-color:
|
|
274
|
+
background: #6b7280;
|
|
275
|
+
border-color: #525252;
|
|
274
276
|
}
|
|
275
277
|
|
|
276
278
|
/* Output ports - right side */
|
|
277
279
|
.port.output {
|
|
278
280
|
right: -4px;
|
|
279
|
-
background:
|
|
280
|
-
border-color:
|
|
281
|
+
background: #7c3aed;
|
|
282
|
+
border-color: #2563eb;
|
|
281
283
|
}
|
|
282
284
|
|
|
283
285
|
/* Conditional ports */
|
|
284
286
|
.port.conditional-true {
|
|
285
|
-
background:
|
|
286
|
-
border-color:
|
|
287
|
+
background: #22c55e;
|
|
288
|
+
border-color: #16a34a;
|
|
287
289
|
}
|
|
288
290
|
|
|
289
291
|
.port.conditional-false {
|
|
290
|
-
background:
|
|
291
|
-
border-color:
|
|
292
|
+
background: #ef4444;
|
|
293
|
+
border-color: #dc2626;
|
|
292
294
|
}
|
|
293
295
|
|
|
294
296
|
.port.conditional-default {
|
|
295
|
-
background:
|
|
297
|
+
background: #6b7280;
|
|
296
298
|
border-color: #4b5563;
|
|
297
299
|
}
|
|
298
300
|
|
|
299
301
|
.port.error {
|
|
300
|
-
background:
|
|
301
|
-
border-color:
|
|
302
|
+
background: #ef4444;
|
|
303
|
+
border-color: #dc2626;
|
|
302
304
|
}
|
|
303
305
|
|
|
304
306
|
/* Config ports - bottom side */
|
|
305
307
|
.port.config {
|
|
306
308
|
bottom: -4px;
|
|
307
|
-
background:
|
|
308
|
-
border-color:
|
|
309
|
+
background: #06b6d4;
|
|
310
|
+
border-color: #0891b2;
|
|
309
311
|
}
|
|
310
312
|
|
|
311
313
|
.port.config:hover {
|
|
312
|
-
background:
|
|
314
|
+
background: #0891b2;
|
|
313
315
|
}
|
|
314
316
|
|
|
315
317
|
/* Port labels */
|
|
316
318
|
.port-label {
|
|
317
319
|
position: absolute;
|
|
318
|
-
font-size:
|
|
319
|
-
color:
|
|
320
|
+
font-size: 9px;
|
|
321
|
+
color: #525252;
|
|
320
322
|
white-space: nowrap;
|
|
321
323
|
pointer-events: none;
|
|
322
324
|
top: 50%;
|
|
@@ -339,12 +341,12 @@ export const workflowNodeStyles = css `
|
|
|
339
341
|
|
|
340
342
|
/* Error display */
|
|
341
343
|
.node-error {
|
|
342
|
-
padding:
|
|
343
|
-
font-size:
|
|
344
|
-
color:
|
|
344
|
+
padding: 0.25rem 0.5rem;
|
|
345
|
+
font-size: 0.75rem;
|
|
346
|
+
color: #ef4444;
|
|
345
347
|
background: rgba(239, 68, 68, 0.1);
|
|
346
348
|
border-top: 1px solid rgba(239, 68, 68, 0.3);
|
|
347
|
-
border-radius: 0 0
|
|
349
|
+
border-radius: 0 0 6px 6px;
|
|
348
350
|
}
|
|
349
351
|
|
|
350
352
|
/* ========================================
|
|
@@ -382,39 +384,39 @@ export const workflowNodeStyles = css `
|
|
|
382
384
|
.node-container[data-theme="carbon-light"],
|
|
383
385
|
.node-container[data-theme="default-light"],
|
|
384
386
|
.node-container[data-theme="default"] {
|
|
385
|
-
background:
|
|
386
|
-
border-color:
|
|
387
|
-
box-shadow:
|
|
387
|
+
background: #f4f4f4;
|
|
388
|
+
border-color: #e0e0e0;
|
|
389
|
+
box-shadow: 0 1px 3px rgba(0,0,0,0.1);
|
|
388
390
|
}
|
|
389
391
|
|
|
390
392
|
.node-container[data-theme="light"]:hover,
|
|
391
393
|
.node-container[data-theme="carbon-light"]:hover,
|
|
392
394
|
.node-container[data-theme="default-light"]:hover,
|
|
393
395
|
.node-container[data-theme="default"]:hover {
|
|
394
|
-
border-color:
|
|
395
|
-
box-shadow:
|
|
396
|
+
border-color: #a8a8a8;
|
|
397
|
+
box-shadow: 0 2px 8px rgba(0,0,0,0.15);
|
|
396
398
|
}
|
|
397
399
|
|
|
398
400
|
.node-container[data-theme="light"].selected,
|
|
399
401
|
.node-container[data-theme="carbon-light"].selected,
|
|
400
402
|
.node-container[data-theme="default-light"].selected,
|
|
401
403
|
.node-container[data-theme="default"].selected {
|
|
402
|
-
border-color:
|
|
403
|
-
box-shadow:
|
|
404
|
+
border-color: #7c3aed;
|
|
405
|
+
box-shadow: 0 2px 8px rgba(0,0,0,0.15);
|
|
404
406
|
}
|
|
405
407
|
|
|
406
408
|
|
|
407
409
|
.node-container[data-theme="light"] .node-header,
|
|
408
410
|
.node-container[data-theme="carbon-light"] .node-header,
|
|
409
411
|
.node-container[data-theme="default-light"] .node-header {
|
|
410
|
-
background:
|
|
411
|
-
border-color:
|
|
412
|
+
background: #e8e8e8;
|
|
413
|
+
border-color: #e0e0e0;
|
|
412
414
|
}
|
|
413
415
|
|
|
414
416
|
.node-container[data-theme="light"] .node-title,
|
|
415
417
|
.node-container[data-theme="carbon-light"] .node-title,
|
|
416
418
|
.node-container[data-theme="default-light"] .node-title {
|
|
417
|
-
color:
|
|
419
|
+
color: #161616;
|
|
418
420
|
}
|
|
419
421
|
|
|
420
422
|
.node-container[data-theme="light"] .node-description,
|
|
@@ -426,20 +428,20 @@ export const workflowNodeStyles = css `
|
|
|
426
428
|
.node-container[data-theme="default-light"] .node-description,
|
|
427
429
|
.node-container[data-theme="default-light"] .node-status,
|
|
428
430
|
.node-container[data-theme="default-light"] .status-text {
|
|
429
|
-
color:
|
|
431
|
+
color: #525252;
|
|
430
432
|
}
|
|
431
433
|
|
|
432
434
|
.node-container[data-theme="light"] .port,
|
|
433
435
|
.node-container[data-theme="carbon-light"] .port,
|
|
434
436
|
.node-container[data-theme="default-light"] .port {
|
|
435
|
-
background:
|
|
436
|
-
border-color:
|
|
437
|
+
background: #8d8d8d;
|
|
438
|
+
border-color: #6f6f6f;
|
|
437
439
|
}
|
|
438
440
|
|
|
439
441
|
.node-container[data-theme="light"] .port:hover,
|
|
440
442
|
.node-container[data-theme="carbon-light"] .port:hover,
|
|
441
443
|
.node-container[data-theme="default-light"] .port:hover {
|
|
442
|
-
background:
|
|
444
|
+
background: #6f6f6f;
|
|
443
445
|
}
|
|
444
446
|
|
|
445
447
|
/* ========================================
|
|
@@ -450,27 +452,27 @@ export const workflowNodeStyles = css `
|
|
|
450
452
|
.node-container[data-theme="dark"],
|
|
451
453
|
.node-container[data-theme="carbon-dark"],
|
|
452
454
|
.node-container[data-theme="default-dark"] {
|
|
453
|
-
background:
|
|
454
|
-
border-color:
|
|
455
|
+
background: #f4f4f4;
|
|
456
|
+
border-color: #e0e0e0;
|
|
455
457
|
}
|
|
456
458
|
|
|
457
459
|
.node-container[data-theme="dark"]:hover,
|
|
458
460
|
.node-container[data-theme="carbon-dark"]:hover,
|
|
459
461
|
.node-container[data-theme="default-dark"]:hover {
|
|
460
|
-
box-shadow:
|
|
462
|
+
box-shadow: 0 2px 8px rgba(0,0,0,0.15);
|
|
461
463
|
}
|
|
462
464
|
|
|
463
465
|
.node-container[data-theme="dark"] .node-header,
|
|
464
466
|
.node-container[data-theme="carbon-dark"] .node-header,
|
|
465
467
|
.node-container[data-theme="default-dark"] .node-header {
|
|
466
|
-
background:
|
|
467
|
-
border-color:
|
|
468
|
+
background: #e8e8e8;
|
|
469
|
+
border-color: #e0e0e0;
|
|
468
470
|
}
|
|
469
471
|
|
|
470
472
|
.node-container[data-theme="dark"] .node-title,
|
|
471
473
|
.node-container[data-theme="carbon-dark"] .node-title,
|
|
472
474
|
.node-container[data-theme="default-dark"] .node-title {
|
|
473
|
-
color:
|
|
475
|
+
color: #f4f4f4;
|
|
474
476
|
}
|
|
475
477
|
|
|
476
478
|
.node-container[data-theme="dark"] .node-description,
|
|
@@ -479,7 +481,7 @@ export const workflowNodeStyles = css `
|
|
|
479
481
|
.node-container[data-theme="carbon-dark"] .status-text,
|
|
480
482
|
.node-container[data-theme="default-dark"] .node-description,
|
|
481
483
|
.node-container[data-theme="default-dark"] .status-text {
|
|
482
|
-
color:
|
|
484
|
+
color: #525252;
|
|
483
485
|
}
|
|
484
486
|
|
|
485
487
|
/* ========================================
|
|
@@ -498,14 +500,14 @@ export const workflowNodeStyles = css `
|
|
|
498
500
|
display: flex;
|
|
499
501
|
align-items: center;
|
|
500
502
|
justify-content: center;
|
|
501
|
-
padding:
|
|
503
|
+
padding: 0.5rem 0.75rem;
|
|
502
504
|
border-bottom: 2px solid rgba(0, 0, 0, 0.2);
|
|
503
505
|
}
|
|
504
506
|
|
|
505
507
|
.db-table-insert-btn {
|
|
506
508
|
position: absolute;
|
|
507
509
|
left: 8px;
|
|
508
|
-
background: rgba(
|
|
510
|
+
background: rgba(0, 0, 0, 0.1);
|
|
509
511
|
border: none;
|
|
510
512
|
color: white;
|
|
511
513
|
width: 22px;
|
|
@@ -527,30 +529,30 @@ export const workflowNodeStyles = css `
|
|
|
527
529
|
}
|
|
528
530
|
|
|
529
531
|
.db-table-insert-btn:hover {
|
|
530
|
-
background: rgba(
|
|
532
|
+
background: rgba(0, 0, 0, 0.15);
|
|
531
533
|
}
|
|
532
534
|
|
|
533
535
|
.db-table-name {
|
|
534
|
-
font-size:
|
|
535
|
-
font-weight:
|
|
536
|
+
font-size: 0.875rem;
|
|
537
|
+
font-weight: 600;
|
|
536
538
|
color: white;
|
|
537
539
|
text-transform: capitalize;
|
|
538
540
|
}
|
|
539
541
|
|
|
540
542
|
.db-table-columns {
|
|
541
|
-
padding:
|
|
542
|
-
background:
|
|
543
|
+
padding: 0.25rem 0;
|
|
544
|
+
background: #f4f4f4;
|
|
543
545
|
}
|
|
544
546
|
|
|
545
547
|
.db-table-column {
|
|
546
548
|
display: flex;
|
|
547
549
|
align-items: center;
|
|
548
|
-
gap:
|
|
549
|
-
padding:
|
|
550
|
-
font-size:
|
|
551
|
-
color:
|
|
552
|
-
border-bottom: 1px solid
|
|
553
|
-
transition: background
|
|
550
|
+
gap: 0.5rem;
|
|
551
|
+
padding: 6px 0.75rem;
|
|
552
|
+
font-size: 0.75rem;
|
|
553
|
+
color: #161616;
|
|
554
|
+
border-bottom: 1px solid #e0e0e0;
|
|
555
|
+
transition: background 0.15s ease;
|
|
554
556
|
}
|
|
555
557
|
|
|
556
558
|
.db-table-column:last-child {
|
|
@@ -558,7 +560,7 @@ export const workflowNodeStyles = css `
|
|
|
558
560
|
}
|
|
559
561
|
|
|
560
562
|
.db-table-column:hover {
|
|
561
|
-
background:
|
|
563
|
+
background: #e8e8e8;
|
|
562
564
|
}
|
|
563
565
|
|
|
564
566
|
.db-table-column.primary-key {
|
|
@@ -570,7 +572,7 @@ export const workflowNodeStyles = css `
|
|
|
570
572
|
}
|
|
571
573
|
|
|
572
574
|
.column-type-icon {
|
|
573
|
-
color:
|
|
575
|
+
color: #525252;
|
|
574
576
|
--icon-size: 12px;
|
|
575
577
|
flex-shrink: 0;
|
|
576
578
|
}
|
|
@@ -589,15 +591,15 @@ export const workflowNodeStyles = css `
|
|
|
589
591
|
}
|
|
590
592
|
|
|
591
593
|
.column-required {
|
|
592
|
-
color:
|
|
593
|
-
font-weight:
|
|
594
|
-
font-size:
|
|
594
|
+
color: #ef4444;
|
|
595
|
+
font-weight: 700;
|
|
596
|
+
font-size: 0.75rem;
|
|
595
597
|
}
|
|
596
598
|
|
|
597
599
|
.db-table-empty {
|
|
598
|
-
padding:
|
|
599
|
-
font-size:
|
|
600
|
-
color:
|
|
600
|
+
padding: 0.5rem 0.75rem;
|
|
601
|
+
font-size: 0.75rem;
|
|
602
|
+
color: #666;
|
|
601
603
|
font-style: italic;
|
|
602
604
|
text-align: center;
|
|
603
605
|
}
|
|
@@ -607,29 +609,29 @@ export const workflowNodeStyles = css `
|
|
|
607
609
|
.node-container.db-table-node[data-theme="carbon-light"] .db-table-columns,
|
|
608
610
|
.node-container.db-table-node[data-theme="default-light"] .db-table-columns,
|
|
609
611
|
.node-container.db-table-node[data-theme="default"] .db-table-columns {
|
|
610
|
-
background:
|
|
612
|
+
background: #f4f4f4;
|
|
611
613
|
}
|
|
612
614
|
|
|
613
615
|
.node-container.db-table-node[data-theme="light"] .db-table-column,
|
|
614
616
|
.node-container.db-table-node[data-theme="carbon-light"] .db-table-column,
|
|
615
617
|
.node-container.db-table-node[data-theme="default-light"] .db-table-column,
|
|
616
618
|
.node-container.db-table-node[data-theme="default"] .db-table-column {
|
|
617
|
-
color:
|
|
618
|
-
border-bottom-color:
|
|
619
|
+
color: #161616;
|
|
620
|
+
border-bottom-color: #e0e0e0;
|
|
619
621
|
}
|
|
620
622
|
|
|
621
623
|
.node-container.db-table-node[data-theme="light"] .db-table-column:hover,
|
|
622
624
|
.node-container.db-table-node[data-theme="carbon-light"] .db-table-column:hover,
|
|
623
625
|
.node-container.db-table-node[data-theme="default-light"] .db-table-column:hover,
|
|
624
626
|
.node-container.db-table-node[data-theme="default"] .db-table-column:hover {
|
|
625
|
-
background:
|
|
627
|
+
background: #e8e8e8;
|
|
626
628
|
}
|
|
627
629
|
|
|
628
630
|
.node-container.db-table-node[data-theme="light"] .column-type-icon,
|
|
629
631
|
.node-container.db-table-node[data-theme="carbon-light"] .column-type-icon,
|
|
630
632
|
.node-container.db-table-node[data-theme="default-light"] .column-type-icon,
|
|
631
633
|
.node-container.db-table-node[data-theme="default"] .column-type-icon {
|
|
632
|
-
color:
|
|
634
|
+
color: #525252;
|
|
633
635
|
}
|
|
634
636
|
|
|
635
637
|
/* ========================================
|
|
@@ -649,20 +651,20 @@ export const workflowNodeStyles = css `
|
|
|
649
651
|
.ui-table-header {
|
|
650
652
|
display: flex;
|
|
651
653
|
align-items: center;
|
|
652
|
-
gap:
|
|
653
|
-
padding:
|
|
654
|
+
gap: 0.5rem;
|
|
655
|
+
padding: 0.5rem 0.75rem;
|
|
654
656
|
border-bottom: 2px solid rgba(0, 0, 0, 0.2);
|
|
655
657
|
}
|
|
656
658
|
|
|
657
659
|
.ui-table-name {
|
|
658
|
-
font-size:
|
|
659
|
-
font-weight:
|
|
660
|
+
font-size: 0.875rem;
|
|
661
|
+
font-weight: 600;
|
|
660
662
|
color: white;
|
|
661
663
|
}
|
|
662
664
|
|
|
663
665
|
.ui-table-grid {
|
|
664
666
|
flex: 1;
|
|
665
|
-
background:
|
|
667
|
+
background: #f4f4f4;
|
|
666
668
|
overflow: hidden;
|
|
667
669
|
}
|
|
668
670
|
|
|
@@ -672,7 +674,7 @@ export const workflowNodeStyles = css `
|
|
|
672
674
|
|
|
673
675
|
.ui-table-row {
|
|
674
676
|
display: flex;
|
|
675
|
-
border-bottom: 1px solid
|
|
677
|
+
border-bottom: 1px solid #e0e0e0;
|
|
676
678
|
}
|
|
677
679
|
|
|
678
680
|
.ui-table-row:last-child {
|
|
@@ -683,11 +685,11 @@ export const workflowNodeStyles = css `
|
|
|
683
685
|
flex: 1;
|
|
684
686
|
padding: 5px 10px;
|
|
685
687
|
font-size: 11px;
|
|
686
|
-
color:
|
|
688
|
+
color: #161616;
|
|
687
689
|
white-space: nowrap;
|
|
688
690
|
overflow: hidden;
|
|
689
691
|
text-overflow: ellipsis;
|
|
690
|
-
border-right: 1px solid
|
|
692
|
+
border-right: 1px solid #e0e0e0;
|
|
691
693
|
}
|
|
692
694
|
|
|
693
695
|
.ui-table-cell:last-child {
|
|
@@ -695,13 +697,13 @@ export const workflowNodeStyles = css `
|
|
|
695
697
|
}
|
|
696
698
|
|
|
697
699
|
.ui-table-head-row {
|
|
698
|
-
background:
|
|
700
|
+
background: #e8e8e8;
|
|
699
701
|
}
|
|
700
702
|
|
|
701
703
|
.ui-table-head-cell {
|
|
702
|
-
font-weight:
|
|
704
|
+
font-weight: 600;
|
|
703
705
|
font-size: 11px;
|
|
704
|
-
color:
|
|
706
|
+
color: #525252;
|
|
705
707
|
text-transform: uppercase;
|
|
706
708
|
letter-spacing: 0.03em;
|
|
707
709
|
}
|
|
@@ -709,10 +711,10 @@ export const workflowNodeStyles = css `
|
|
|
709
711
|
.ui-table-hint {
|
|
710
712
|
padding: 4px 10px 6px;
|
|
711
713
|
font-size: 10px;
|
|
712
|
-
color:
|
|
714
|
+
color: #666;
|
|
713
715
|
text-align: center;
|
|
714
716
|
font-style: italic;
|
|
715
|
-
background:
|
|
717
|
+
background: #f4f4f4;
|
|
716
718
|
}
|
|
717
719
|
|
|
718
720
|
/* UI Table node - Light theme */
|
|
@@ -720,43 +722,43 @@ export const workflowNodeStyles = css `
|
|
|
720
722
|
.node-container.ui-table-node[data-theme="carbon-light"] .ui-table-grid,
|
|
721
723
|
.node-container.ui-table-node[data-theme="default-light"] .ui-table-grid,
|
|
722
724
|
.node-container.ui-table-node[data-theme="default"] .ui-table-grid {
|
|
723
|
-
background:
|
|
725
|
+
background: #f4f4f4;
|
|
724
726
|
}
|
|
725
727
|
|
|
726
728
|
.node-container.ui-table-node[data-theme="light"] .ui-table-head-row,
|
|
727
729
|
.node-container.ui-table-node[data-theme="carbon-light"] .ui-table-head-row,
|
|
728
730
|
.node-container.ui-table-node[data-theme="default-light"] .ui-table-head-row,
|
|
729
731
|
.node-container.ui-table-node[data-theme="default"] .ui-table-head-row {
|
|
730
|
-
background:
|
|
732
|
+
background: #e8e8e8;
|
|
731
733
|
}
|
|
732
734
|
|
|
733
735
|
.node-container.ui-table-node[data-theme="light"] .ui-table-cell,
|
|
734
736
|
.node-container.ui-table-node[data-theme="carbon-light"] .ui-table-cell,
|
|
735
737
|
.node-container.ui-table-node[data-theme="default-light"] .ui-table-cell,
|
|
736
738
|
.node-container.ui-table-node[data-theme="default"] .ui-table-cell {
|
|
737
|
-
color:
|
|
738
|
-
border-right-color:
|
|
739
|
+
color: #161616;
|
|
740
|
+
border-right-color: #e0e0e0;
|
|
739
741
|
}
|
|
740
742
|
|
|
741
743
|
.node-container.ui-table-node[data-theme="light"] .ui-table-row,
|
|
742
744
|
.node-container.ui-table-node[data-theme="carbon-light"] .ui-table-row,
|
|
743
745
|
.node-container.ui-table-node[data-theme="default-light"] .ui-table-row,
|
|
744
746
|
.node-container.ui-table-node[data-theme="default"] .ui-table-row {
|
|
745
|
-
border-bottom-color:
|
|
747
|
+
border-bottom-color: #e0e0e0;
|
|
746
748
|
}
|
|
747
749
|
|
|
748
750
|
.node-container.ui-table-node[data-theme="light"] .ui-table-head-cell,
|
|
749
751
|
.node-container.ui-table-node[data-theme="carbon-light"] .ui-table-head-cell,
|
|
750
752
|
.node-container.ui-table-node[data-theme="default-light"] .ui-table-head-cell,
|
|
751
753
|
.node-container.ui-table-node[data-theme="default"] .ui-table-head-cell {
|
|
752
|
-
color:
|
|
754
|
+
color: #525252;
|
|
753
755
|
}
|
|
754
756
|
|
|
755
757
|
.node-container.ui-table-node[data-theme="light"] .ui-table-hint,
|
|
756
758
|
.node-container.ui-table-node[data-theme="carbon-light"] .ui-table-hint,
|
|
757
759
|
.node-container.ui-table-node[data-theme="default-light"] .ui-table-hint,
|
|
758
760
|
.node-container.ui-table-node[data-theme="default"] .ui-table-hint {
|
|
759
|
-
background:
|
|
761
|
+
background: #f4f4f4;
|
|
760
762
|
}
|
|
761
763
|
|
|
762
764
|
/* UI Table node - Resize handle */
|
|
@@ -766,8 +768,8 @@ export const workflowNodeStyles = css `
|
|
|
766
768
|
right: -4px;
|
|
767
769
|
width: 12px;
|
|
768
770
|
height: 12px;
|
|
769
|
-
background:
|
|
770
|
-
border: 2px solid
|
|
771
|
+
background: #7c3aed;
|
|
772
|
+
border: 2px solid #f4f4f4;
|
|
771
773
|
border-radius: 2px;
|
|
772
774
|
cursor: se-resize;
|
|
773
775
|
opacity: 0;
|
|
@@ -807,7 +809,7 @@ export const workflowNodeStyles = css `
|
|
|
807
809
|
}
|
|
808
810
|
|
|
809
811
|
.node-container.note-node.selected .note-content {
|
|
810
|
-
box-shadow: 0 0 0 2px
|
|
812
|
+
box-shadow: 0 0 0 2px #7c3aed,
|
|
811
813
|
2px 2px 8px rgba(0, 0, 0, 0.15);
|
|
812
814
|
}
|
|
813
815
|
|
|
@@ -826,8 +828,8 @@ export const workflowNodeStyles = css `
|
|
|
826
828
|
word-break: break-word;
|
|
827
829
|
line-height: 1.5;
|
|
828
830
|
cursor: grab;
|
|
829
|
-
transition: box-shadow
|
|
830
|
-
transform
|
|
831
|
+
transition: box-shadow 0.15s ease,
|
|
832
|
+
transform 0.15s ease;
|
|
831
833
|
}
|
|
832
834
|
|
|
833
835
|
.note-content:hover {
|
|
@@ -874,7 +876,7 @@ export const workflowNodeStyles = css `
|
|
|
874
876
|
}
|
|
875
877
|
|
|
876
878
|
.node-container.note-node.editing .note-content {
|
|
877
|
-
box-shadow: 0 0 0 2px
|
|
879
|
+
box-shadow: 0 0 0 2px #7c3aed,
|
|
878
880
|
2px 2px 8px rgba(0, 0, 0, 0.15);
|
|
879
881
|
}
|
|
880
882
|
|
|
@@ -919,8 +921,8 @@ export const workflowNodeStyles = css `
|
|
|
919
921
|
right: -4px;
|
|
920
922
|
width: 12px;
|
|
921
923
|
height: 12px;
|
|
922
|
-
background:
|
|
923
|
-
border: 2px solid
|
|
924
|
+
background: #7c3aed;
|
|
925
|
+
border: 2px solid #f4f4f4;
|
|
924
926
|
border-radius: 2px;
|
|
925
927
|
cursor: se-resize;
|
|
926
928
|
opacity: 0;
|
|
@@ -941,10 +943,10 @@ export const workflowNodeStyles = css `
|
|
|
941
943
|
.trigger-status {
|
|
942
944
|
display: flex;
|
|
943
945
|
align-items: center;
|
|
944
|
-
gap:
|
|
945
|
-
padding:
|
|
946
|
-
font-size:
|
|
947
|
-
border-top: 1px solid
|
|
946
|
+
gap: 0.25rem;
|
|
947
|
+
padding: 0.25rem 0.5rem;
|
|
948
|
+
font-size: 0.75rem;
|
|
949
|
+
border-top: 1px solid #e0e0e0;
|
|
948
950
|
}
|
|
949
951
|
|
|
950
952
|
.trigger-status-dot {
|
|
@@ -955,21 +957,21 @@ export const workflowNodeStyles = css `
|
|
|
955
957
|
}
|
|
956
958
|
|
|
957
959
|
.trigger-status-dot.connected {
|
|
958
|
-
background:
|
|
960
|
+
background: #22c55e;
|
|
959
961
|
animation: trigger-pulse-connected 2s infinite;
|
|
960
962
|
}
|
|
961
963
|
|
|
962
964
|
.trigger-status-dot.disconnected {
|
|
963
|
-
background:
|
|
965
|
+
background: #6b7280;
|
|
964
966
|
}
|
|
965
967
|
|
|
966
968
|
.trigger-status-dot.connecting {
|
|
967
|
-
background:
|
|
969
|
+
background: #7c3aed;
|
|
968
970
|
animation: blink 1s infinite;
|
|
969
971
|
}
|
|
970
972
|
|
|
971
973
|
.trigger-status-dot.error {
|
|
972
|
-
background:
|
|
974
|
+
background: #ef4444;
|
|
973
975
|
}
|
|
974
976
|
|
|
975
977
|
.trigger-status-dot.paused {
|
|
@@ -977,7 +979,7 @@ export const workflowNodeStyles = css `
|
|
|
977
979
|
}
|
|
978
980
|
|
|
979
981
|
.trigger-status-dot.handoff_pending {
|
|
980
|
-
background:
|
|
982
|
+
background: #f59e0b;
|
|
981
983
|
animation: blink 1.2s infinite;
|
|
982
984
|
}
|
|
983
985
|
|
|
@@ -987,7 +989,7 @@ export const workflowNodeStyles = css `
|
|
|
987
989
|
}
|
|
988
990
|
|
|
989
991
|
.trigger-status-text {
|
|
990
|
-
color:
|
|
992
|
+
color: #525252;
|
|
991
993
|
flex: 1;
|
|
992
994
|
overflow: hidden;
|
|
993
995
|
text-overflow: ellipsis;
|
|
@@ -995,11 +997,11 @@ export const workflowNodeStyles = css `
|
|
|
995
997
|
}
|
|
996
998
|
|
|
997
999
|
.trigger-msg-count {
|
|
998
|
-
font-size:
|
|
1000
|
+
font-size: 9px;
|
|
999
1001
|
padding: 1px 4px;
|
|
1000
1002
|
border-radius: 8px;
|
|
1001
|
-
background:
|
|
1002
|
-
color:
|
|
1003
|
+
background: #e8e8e8;
|
|
1004
|
+
color: #525252;
|
|
1003
1005
|
flex-shrink: 0;
|
|
1004
1006
|
}
|
|
1005
1007
|
|
|
@@ -1030,7 +1032,7 @@ export const workflowNodeStyles = css `
|
|
|
1030
1032
|
position: absolute;
|
|
1031
1033
|
bottom: -24px;
|
|
1032
1034
|
left: 0;
|
|
1033
|
-
font-family:
|
|
1035
|
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
|
|
1034
1036
|
font-size: 11px;
|
|
1035
1037
|
font-weight: 500;
|
|
1036
1038
|
white-space: nowrap;
|