@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
|
Binary file
|
|
@@ -8,7 +8,7 @@ import { PanelMode, PanelSize, PanelPosition, MaximizePosition } from './panel.t
|
|
|
8
8
|
import '../icon/index.js';
|
|
9
9
|
import '../label/index.js';
|
|
10
10
|
import { PanelDragHost, PanelResizeHost } from './controllers/index.js';
|
|
11
|
-
declare const NrPanelElement_base: (new (...args: any[]) => import("@nuralyui/common/mixins").DependencyAware) & (new (...args: any[]) => import("@nuralyui/common/mixins").ThemeAware) & (new (...args: any[]) => import("@nuralyui/common/mixins").EventHandlerCapable) & typeof LitElement;
|
|
11
|
+
declare const NrPanelElement_base: (new (...args: any[]) => import("@nuralyui/common/mixins").DependencyAware) & (new (...args: any[]) => import("@nuralyui/common/mixins").ThemeAware) & (new (...args: any[]) => import("@nuralyui/common/mixins").EventHandlerCapable) & (new (...args: any[]) => import("packages/common/src/shared/base-mixin.js").LightDomContent) & typeof LitElement;
|
|
12
12
|
/**
|
|
13
13
|
* Versatile panel component that can transform between panel and window modes.
|
|
14
14
|
*
|
|
@@ -57,6 +57,7 @@ declare const NrPanelElement_base: (new (...args: any[]) => import("@nuralyui/co
|
|
|
57
57
|
* @slot footer - Custom footer content
|
|
58
58
|
*/
|
|
59
59
|
export declare class NrPanelElement extends NrPanelElement_base implements PanelDragHost, PanelResizeHost {
|
|
60
|
+
static useShadowDom: boolean;
|
|
60
61
|
static styles: import("lit").CSSResult;
|
|
61
62
|
requiredComponents: string[];
|
|
62
63
|
/** Panel mode (panel, window, minimized) */
|
|
@@ -11,26 +11,26 @@ export const styles = css `
|
|
|
11
11
|
* ======================================== */
|
|
12
12
|
|
|
13
13
|
/* Colors */
|
|
14
|
-
--nuraly-panel-background:
|
|
15
|
-
--nuraly-panel-border-color:
|
|
14
|
+
--nuraly-panel-background: #ffffff;
|
|
15
|
+
--nuraly-panel-border-color: #e0e0e0;
|
|
16
16
|
--nuraly-panel-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
17
|
-
--nuraly-panel-header-background:
|
|
18
|
-
--nuraly-panel-header-text-color:
|
|
19
|
-
--nuraly-panel-header-border-color:
|
|
17
|
+
--nuraly-panel-header-background: #f5f5f5;
|
|
18
|
+
--nuraly-panel-header-text-color: #1a1a1a;
|
|
19
|
+
--nuraly-panel-header-border-color: #e0e0e0;
|
|
20
20
|
--nuraly-panel-header-border-width: 1px;
|
|
21
21
|
--nuraly-panel-header-border-style: solid;
|
|
22
22
|
|
|
23
23
|
/* Spacing */
|
|
24
|
-
--nuraly-panel-padding:
|
|
25
|
-
--nuraly-panel-header-padding:
|
|
24
|
+
--nuraly-panel-padding: 1rem;
|
|
25
|
+
--nuraly-panel-header-padding: 0.75rem 1rem;
|
|
26
26
|
|
|
27
27
|
/* Border Radius */
|
|
28
|
-
--nuraly-panel-border-radius:
|
|
28
|
+
--nuraly-panel-border-radius: 6px;
|
|
29
29
|
|
|
30
30
|
/* Typography */
|
|
31
|
-
--nuraly-panel-font-family:
|
|
32
|
-
--nuraly-panel-header-font-size:
|
|
33
|
-
--nuraly-panel-header-font-weight:
|
|
31
|
+
--nuraly-panel-font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
|
|
32
|
+
--nuraly-panel-header-font-size: 1.125rem;
|
|
33
|
+
--nuraly-panel-header-font-weight: 600;
|
|
34
34
|
|
|
35
35
|
/* Transitions */
|
|
36
36
|
--nuraly-panel-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
@@ -48,7 +48,7 @@ export const styles = css `
|
|
|
48
48
|
--nuraly-panel-window-z-index: 200;
|
|
49
49
|
|
|
50
50
|
display: block;
|
|
51
|
-
font-family:
|
|
51
|
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
|
|
52
52
|
}
|
|
53
53
|
|
|
54
54
|
/* ========================================
|
|
@@ -57,10 +57,10 @@ export const styles = css `
|
|
|
57
57
|
|
|
58
58
|
.panel {
|
|
59
59
|
position: relative;
|
|
60
|
-
background:
|
|
61
|
-
border: 1px solid
|
|
62
|
-
border-radius:
|
|
63
|
-
box-shadow:
|
|
60
|
+
background: #ffffff;
|
|
61
|
+
border: 1px solid #e0e0e0;
|
|
62
|
+
border-radius: 6px;
|
|
63
|
+
box-shadow: 0 4px 12px rgba(0,0,0,0.15);
|
|
64
64
|
display: flex;
|
|
65
65
|
flex-direction: column;
|
|
66
66
|
overflow: hidden;
|
|
@@ -90,7 +90,7 @@ export const styles = css `
|
|
|
90
90
|
/* Panel Mode - Docked to edges */
|
|
91
91
|
.panel--mode-panel {
|
|
92
92
|
position: fixed;
|
|
93
|
-
z-index:
|
|
93
|
+
z-index: 100;
|
|
94
94
|
}
|
|
95
95
|
|
|
96
96
|
.panel--mode-panel.panel--position-left {
|
|
@@ -98,7 +98,7 @@ export const styles = css `
|
|
|
98
98
|
top: 0;
|
|
99
99
|
bottom: 0;
|
|
100
100
|
height: 100vh;
|
|
101
|
-
border-radius: 0
|
|
101
|
+
border-radius: 0 6px 6px 0;
|
|
102
102
|
}
|
|
103
103
|
|
|
104
104
|
.panel--mode-panel.panel--position-right {
|
|
@@ -106,7 +106,7 @@ export const styles = css `
|
|
|
106
106
|
top: 0;
|
|
107
107
|
bottom: 0;
|
|
108
108
|
height: 100vh;
|
|
109
|
-
border-radius:
|
|
109
|
+
border-radius: 6px 0 0 6px;
|
|
110
110
|
}
|
|
111
111
|
|
|
112
112
|
.panel--mode-panel.panel--position-top {
|
|
@@ -114,7 +114,7 @@ export const styles = css `
|
|
|
114
114
|
right: 0;
|
|
115
115
|
top: 0;
|
|
116
116
|
width: 100%;
|
|
117
|
-
border-radius: 0 0
|
|
117
|
+
border-radius: 0 0 6px 6px;
|
|
118
118
|
}
|
|
119
119
|
|
|
120
120
|
.panel--mode-panel.panel--position-bottom {
|
|
@@ -122,13 +122,13 @@ export const styles = css `
|
|
|
122
122
|
right: 0;
|
|
123
123
|
bottom: 0;
|
|
124
124
|
width: 100%;
|
|
125
|
-
border-radius:
|
|
125
|
+
border-radius: 6px 6px 0 0;
|
|
126
126
|
}
|
|
127
127
|
|
|
128
128
|
/* Window Mode - Floating, draggable */
|
|
129
129
|
.panel--mode-window {
|
|
130
130
|
position: fixed;
|
|
131
|
-
z-index:
|
|
131
|
+
z-index: 200;
|
|
132
132
|
top: 50%;
|
|
133
133
|
left: 50%;
|
|
134
134
|
transform: translate(-50%, -50%);
|
|
@@ -146,7 +146,7 @@ export const styles = css `
|
|
|
146
146
|
right: 20px;
|
|
147
147
|
width: 280px;
|
|
148
148
|
height: 56px;
|
|
149
|
-
z-index:
|
|
149
|
+
z-index: 200;
|
|
150
150
|
cursor: pointer;
|
|
151
151
|
top: auto !important;
|
|
152
152
|
left: auto !important;
|
|
@@ -188,24 +188,24 @@ export const styles = css `
|
|
|
188
188
|
* ======================================== */
|
|
189
189
|
|
|
190
190
|
.panel--size-small {
|
|
191
|
-
width:
|
|
192
|
-
height:
|
|
191
|
+
width: 320px;
|
|
192
|
+
height: 400px;
|
|
193
193
|
|
|
194
|
-
--nuraly-panel-border-radius:
|
|
194
|
+
--nuraly-panel-border-radius: 4px;
|
|
195
195
|
}
|
|
196
196
|
|
|
197
197
|
.panel--size-medium {
|
|
198
|
-
width:
|
|
199
|
-
height:
|
|
198
|
+
width: 480px;
|
|
199
|
+
height: 600px;
|
|
200
200
|
|
|
201
|
-
--nuraly-panel-action-button-border-radius:
|
|
201
|
+
--nuraly-panel-action-button-border-radius: 6px;
|
|
202
202
|
}
|
|
203
203
|
|
|
204
204
|
.panel--size-large {
|
|
205
|
-
width:
|
|
206
|
-
height:
|
|
205
|
+
width: 640px;
|
|
206
|
+
height: 800px;
|
|
207
207
|
|
|
208
|
-
--nuraly-panel-action-button-border-radius:
|
|
208
|
+
--nuraly-panel-action-button-border-radius: 8px;
|
|
209
209
|
}
|
|
210
210
|
|
|
211
211
|
/* ========================================
|
|
@@ -213,13 +213,13 @@ export const styles = css `
|
|
|
213
213
|
* ======================================== */
|
|
214
214
|
|
|
215
215
|
.panel-header {
|
|
216
|
-
padding:
|
|
217
|
-
background:
|
|
218
|
-
border-bottom:
|
|
216
|
+
padding: 0.75rem 1rem;
|
|
217
|
+
background: #f5f5f5;
|
|
218
|
+
border-bottom: 1px solid #e0e0e0;
|
|
219
219
|
display: flex;
|
|
220
220
|
align-items: center;
|
|
221
221
|
justify-content: space-between;
|
|
222
|
-
gap:
|
|
222
|
+
gap: 0.75rem;
|
|
223
223
|
flex-shrink: 0;
|
|
224
224
|
}
|
|
225
225
|
|
|
@@ -231,7 +231,7 @@ export const styles = css `
|
|
|
231
231
|
.panel-header-content {
|
|
232
232
|
display: flex;
|
|
233
233
|
align-items: center;
|
|
234
|
-
gap:
|
|
234
|
+
gap: 0.5rem;
|
|
235
235
|
flex: 1;
|
|
236
236
|
min-width: 0;
|
|
237
237
|
}
|
|
@@ -242,9 +242,9 @@ export const styles = css `
|
|
|
242
242
|
}
|
|
243
243
|
|
|
244
244
|
.panel-title {
|
|
245
|
-
font-size:
|
|
246
|
-
font-weight:
|
|
247
|
-
color:
|
|
245
|
+
font-size: 1.125rem;
|
|
246
|
+
font-weight: 600;
|
|
247
|
+
color: #1a1a1a;
|
|
248
248
|
margin: 0;
|
|
249
249
|
white-space: nowrap;
|
|
250
250
|
overflow: hidden;
|
|
@@ -291,28 +291,28 @@ export const styles = css `
|
|
|
291
291
|
.panel-actions {
|
|
292
292
|
display: flex;
|
|
293
293
|
align-items: center;
|
|
294
|
-
gap:
|
|
294
|
+
gap: 0.5rem;
|
|
295
295
|
}
|
|
296
296
|
|
|
297
297
|
.panel-action-button {
|
|
298
298
|
background: transparent;
|
|
299
299
|
border: none;
|
|
300
|
-
padding:
|
|
300
|
+
padding: 0.25rem;
|
|
301
301
|
cursor: pointer;
|
|
302
|
-
border-radius:
|
|
302
|
+
border-radius: 6px;
|
|
303
303
|
display: flex;
|
|
304
304
|
align-items: center;
|
|
305
305
|
justify-content: center;
|
|
306
306
|
transition: background-color 0.2s ease;
|
|
307
|
-
color:
|
|
307
|
+
color: #525252;
|
|
308
308
|
}
|
|
309
309
|
|
|
310
310
|
.panel-action-button:hover {
|
|
311
|
-
background:
|
|
311
|
+
background: #f4f4f4;
|
|
312
312
|
}
|
|
313
313
|
|
|
314
314
|
.panel-action-button:active {
|
|
315
|
-
background:
|
|
315
|
+
background: rgba(0, 0, 0, 0.1);
|
|
316
316
|
}
|
|
317
317
|
|
|
318
318
|
.panel-action-button nr-icon {
|
|
@@ -324,7 +324,7 @@ export const styles = css `
|
|
|
324
324
|
* ======================================== */
|
|
325
325
|
|
|
326
326
|
.panel-body {
|
|
327
|
-
padding:
|
|
327
|
+
padding: 1rem;
|
|
328
328
|
flex: 1;
|
|
329
329
|
min-height: 0;
|
|
330
330
|
overflow: auto;
|
|
@@ -332,27 +332,27 @@ export const styles = css `
|
|
|
332
332
|
|
|
333
333
|
/* Size-specific body and header padding */
|
|
334
334
|
.panel--size-small .panel-header {
|
|
335
|
-
padding:
|
|
335
|
+
padding: 0.5rem 0.75rem;
|
|
336
336
|
}
|
|
337
337
|
|
|
338
338
|
.panel--size-small .panel-body {
|
|
339
|
-
padding:
|
|
339
|
+
padding: 0.75rem;
|
|
340
340
|
}
|
|
341
341
|
|
|
342
342
|
.panel--size-medium .panel-header {
|
|
343
|
-
padding:
|
|
343
|
+
padding: 0.625rem 1rem;
|
|
344
344
|
}
|
|
345
345
|
|
|
346
346
|
.panel--size-medium .panel-body {
|
|
347
|
-
padding:
|
|
347
|
+
padding: 1rem;
|
|
348
348
|
}
|
|
349
349
|
|
|
350
350
|
.panel--size-large .panel-header {
|
|
351
|
-
padding:
|
|
351
|
+
padding: 0.875rem 1.25rem;
|
|
352
352
|
}
|
|
353
353
|
|
|
354
354
|
.panel--size-large .panel-body {
|
|
355
|
-
padding:
|
|
355
|
+
padding: 1.5rem;
|
|
356
356
|
}
|
|
357
357
|
|
|
358
358
|
/* ========================================
|
|
@@ -360,9 +360,9 @@ export const styles = css `
|
|
|
360
360
|
* ======================================== */
|
|
361
361
|
|
|
362
362
|
.panel-footer {
|
|
363
|
-
padding:
|
|
364
|
-
border-top:
|
|
365
|
-
background:
|
|
363
|
+
padding: 1rem;
|
|
364
|
+
border-top: 1px solid #e0e0e0;
|
|
365
|
+
background: #f5f5f5;
|
|
366
366
|
flex-shrink: 0;
|
|
367
367
|
}
|
|
368
368
|
|
|
@@ -451,12 +451,12 @@ export const styles = css `
|
|
|
451
451
|
background: linear-gradient(
|
|
452
452
|
-45deg,
|
|
453
453
|
transparent 40%,
|
|
454
|
-
|
|
455
|
-
|
|
454
|
+
#e0e0e0 40%,
|
|
455
|
+
#e0e0e0 50%,
|
|
456
456
|
transparent 50%,
|
|
457
457
|
transparent 60%,
|
|
458
|
-
|
|
459
|
-
|
|
458
|
+
#e0e0e0 60%,
|
|
459
|
+
#e0e0e0 70%,
|
|
460
460
|
transparent 70%
|
|
461
461
|
);
|
|
462
462
|
}
|
|
@@ -479,12 +479,12 @@ export const styles = css `
|
|
|
479
479
|
* ======================================== */
|
|
480
480
|
|
|
481
481
|
:host([data-theme="dark"]) {
|
|
482
|
-
--nuraly-panel-background:
|
|
483
|
-
--nuraly-panel-border-color:
|
|
482
|
+
--nuraly-panel-background: #1a1a1a;
|
|
483
|
+
--nuraly-panel-border-color: #333;
|
|
484
484
|
--nuraly-panel-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
|
|
485
|
-
--nuraly-panel-header-background:
|
|
486
|
-
--nuraly-panel-header-text-color:
|
|
487
|
-
--nuraly-panel-header-border-color:
|
|
485
|
+
--nuraly-panel-header-background: #252525;
|
|
486
|
+
--nuraly-panel-header-text-color: #e0e0e0;
|
|
487
|
+
--nuraly-panel-header-border-color: #333;
|
|
488
488
|
}
|
|
489
489
|
|
|
490
490
|
/* ========================================
|