@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,8 +11,8 @@ export const whiteboardCanvasStyles = css `
|
|
|
11
11
|
height: 100%;
|
|
12
12
|
position: relative;
|
|
13
13
|
overflow: hidden;
|
|
14
|
-
color:
|
|
15
|
-
background-color:
|
|
14
|
+
color: #161616;
|
|
15
|
+
background-color: #ffffff;
|
|
16
16
|
}
|
|
17
17
|
|
|
18
18
|
:host([data-theme]) {
|
|
@@ -25,9 +25,9 @@ export const whiteboardCanvasStyles = css `
|
|
|
25
25
|
height: 100%;
|
|
26
26
|
position: relative;
|
|
27
27
|
z-index: 0;
|
|
28
|
-
background:
|
|
28
|
+
background: #0f0f0f;
|
|
29
29
|
overflow: hidden;
|
|
30
|
-
font-family:
|
|
30
|
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
|
|
31
31
|
overscroll-behavior: none;
|
|
32
32
|
touch-action: none;
|
|
33
33
|
}
|
|
@@ -47,9 +47,9 @@ export const whiteboardCanvasStyles = css `
|
|
|
47
47
|
width: 100%;
|
|
48
48
|
height: 100%;
|
|
49
49
|
background-image:
|
|
50
|
-
linear-gradient(
|
|
51
|
-
linear-gradient(90deg,
|
|
52
|
-
background-size:
|
|
50
|
+
linear-gradient(#e0e0e0 1px, transparent 1px),
|
|
51
|
+
linear-gradient(90deg, #e0e0e0 1px, transparent 1px);
|
|
52
|
+
background-size: 1.25rem 1.25rem;
|
|
53
53
|
z-index: 0;
|
|
54
54
|
pointer-events: none;
|
|
55
55
|
}
|
|
@@ -76,20 +76,20 @@ export const whiteboardCanvasStyles = css `
|
|
|
76
76
|
|
|
77
77
|
.edge-path {
|
|
78
78
|
fill: none;
|
|
79
|
-
stroke:
|
|
79
|
+
stroke: #4a4a4a;
|
|
80
80
|
stroke-width: 2;
|
|
81
|
-
transition: stroke
|
|
81
|
+
transition: stroke 0.15s ease;
|
|
82
82
|
pointer-events: stroke;
|
|
83
83
|
cursor: pointer;
|
|
84
84
|
}
|
|
85
85
|
|
|
86
86
|
.edge-path:hover {
|
|
87
|
-
stroke:
|
|
87
|
+
stroke: #6a6a6a;
|
|
88
88
|
stroke-width: 3;
|
|
89
89
|
}
|
|
90
90
|
|
|
91
91
|
.edge-path.selected {
|
|
92
|
-
stroke:
|
|
92
|
+
stroke: #7c3aed;
|
|
93
93
|
stroke-width: 3;
|
|
94
94
|
}
|
|
95
95
|
|
|
@@ -104,25 +104,25 @@ export const whiteboardCanvasStyles = css `
|
|
|
104
104
|
}
|
|
105
105
|
|
|
106
106
|
.edge-arrow {
|
|
107
|
-
fill:
|
|
108
|
-
transition: fill
|
|
107
|
+
fill: #4a4a4a;
|
|
108
|
+
transition: fill 0.15s ease;
|
|
109
109
|
}
|
|
110
110
|
|
|
111
111
|
.edge-path:hover + .edge-arrow,
|
|
112
112
|
.edge-path.selected + .edge-arrow {
|
|
113
|
-
fill:
|
|
113
|
+
fill: #7c3aed;
|
|
114
114
|
}
|
|
115
115
|
|
|
116
116
|
.edge-label {
|
|
117
|
-
font-family:
|
|
118
|
-
font-size:
|
|
119
|
-
fill:
|
|
117
|
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
|
|
118
|
+
font-size: 0.75rem;
|
|
119
|
+
fill: #525252;
|
|
120
120
|
pointer-events: none;
|
|
121
121
|
}
|
|
122
122
|
|
|
123
123
|
.connection-line {
|
|
124
124
|
fill: none;
|
|
125
|
-
stroke:
|
|
125
|
+
stroke: #7c3aed;
|
|
126
126
|
stroke-width: 2;
|
|
127
127
|
stroke-dasharray: 5;
|
|
128
128
|
pointer-events: none;
|
|
@@ -135,7 +135,7 @@ export const whiteboardCanvasStyles = css `
|
|
|
135
135
|
|
|
136
136
|
.selection-box {
|
|
137
137
|
position: absolute;
|
|
138
|
-
border: 1px dashed
|
|
138
|
+
border: 1px dashed #7c3aed;
|
|
139
139
|
background: rgba(59, 130, 246, 0.1);
|
|
140
140
|
pointer-events: none;
|
|
141
141
|
}
|
|
@@ -143,14 +143,15 @@ export const whiteboardCanvasStyles = css `
|
|
|
143
143
|
/* Toolbar */
|
|
144
144
|
.canvas-toolbar {
|
|
145
145
|
position: absolute;
|
|
146
|
-
top:
|
|
147
|
-
left:
|
|
146
|
+
top: 1rem;
|
|
147
|
+
left: 50%;
|
|
148
|
+
transform: translateX(-50%);
|
|
148
149
|
display: flex;
|
|
149
|
-
gap:
|
|
150
|
-
padding:
|
|
151
|
-
background:
|
|
152
|
-
border: 1px solid
|
|
153
|
-
border-radius:
|
|
150
|
+
gap: 0.5rem;
|
|
151
|
+
padding: 0.5rem;
|
|
152
|
+
background: #e8e8e8;
|
|
153
|
+
border: 1px solid #e0e0e0;
|
|
154
|
+
border-radius: 6px;
|
|
154
155
|
z-index: 100;
|
|
155
156
|
}
|
|
156
157
|
|
|
@@ -158,24 +159,43 @@ export const whiteboardCanvasStyles = css `
|
|
|
158
159
|
display: flex;
|
|
159
160
|
align-items: center;
|
|
160
161
|
justify-content: center;
|
|
161
|
-
width:
|
|
162
|
-
height:
|
|
162
|
+
width: 32px;
|
|
163
|
+
height: 32px;
|
|
163
164
|
background: transparent;
|
|
164
165
|
border: 1px solid transparent;
|
|
165
|
-
border-radius:
|
|
166
|
-
color:
|
|
166
|
+
border-radius: 4px;
|
|
167
|
+
color: #525252;
|
|
167
168
|
cursor: pointer;
|
|
168
|
-
transition: all
|
|
169
|
+
transition: all 0.15s ease;
|
|
169
170
|
}
|
|
170
171
|
|
|
171
172
|
.toolbar-btn:hover {
|
|
172
|
-
background:
|
|
173
|
-
color:
|
|
173
|
+
background: rgba(255, 255, 255, 0.1);
|
|
174
|
+
color: #e5e5e5;
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
.toolbar-btn:hover nr-icon {
|
|
178
|
+
--nr-text: #161616;
|
|
174
179
|
}
|
|
175
180
|
|
|
176
181
|
.toolbar-btn.active {
|
|
177
|
-
background:
|
|
178
|
-
color:
|
|
182
|
+
background: #7c3aed;
|
|
183
|
+
color: #ffffff;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
.toolbar-btn.active nr-icon,
|
|
187
|
+
.toolbar-btn.active:hover nr-icon {
|
|
188
|
+
color: #fff;
|
|
189
|
+
--nr-text: #fff;
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
.toolbar-btn:focus {
|
|
193
|
+
outline: none;
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
.toolbar-btn:focus-visible {
|
|
197
|
+
outline: 2px solid #7c3aed;
|
|
198
|
+
outline-offset: 1px;
|
|
179
199
|
}
|
|
180
200
|
|
|
181
201
|
.toolbar-btn:disabled {
|
|
@@ -189,28 +209,28 @@ export const whiteboardCanvasStyles = css `
|
|
|
189
209
|
|
|
190
210
|
.toolbar-divider {
|
|
191
211
|
width: 1px;
|
|
192
|
-
background:
|
|
193
|
-
margin: 0
|
|
212
|
+
background: #e0e0e0;
|
|
213
|
+
margin: 0 0.25rem;
|
|
194
214
|
}
|
|
195
215
|
|
|
196
216
|
/* Zoom controls */
|
|
197
217
|
.zoom-controls {
|
|
198
218
|
position: absolute;
|
|
199
|
-
bottom:
|
|
200
|
-
left:
|
|
219
|
+
bottom: 1rem;
|
|
220
|
+
left: 1rem;
|
|
201
221
|
display: flex;
|
|
202
222
|
align-items: center;
|
|
203
|
-
gap:
|
|
204
|
-
padding:
|
|
205
|
-
background:
|
|
206
|
-
border: 1px solid
|
|
207
|
-
border-radius:
|
|
223
|
+
gap: 0.5rem;
|
|
224
|
+
padding: 0.5rem;
|
|
225
|
+
background: #e8e8e8;
|
|
226
|
+
border: 1px solid #e0e0e0;
|
|
227
|
+
border-radius: 6px;
|
|
208
228
|
}
|
|
209
229
|
|
|
210
230
|
.zoom-value {
|
|
211
|
-
font-family:
|
|
212
|
-
font-size:
|
|
213
|
-
color:
|
|
231
|
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
|
|
232
|
+
font-size: 0.875rem;
|
|
233
|
+
color: #525252;
|
|
214
234
|
min-width: 48px;
|
|
215
235
|
text-align: center;
|
|
216
236
|
}
|
|
@@ -219,32 +239,32 @@ export const whiteboardCanvasStyles = css `
|
|
|
219
239
|
.context-menu {
|
|
220
240
|
position: fixed;
|
|
221
241
|
min-width: 160px;
|
|
222
|
-
background:
|
|
223
|
-
border: 1px solid
|
|
224
|
-
border-radius:
|
|
225
|
-
padding:
|
|
242
|
+
background: #f4f4f4;
|
|
243
|
+
border: 1px solid #e0e0e0;
|
|
244
|
+
border-radius: 6px;
|
|
245
|
+
padding: 0.25rem 0;
|
|
226
246
|
z-index: 1000;
|
|
227
|
-
box-shadow:
|
|
247
|
+
box-shadow: 0 4px 16px rgba(0,0,0,0.2);
|
|
228
248
|
}
|
|
229
249
|
|
|
230
250
|
.context-menu-item {
|
|
231
251
|
display: flex;
|
|
232
252
|
align-items: center;
|
|
233
|
-
gap:
|
|
234
|
-
padding:
|
|
235
|
-
font-family:
|
|
236
|
-
font-size:
|
|
237
|
-
color:
|
|
253
|
+
gap: 0.5rem;
|
|
254
|
+
padding: 0.5rem 0.75rem;
|
|
255
|
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
|
|
256
|
+
font-size: 0.875rem;
|
|
257
|
+
color: #e5e5e5;
|
|
238
258
|
cursor: pointer;
|
|
239
|
-
transition: background
|
|
259
|
+
transition: background 0.15s ease;
|
|
240
260
|
}
|
|
241
261
|
|
|
242
262
|
.context-menu-item:hover {
|
|
243
|
-
background:
|
|
263
|
+
background: rgba(255, 255, 255, 0.1);
|
|
244
264
|
}
|
|
245
265
|
|
|
246
266
|
.context-menu-item.danger {
|
|
247
|
-
color:
|
|
267
|
+
color: #ef4444;
|
|
248
268
|
}
|
|
249
269
|
|
|
250
270
|
.context-menu-item nr-icon {
|
|
@@ -254,14 +274,14 @@ export const whiteboardCanvasStyles = css `
|
|
|
254
274
|
.context-menu-shortcut {
|
|
255
275
|
margin-left: auto;
|
|
256
276
|
font-size: 11px;
|
|
257
|
-
color:
|
|
277
|
+
color: #525252;
|
|
258
278
|
opacity: 0.7;
|
|
259
279
|
}
|
|
260
280
|
|
|
261
281
|
.context-menu-divider {
|
|
262
282
|
height: 1px;
|
|
263
|
-
background:
|
|
264
|
-
margin:
|
|
283
|
+
background: #e0e0e0;
|
|
284
|
+
margin: 0.25rem 0;
|
|
265
285
|
}
|
|
266
286
|
|
|
267
287
|
/* Configuration panel */
|
|
@@ -269,74 +289,74 @@ export const whiteboardCanvasStyles = css `
|
|
|
269
289
|
position: absolute;
|
|
270
290
|
width: 320px;
|
|
271
291
|
max-height: 500px;
|
|
272
|
-
background:
|
|
273
|
-
border: 1px solid
|
|
274
|
-
border-radius:
|
|
292
|
+
background: #f4f4f4;
|
|
293
|
+
border: 1px solid #e0e0e0;
|
|
294
|
+
border-radius: 6px;
|
|
275
295
|
overflow: hidden;
|
|
276
296
|
z-index: 200;
|
|
277
297
|
display: flex;
|
|
278
298
|
flex-direction: column;
|
|
279
|
-
box-shadow:
|
|
299
|
+
box-shadow: 0 4px 16px rgba(0,0,0,0.2);
|
|
280
300
|
}
|
|
281
301
|
|
|
282
302
|
.config-panel-header {
|
|
283
303
|
display: flex;
|
|
284
304
|
align-items: center;
|
|
285
305
|
justify-content: space-between;
|
|
286
|
-
padding:
|
|
287
|
-
border-bottom: 1px solid
|
|
288
|
-
background:
|
|
306
|
+
padding: 0.75rem;
|
|
307
|
+
border-bottom: 1px solid #e0e0e0;
|
|
308
|
+
background: #e8e8e8;
|
|
289
309
|
}
|
|
290
310
|
|
|
291
311
|
.config-panel-title {
|
|
292
312
|
display: flex;
|
|
293
313
|
align-items: center;
|
|
294
|
-
gap:
|
|
295
|
-
font-family:
|
|
296
|
-
font-size:
|
|
297
|
-
font-weight:
|
|
298
|
-
color:
|
|
314
|
+
gap: 0.5rem;
|
|
315
|
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
|
|
316
|
+
font-size: 0.875rem;
|
|
317
|
+
font-weight: 600;
|
|
318
|
+
color: #e5e5e5;
|
|
299
319
|
}
|
|
300
320
|
|
|
301
321
|
.config-panel-close {
|
|
302
322
|
background: none;
|
|
303
323
|
border: none;
|
|
304
|
-
color:
|
|
324
|
+
color: #525252;
|
|
305
325
|
cursor: pointer;
|
|
306
|
-
padding:
|
|
326
|
+
padding: 0.25rem;
|
|
307
327
|
display: flex;
|
|
308
328
|
align-items: center;
|
|
309
329
|
justify-content: center;
|
|
310
|
-
border-radius:
|
|
311
|
-
transition: all
|
|
330
|
+
border-radius: 4px;
|
|
331
|
+
transition: all 0.15s ease;
|
|
312
332
|
}
|
|
313
333
|
|
|
314
334
|
.config-panel-close:hover {
|
|
315
|
-
color:
|
|
316
|
-
background:
|
|
335
|
+
color: #e5e5e5;
|
|
336
|
+
background: rgba(255, 255, 255, 0.1);
|
|
317
337
|
}
|
|
318
338
|
|
|
319
339
|
.config-panel-content {
|
|
320
340
|
flex: 1;
|
|
321
341
|
overflow-y: auto;
|
|
322
|
-
padding:
|
|
342
|
+
padding: 0.75rem;
|
|
323
343
|
display: flex;
|
|
324
344
|
flex-direction: column;
|
|
325
|
-
gap:
|
|
345
|
+
gap: 0.75rem;
|
|
326
346
|
overscroll-behavior: contain;
|
|
327
347
|
}
|
|
328
348
|
|
|
329
349
|
.config-field {
|
|
330
350
|
display: flex;
|
|
331
351
|
flex-direction: column;
|
|
332
|
-
gap:
|
|
352
|
+
gap: 0.25rem;
|
|
333
353
|
}
|
|
334
354
|
|
|
335
355
|
.config-field label {
|
|
336
|
-
font-family:
|
|
337
|
-
font-size:
|
|
338
|
-
font-weight:
|
|
339
|
-
color:
|
|
356
|
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
|
|
357
|
+
font-size: 0.75rem;
|
|
358
|
+
font-weight: 500;
|
|
359
|
+
color: #525252;
|
|
340
360
|
text-transform: uppercase;
|
|
341
361
|
letter-spacing: 0.5px;
|
|
342
362
|
}
|
|
@@ -352,12 +372,12 @@ export const whiteboardCanvasStyles = css `
|
|
|
352
372
|
left: 50%;
|
|
353
373
|
transform: translate(-50%, -50%);
|
|
354
374
|
text-align: center;
|
|
355
|
-
color:
|
|
375
|
+
color: #a8a8a8;
|
|
356
376
|
}
|
|
357
377
|
|
|
358
378
|
.empty-state-icon {
|
|
359
379
|
font-size: 48px;
|
|
360
|
-
margin-bottom:
|
|
380
|
+
margin-bottom: 1rem;
|
|
361
381
|
opacity: 0.5;
|
|
362
382
|
}
|
|
363
383
|
|
|
@@ -366,14 +386,14 @@ export const whiteboardCanvasStyles = css `
|
|
|
366
386
|
}
|
|
367
387
|
|
|
368
388
|
.empty-state-text {
|
|
369
|
-
font-family:
|
|
370
|
-
font-size:
|
|
371
|
-
margin-bottom:
|
|
389
|
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
|
|
390
|
+
font-size: 14px;
|
|
391
|
+
margin-bottom: 0.5rem;
|
|
372
392
|
}
|
|
373
393
|
|
|
374
394
|
.empty-state-hint {
|
|
375
|
-
font-family:
|
|
376
|
-
font-size:
|
|
395
|
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
|
|
396
|
+
font-size: 0.875rem;
|
|
377
397
|
opacity: 0.7;
|
|
378
398
|
}
|
|
379
399
|
|
|
@@ -400,18 +420,18 @@ export const whiteboardCanvasStyles = css `
|
|
|
400
420
|
}
|
|
401
421
|
|
|
402
422
|
.frame-node:hover {
|
|
403
|
-
box-shadow: 0 0 0 1px
|
|
423
|
+
box-shadow: 0 0 0 1px #7c3aed;
|
|
404
424
|
}
|
|
405
425
|
|
|
406
426
|
.frame-node.selected {
|
|
407
|
-
box-shadow: 0 0 0 2px
|
|
427
|
+
box-shadow: 0 0 0 2px #7c3aed;
|
|
408
428
|
}
|
|
409
429
|
|
|
410
430
|
.frame-label {
|
|
411
431
|
position: absolute;
|
|
412
432
|
font-size: 12px;
|
|
413
433
|
font-weight: 600;
|
|
414
|
-
color:
|
|
434
|
+
color: #525252;
|
|
415
435
|
white-space: nowrap;
|
|
416
436
|
overflow: hidden;
|
|
417
437
|
text-overflow: ellipsis;
|
|
@@ -437,7 +457,7 @@ export const whiteboardCanvasStyles = css `
|
|
|
437
457
|
width: 14px;
|
|
438
458
|
height: 14px;
|
|
439
459
|
padding: 2px;
|
|
440
|
-
color:
|
|
460
|
+
color: #525252;
|
|
441
461
|
cursor: pointer;
|
|
442
462
|
border-radius: 3px;
|
|
443
463
|
transition: opacity 0.15s ease, background 0.15s ease, color 0.15s ease;
|
|
@@ -449,16 +469,16 @@ export const whiteboardCanvasStyles = css `
|
|
|
449
469
|
|
|
450
470
|
.frame-label-edit-icon:hover {
|
|
451
471
|
opacity: 1 !important;
|
|
452
|
-
background:
|
|
453
|
-
color:
|
|
472
|
+
background: rgba(255, 255, 255, 0.1);
|
|
473
|
+
color: #7c3aed;
|
|
454
474
|
}
|
|
455
475
|
|
|
456
476
|
.frame-label-input {
|
|
457
477
|
font-size: 12px;
|
|
458
478
|
font-weight: 600;
|
|
459
|
-
color:
|
|
460
|
-
background:
|
|
461
|
-
border: 1px solid
|
|
479
|
+
color: #e5e5e5;
|
|
480
|
+
background: #e8e8e8;
|
|
481
|
+
border: 1px solid #7c3aed;
|
|
462
482
|
border-radius: 4px;
|
|
463
483
|
padding: 2px 6px;
|
|
464
484
|
outline: none;
|
|
@@ -479,8 +499,8 @@ export const whiteboardCanvasStyles = css `
|
|
|
479
499
|
display: flex;
|
|
480
500
|
align-items: center;
|
|
481
501
|
justify-content: center;
|
|
482
|
-
background:
|
|
483
|
-
border: 1px solid
|
|
502
|
+
background: #e8e8e8;
|
|
503
|
+
border: 1px solid #e0e0e0;
|
|
484
504
|
border-radius: 4px;
|
|
485
505
|
cursor: pointer;
|
|
486
506
|
opacity: 0;
|
|
@@ -488,8 +508,8 @@ export const whiteboardCanvasStyles = css `
|
|
|
488
508
|
}
|
|
489
509
|
|
|
490
510
|
.frame-node:hover .frame-collapse-btn { opacity: 1; }
|
|
491
|
-
.frame-collapse-btn:hover { background:
|
|
492
|
-
.frame-collapse-btn nr-icon { width: 12px; height: 12px; color:
|
|
511
|
+
.frame-collapse-btn:hover { background: #3a3a3a; }
|
|
512
|
+
.frame-collapse-btn nr-icon { width: 12px; height: 12px; color: #525252; }
|
|
493
513
|
|
|
494
514
|
.frame-resize-handles {
|
|
495
515
|
position: absolute;
|
|
@@ -509,8 +529,8 @@ export const whiteboardCanvasStyles = css `
|
|
|
509
529
|
|
|
510
530
|
.resize-handle.corner {
|
|
511
531
|
width: 12px; height: 12px;
|
|
512
|
-
background:
|
|
513
|
-
border: 2px solid
|
|
532
|
+
background: #7c3aed;
|
|
533
|
+
border: 2px solid #f4f4f4;
|
|
514
534
|
border-radius: 2px;
|
|
515
535
|
}
|
|
516
536
|
|
|
@@ -650,6 +670,8 @@ export const whiteboardCanvasStyles = css `
|
|
|
650
670
|
color: #374151;
|
|
651
671
|
}
|
|
652
672
|
|
|
673
|
+
.wb-toolbar-btn:focus { outline: none; }
|
|
674
|
+
.wb-toolbar-btn:focus-visible { outline: 2px solid #7c3aed; outline-offset: 1px; }
|
|
653
675
|
.wb-toolbar-btn:hover { background: #e5e7eb; }
|
|
654
676
|
.wb-toolbar-btn.danger:hover { background: #fef2f2; border-color: #fecaca; color: #dc2626; }
|
|
655
677
|
.wb-toolbar-btn nr-icon { --icon-size: 14px; }
|
|
@@ -661,8 +683,7 @@ export const whiteboardCanvasStyles = css `
|
|
|
661
683
|
.wb-sidebar {
|
|
662
684
|
position: absolute;
|
|
663
685
|
left: 16px;
|
|
664
|
-
top:
|
|
665
|
-
transform: translateY(-50%);
|
|
686
|
+
top: 16px;
|
|
666
687
|
z-index: 100;
|
|
667
688
|
display: flex;
|
|
668
689
|
flex-direction: column;
|
|
@@ -692,7 +713,7 @@ export const whiteboardCanvasStyles = css `
|
|
|
692
713
|
}
|
|
693
714
|
|
|
694
715
|
.wb-sidebar-btn:hover { background: #f3f4f6; color: #374151; }
|
|
695
|
-
.wb-sidebar-btn.active { background:
|
|
716
|
+
.wb-sidebar-btn.active { background: #7c3aed; color: #fff; }
|
|
696
717
|
.wb-sidebar-btn nr-icon { color: inherit; }
|
|
697
718
|
|
|
698
719
|
.wb-sidebar-divider {
|
|
@@ -762,7 +783,7 @@ export const whiteboardCanvasStyles = css `
|
|
|
762
783
|
margin-top: -2px;
|
|
763
784
|
padding: 2px 8px;
|
|
764
785
|
border-radius: 4px;
|
|
765
|
-
font-family:
|
|
786
|
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
|
|
766
787
|
font-size: 11px;
|
|
767
788
|
font-weight: 500;
|
|
768
789
|
color: #ffffff;
|
|
@@ -847,7 +868,7 @@ export const whiteboardCanvasStyles = css `
|
|
|
847
868
|
}
|
|
848
869
|
|
|
849
870
|
.presence-count {
|
|
850
|
-
font-family:
|
|
871
|
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
|
|
851
872
|
font-size: 12px;
|
|
852
873
|
font-weight: 500;
|
|
853
874
|
color: #6b7280;
|
|
@@ -861,17 +882,17 @@ export const whiteboardCanvasStyles = css `
|
|
|
861
882
|
.canvas-wrapper[data-theme="light"],
|
|
862
883
|
.canvas-wrapper[data-theme="carbon-light"],
|
|
863
884
|
.canvas-wrapper[data-theme="default-light"] {
|
|
864
|
-
background:
|
|
885
|
+
background: #f4f4f4;
|
|
865
886
|
|
|
866
887
|
.canvas-grid {
|
|
867
888
|
background-image:
|
|
868
|
-
linear-gradient(
|
|
869
|
-
linear-gradient(90deg,
|
|
889
|
+
linear-gradient(#e0e0e0 1px, transparent 1px),
|
|
890
|
+
linear-gradient(90deg, #e0e0e0 1px, transparent 1px);
|
|
870
891
|
}
|
|
871
892
|
|
|
872
|
-
.edge-path { stroke:
|
|
873
|
-
.edge-path:hover { stroke:
|
|
874
|
-
.edge-arrow { fill:
|
|
893
|
+
.edge-path { stroke: #8d8d8d; }
|
|
894
|
+
.edge-path:hover { stroke: #6f6f6f; }
|
|
895
|
+
.edge-arrow { fill: #8d8d8d; }
|
|
875
896
|
}
|
|
876
897
|
|
|
877
898
|
.canvas-wrapper[data-theme="light"] .canvas-toolbar,
|
|
@@ -890,71 +911,71 @@ export const whiteboardCanvasStyles = css `
|
|
|
890
911
|
.canvas-wrapper[data-theme="default"] .zoom-controls,
|
|
891
912
|
.canvas-wrapper[data-theme="default"] .context-menu,
|
|
892
913
|
.canvas-wrapper[data-theme="default"] .config-panel {
|
|
893
|
-
background:
|
|
894
|
-
border-color:
|
|
914
|
+
background: #f4f4f4;
|
|
915
|
+
border-color: #e0e0e0;
|
|
895
916
|
}
|
|
896
917
|
|
|
897
918
|
.canvas-wrapper[data-theme="light"] .context-menu-item,
|
|
898
919
|
.canvas-wrapper[data-theme="carbon-light"] .context-menu-item,
|
|
899
920
|
.canvas-wrapper[data-theme="default-light"] .context-menu-item,
|
|
900
921
|
.canvas-wrapper[data-theme="default"] .context-menu-item {
|
|
901
|
-
color:
|
|
922
|
+
color: #1a1a1a;
|
|
902
923
|
}
|
|
903
924
|
|
|
904
925
|
.canvas-wrapper[data-theme="light"] .context-menu-item:hover,
|
|
905
926
|
.canvas-wrapper[data-theme="carbon-light"] .context-menu-item:hover,
|
|
906
927
|
.canvas-wrapper[data-theme="default-light"] .context-menu-item:hover,
|
|
907
928
|
.canvas-wrapper[data-theme="default"] .context-menu-item:hover {
|
|
908
|
-
background:
|
|
929
|
+
background: #f3f4f6;
|
|
909
930
|
}
|
|
910
931
|
|
|
911
932
|
.canvas-wrapper[data-theme="light"] .context-menu-item.danger,
|
|
912
933
|
.canvas-wrapper[data-theme="carbon-light"] .context-menu-item.danger,
|
|
913
934
|
.canvas-wrapper[data-theme="default-light"] .context-menu-item.danger,
|
|
914
935
|
.canvas-wrapper[data-theme="default"] .context-menu-item.danger {
|
|
915
|
-
color:
|
|
936
|
+
color: #ef4444;
|
|
916
937
|
}
|
|
917
938
|
|
|
918
939
|
.canvas-wrapper[data-theme="light"] .context-menu-shortcut,
|
|
919
940
|
.canvas-wrapper[data-theme="carbon-light"] .context-menu-shortcut,
|
|
920
941
|
.canvas-wrapper[data-theme="default-light"] .context-menu-shortcut,
|
|
921
942
|
.canvas-wrapper[data-theme="default"] .context-menu-shortcut {
|
|
922
|
-
color:
|
|
943
|
+
color: #525252;
|
|
923
944
|
}
|
|
924
945
|
|
|
925
946
|
.canvas-wrapper[data-theme="light"] .context-menu-divider,
|
|
926
947
|
.canvas-wrapper[data-theme="carbon-light"] .context-menu-divider,
|
|
927
948
|
.canvas-wrapper[data-theme="default-light"] .context-menu-divider,
|
|
928
949
|
.canvas-wrapper[data-theme="default"] .context-menu-divider {
|
|
929
|
-
background:
|
|
950
|
+
background: #e0e0e0;
|
|
930
951
|
}
|
|
931
952
|
|
|
932
953
|
.canvas-wrapper[data-theme="light"] .toolbar-btn,
|
|
933
954
|
.canvas-wrapper[data-theme="carbon-light"] .toolbar-btn,
|
|
934
955
|
.canvas-wrapper[data-theme="default-light"] .toolbar-btn,
|
|
935
956
|
.canvas-wrapper[data-theme="default"] .toolbar-btn {
|
|
936
|
-
color:
|
|
957
|
+
color: #525252;
|
|
937
958
|
}
|
|
938
959
|
|
|
939
960
|
.canvas-wrapper[data-theme="light"] .toolbar-btn:hover,
|
|
940
961
|
.canvas-wrapper[data-theme="carbon-light"] .toolbar-btn:hover,
|
|
941
962
|
.canvas-wrapper[data-theme="default-light"] .toolbar-btn:hover,
|
|
942
963
|
.canvas-wrapper[data-theme="default"] .toolbar-btn:hover {
|
|
943
|
-
background:
|
|
944
|
-
color:
|
|
964
|
+
background: #f3f4f6;
|
|
965
|
+
color: #1a1a1a;
|
|
945
966
|
}
|
|
946
967
|
|
|
947
968
|
.canvas-wrapper[data-theme="light"] .zoom-value,
|
|
948
969
|
.canvas-wrapper[data-theme="carbon-light"] .zoom-value,
|
|
949
970
|
.canvas-wrapper[data-theme="default-light"] .zoom-value,
|
|
950
971
|
.canvas-wrapper[data-theme="default"] .zoom-value {
|
|
951
|
-
color:
|
|
972
|
+
color: #525252;
|
|
952
973
|
}
|
|
953
974
|
|
|
954
975
|
.canvas-wrapper[data-theme="light"] .empty-state,
|
|
955
976
|
.canvas-wrapper[data-theme="carbon-light"] .empty-state,
|
|
956
977
|
.canvas-wrapper[data-theme="default-light"] .empty-state {
|
|
957
|
-
color:
|
|
978
|
+
color: #a8a8a8;
|
|
958
979
|
}
|
|
959
980
|
|
|
960
981
|
/* ========================================
|
|
@@ -964,12 +985,12 @@ export const whiteboardCanvasStyles = css `
|
|
|
964
985
|
.canvas-wrapper[data-theme="dark"],
|
|
965
986
|
.canvas-wrapper[data-theme="carbon-dark"],
|
|
966
987
|
.canvas-wrapper[data-theme="default-dark"] {
|
|
967
|
-
background:
|
|
988
|
+
background: #ffffff;
|
|
968
989
|
|
|
969
990
|
.canvas-grid {
|
|
970
991
|
background-image:
|
|
971
|
-
linear-gradient(
|
|
972
|
-
linear-gradient(90deg,
|
|
992
|
+
linear-gradient(#e0e0e0 1px, transparent 1px),
|
|
993
|
+
linear-gradient(90deg, #e0e0e0 1px, transparent 1px);
|
|
973
994
|
}
|
|
974
995
|
}
|
|
975
996
|
|
|
@@ -985,8 +1006,8 @@ export const whiteboardCanvasStyles = css `
|
|
|
985
1006
|
.canvas-wrapper[data-theme="default-dark"] .zoom-controls,
|
|
986
1007
|
.canvas-wrapper[data-theme="default-dark"] .context-menu,
|
|
987
1008
|
.canvas-wrapper[data-theme="default-dark"] .config-panel {
|
|
988
|
-
background:
|
|
989
|
-
border-color:
|
|
1009
|
+
background: #f4f4f4;
|
|
1010
|
+
border-color: #e0e0e0;
|
|
990
1011
|
}
|
|
991
1012
|
|
|
992
1013
|
/* Carbon theme sharp corners */
|