From 957ca6efdfcb1f314021fa004f31bce054b06119 Mon Sep 17 00:00:00 2001 From: Gareth Jones Date: Mon, 11 Sep 2023 16:19:16 -0400 Subject: [PATCH] Form element height fixes. --- src/components/IconButton/IconButton.tsx | 2 +- src/components/SplitButton/SplitButton.tsx | 5 +- src/styles/types.ts | 185 +++++++++++++------ src/styles/variables.classic.json | 175 ++++++++++++------ src/styles/variables.dark.json | 169 +++++++++++------ src/styles/variables.json | 201 ++++++++++++++------- src/styles/variables.light.json | 169 +++++++++++------ 7 files changed, 630 insertions(+), 276 deletions(-) diff --git a/src/components/IconButton/IconButton.tsx b/src/components/IconButton/IconButton.tsx index 440c7cdf..eb2c543b 100644 --- a/src/components/IconButton/IconButton.tsx +++ b/src/components/IconButton/IconButton.tsx @@ -20,7 +20,7 @@ export const IconButton = forwardRef( > ); diff --git a/src/components/SplitButton/SplitButton.tsx b/src/components/SplitButton/SplitButton.tsx index 93dcd004..28961d7c 100644 --- a/src/components/SplitButton/SplitButton.tsx +++ b/src/components/SplitButton/SplitButton.tsx @@ -95,7 +95,10 @@ export const SplitButton = ({ data-testid="split-button-dropdown" > - + diff --git a/src/styles/types.ts b/src/styles/types.ts index f60dcce0..e84f44fd 100644 --- a/src/styles/types.ts +++ b/src/styles/types.ts @@ -476,6 +476,23 @@ "text": { "default": string } + }, + "ghost": { + "background": { + "default": string, + "hover": string, + "active": string + }, + "stroke": { + "default": string, + "hover": string, + "active": string + }, + "text": { + "default": string, + "hover": string, + "active": string + } } } }, @@ -538,10 +555,26 @@ } } }, - "button-group": { + "group": { "radii": { "center": string, "end": string + }, + "color": { + "background": { + "default": string, + "hover": string, + "active": string, + "panel": string + }, + "text": { + "default": string, + "hover": string, + "active": string + }, + "stroke": { + "panel": string + } } }, "alignLeft": { @@ -571,24 +604,6 @@ } } }, - "group": { - "color": { - "background": { - "default": string, - "hover": string, - "active": string, - "panel": string - }, - "text": { - "default": string, - "hover": string, - "active": string - }, - "stroke": { - "panel": string - } - } - }, "alignedLeft": { "color": { "background": { @@ -1425,22 +1440,6 @@ "height": string, "width": string } - }, - "color": { - "background": { - "active": string, - "hover": string, - "default": string - }, - "text": { - "default": string, - "hover": string, - "active": string, - "muted": string - }, - "icon": { - "default": string - } } }, "title": { @@ -1449,11 +1448,6 @@ "hover": string, "active": string, "disabled": string - }, - "color": { - "default": string, - "hover": string, - "active": string } }, "subItem": { @@ -1485,27 +1479,12 @@ "hover": string, "active": string, "disabled": string - }, - "color": { - "text": { - "default": string, - "hover": string, - "active": string - }, - "background": { - "default": string, - "hover": string, - "active": string - } } }, "dragControl": { "separator": { "size": { "height": string - }, - "color": { - "default": string } } } @@ -1522,6 +1501,54 @@ "stroke": { "default": string } + }, + "navigation": { + "item": { + "color": { + "background": { + "active": string, + "hover": string, + "default": string + }, + "text": { + "default": string, + "hover": string, + "active": string, + "muted": string + }, + "icon": { + "default": string + } + } + }, + "title": { + "color": { + "default": string, + "hover": string, + "active": string + } + }, + "subItem": { + "color": { + "text": { + "default": string, + "hover": string, + "active": string + }, + "background": { + "default": string, + "hover": string, + "active": string + } + } + }, + "dragControl": { + "separator": { + "color": { + "default": string + } + } + } } }, "sqlSidebar": { @@ -1532,6 +1559,54 @@ "stroke": { "default": string } + }, + "navigation": { + "item": { + "color": { + "background": { + "active": string, + "hover": string, + "default": string + }, + "text": { + "default": string, + "hover": string, + "active": string, + "muted": string + }, + "icon": { + "default": string + } + } + }, + "title": { + "color": { + "default": string, + "hover": string, + "active": string + } + }, + "subItem": { + "color": { + "text": { + "default": string, + "hover": string, + "active": string + }, + "background": { + "default": string, + "hover": string, + "active": string + } + } + }, + "dragControl": { + "separator": { + "color": { + "default": string + } + } + } } } }, diff --git a/src/styles/variables.classic.json b/src/styles/variables.classic.json index 0633def8..34271ace 100644 --- a/src/styles/variables.classic.json +++ b/src/styles/variables.classic.json @@ -117,6 +117,23 @@ "text": { "default": "#c10000" } + }, + "ghost": { + "background": { + "default": "rgba(0,0,0,0)", + "hover": "rgba(0,0,0,0)", + "active": "rgb(0% 0% 0% / 0)" + }, + "stroke": { + "default": "rgba(0,0,0,0)", + "hover": "rgba(0,0,0,0)", + "active": "rgba(0,0,0,0)" + }, + "text": { + "default": "#696e79", + "hover": "#161517", + "active": "#161517" + } } } }, @@ -168,10 +185,10 @@ "group": { "color": { "background": { - "default": "#ffffff", - "hover": "lch(68.1 1.1 272)", - "active": "lch(81 1.31 272)", - "panel": "#ffffff" + "default": "lch(100 0 0)", + "hover": "lch(97.4 1.44 272)", + "active": "lch(95.3 1.54 272)", + "panel": "lch(100 0 0)" }, "text": { "default": "#161517", @@ -216,54 +233,6 @@ } }, "sidebar": { - "navigation": { - "item": { - "color": { - "background": { - "active": "lch(38.8 16.8 296 / 0.6)", - "hover": "lch(40.9 16.2 296)", - "default": "rgba(0,0,0,0)" - }, - "text": { - "default": "#f6f7fa", - "hover": "#ffffff", - "active": "#ffffff", - "muted": "#696e79" - }, - "icon": { - "default": "#e4e2e9" - } - } - }, - "title": { - "color": { - "default": "#ada8bd", - "hover": "#ada8bd", - "active": "#ada8bd" - } - }, - "subItem": { - "color": { - "text": { - "default": "#f6f7fa", - "hover": "#ffffff", - "active": "#ffffff" - }, - "background": { - "default": "rgba(0,0,0,0)", - "hover": "lch(40.9 16.2 296)", - "active": "rgba(0,0,0,0)" - } - } - }, - "dragControl": { - "separator": { - "color": { - "default": "#FFC029" - } - } - } - }, "main": { "color": { "background": { @@ -279,6 +248,22 @@ }, "navigation": { "item": { + "color": { + "background": { + "active": "lch(38.8 16.8 296 / 0.6)", + "hover": "lch(40.9 16.2 296)", + "default": "rgba(0,0,0,0)" + }, + "text": { + "default": "#f6f7fa", + "hover": "#ffffff", + "active": "#ffffff", + "muted": "#696e79" + }, + "icon": { + "default": "#e4e2e9" + } + }, "background": { "default": "rgba(0,0,0,0)", "active": "#474257", @@ -288,6 +273,92 @@ "default": "#ffffff", "muted": "#ada8bd" } + }, + "title": { + "color": { + "default": "#ada8bd", + "hover": "#ada8bd", + "active": "#ada8bd" + } + }, + "subItem": { + "color": { + "text": { + "default": "#f6f7fa", + "hover": "#ffffff", + "active": "#ffffff" + }, + "background": { + "default": "rgba(0,0,0,0)", + "hover": "lch(40.9 16.2 296)", + "active": "rgba(0,0,0,0)" + } + } + }, + "dragControl": { + "separator": { + "color": { + "default": "#FFC029" + } + } + } + } + }, + "sqlSidebar": { + "color": { + "background": { + "default": "#f6f7fa" + }, + "stroke": { + "default": "lch(91.6 1.1 266)" + } + }, + "navigation": { + "item": { + "color": { + "background": { + "active": "lch(91.6 1.1 266 / 0.6)", + "hover": "lch(91.6 1.1 266 / 0.6)", + "default": "rgba(0,0,0,0)" + }, + "text": { + "default": "#161517", + "hover": "#161517", + "active": "#161517", + "muted": "#696e79" + }, + "icon": { + "default": "#696e79" + } + } + }, + "title": { + "color": { + "default": "#696e79", + "hover": "#696e79", + "active": "#696e79" + } + }, + "subItem": { + "color": { + "text": { + "default": "#696e79", + "hover": "#ffffff", + "active": "#161517" + }, + "background": { + "default": "rgba(0,0,0,0)", + "hover": "lch(40.9 16.2 296)", + "active": "rgba(0,0,0,0)" + } + } + }, + "dragControl": { + "separator": { + "color": { + "default": "#161517" + } + } } } } diff --git a/src/styles/variables.dark.json b/src/styles/variables.dark.json index ab3194e4..7c08ea82 100644 --- a/src/styles/variables.dark.json +++ b/src/styles/variables.dark.json @@ -229,6 +229,23 @@ "text": { "default": "#ff7575" } + }, + "ghost": { + "background": { + "default": "rgba(0,0,0,0)", + "hover": "rgba(0,0,0,0)", + "active": "rgb(0% 0% 0% / 0)" + }, + "stroke": { + "default": "rgba(0,0,0,0)", + "hover": "rgba(0,0,0,0)", + "active": "rgba(0,0,0,0)" + }, + "text": { + "default": "#b3b6bd", + "hover": "#ffffff", + "active": "#ffffff" + } } } }, @@ -271,10 +288,10 @@ "group": { "color": { "background": { - "default": "#282828", - "hover": "lch(19.3 0 0)", - "active": "lch(23.4 0 0)", - "panel": "#282828" + "default": "lch(18.2 0 0)", + "hover": "lch(22.8 0 0)", + "active": "#414141", + "panel": "lch(18.2 0 0)" }, "text": { "default": "#ffffff", @@ -663,54 +680,6 @@ } }, "sidebar": { - "navigation": { - "item": { - "color": { - "background": { - "active": "lch(27.5 0 0 / 0.6)", - "hover": "lch(19.1 0 0)", - "default": "rgba(0,0,0,0)" - }, - "text": { - "default": "#ffffff", - "hover": "#ffffff", - "active": "#ffffff", - "muted": "#b3b6bd" - }, - "icon": { - "default": "#b3b6bd" - } - } - }, - "title": { - "color": { - "default": "#b3b6bd", - "hover": "#b3b6bd", - "active": "#b3b6bd" - } - }, - "subItem": { - "color": { - "text": { - "default": "#b3b6bd", - "hover": "#ffffff", - "active": "#ffffff" - }, - "background": { - "default": "rgba(0,0,0,0)", - "hover": "lch(19.1 0 0)", - "active": "rgba(0,0,0,0)" - } - } - }, - "dragControl": { - "separator": { - "color": { - "default": "#FAFF69" - } - } - } - }, "main": { "color": { "background": { @@ -723,6 +692,54 @@ "stroke": { "default": "lch(27.5 0 0 / 0.3)" } + }, + "navigation": { + "item": { + "color": { + "background": { + "active": "lch(27.5 0 0 / 0.6)", + "hover": "lch(19.1 0 0)", + "default": "rgba(0,0,0,0)" + }, + "text": { + "default": "#ffffff", + "hover": "#ffffff", + "active": "#ffffff", + "muted": "#b3b6bd" + }, + "icon": { + "default": "#b3b6bd" + } + } + }, + "title": { + "color": { + "default": "#b3b6bd", + "hover": "#b3b6bd", + "active": "#b3b6bd" + } + }, + "subItem": { + "color": { + "text": { + "default": "#b3b6bd", + "hover": "#ffffff", + "active": "#ffffff" + }, + "background": { + "default": "rgba(0,0,0,0)", + "hover": "lch(19.1 0 0)", + "active": "rgba(0,0,0,0)" + } + } + }, + "dragControl": { + "separator": { + "color": { + "default": "#FAFF69" + } + } + } } }, "sqlSidebar": { @@ -733,6 +750,54 @@ "stroke": { "default": "lch(27.5 0 0 / 0.3)" } + }, + "navigation": { + "item": { + "color": { + "background": { + "active": "lch(27.5 0 0 / 0.6)", + "hover": "lch(19.1 0 0)", + "default": "rgba(0,0,0,0)" + }, + "text": { + "default": "#ffffff", + "hover": "#ffffff", + "active": "#ffffff", + "muted": "#b3b6bd" + }, + "icon": { + "default": "#b3b6bd" + } + } + }, + "title": { + "color": { + "default": "#b3b6bd", + "hover": "#b3b6bd", + "active": "#b3b6bd" + } + }, + "subItem": { + "color": { + "text": { + "default": "#b3b6bd", + "hover": "#ffffff", + "active": "#ffffff" + }, + "background": { + "default": "rgba(0,0,0,0)", + "hover": "lch(19.1 0 0)", + "active": "rgba(0,0,0,0)" + } + } + }, + "dragControl": { + "separator": { + "color": { + "default": "#FAFF69" + } + } + } } } }, diff --git a/src/styles/variables.json b/src/styles/variables.json index 69facfaf..b07972e1 100644 --- a/src/styles/variables.json +++ b/src/styles/variables.json @@ -307,7 +307,7 @@ "basic": { "space": { "x": "1rem", - "y": "0.344rem", + "y": "0.281rem", "gap": "0.5rem", "group": "0.5rem" }, @@ -399,8 +399,8 @@ "iconButton": { "default": { "space": { - "x": "0.5rem", - "y": "0.5rem" + "x": "0.438rem", + "y": "0.438rem" } }, "size": { @@ -475,6 +475,23 @@ "text": { "default": "#c10000" } + }, + "ghost": { + "background": { + "default": "rgba(0,0,0,0)", + "hover": "rgba(0,0,0,0)", + "active": "rgb(0% 0% 0% / 0)" + }, + "stroke": { + "default": "rgba(0,0,0,0)", + "hover": "rgba(0,0,0,0)", + "active": "rgba(0,0,0,0)" + }, + "text": { + "default": "#696e79", + "hover": "#161517", + "active": "#161517" + } } } }, @@ -482,7 +499,7 @@ "split": { "icon": { "space": { - "y": "0.516rem", + "y": "0.438rem", "x": "0.344rem" } }, @@ -537,10 +554,26 @@ } } }, - "button-group": { + "group": { "radii": { "center": "0", "end": "0.25rem" + }, + "color": { + "background": { + "default": "lch(94.5 0.72 266)", + "hover": "lch(97.4 1.44 272)", + "active": "#ffffff", + "panel": "lch(94.5 0.72 266)" + }, + "text": { + "default": "#161517", + "hover": "#161517", + "active": "#151515" + }, + "stroke": { + "panel": "lch(91.6 1.1 266)" + } } }, "alignLeft": { @@ -570,24 +603,6 @@ } } }, - "group": { - "color": { - "background": { - "default": "#ffffff", - "hover": "lch(68.1 1.1 272)", - "active": "lch(81 1.31 272)", - "panel": "#ffffff" - }, - "text": { - "default": "#161517", - "hover": "#161517", - "active": "#151515" - }, - "stroke": { - "panel": "lch(91.6 1.1 266)" - } - } - }, "alignedLeft": { "color": { "background": { @@ -987,7 +1002,7 @@ }, "space": { "x": "0.75rem", - "y": "0.344rem", + "y": "0.281rem", "gap": "0.5rem" }, "size": { @@ -1387,7 +1402,7 @@ "default": { "space": { "right": "0.75rem", - "y": "0.344rem", + "y": "0.281rem", "gap": "0.75rem", "left": "0" } @@ -1415,7 +1430,7 @@ "space": { "left": "0", "right": "0.75rem", - "y": "0.344rem", + "y": "0.281rem", "gap": "0.75rem" } }, @@ -1424,22 +1439,6 @@ "height": "1rem", "width": "1rem" } - }, - "color": { - "background": { - "active": "lch(91.6 1.1 266 / 0.6)", - "hover": "lch(91.6 1.1 266 / 0.6)", - "default": "rgba(0,0,0,0)" - }, - "text": { - "default": "#161517", - "hover": "#161517", - "active": "#161517", - "muted": "#696e79" - }, - "icon": { - "default": "#696e79" - } } }, "title": { @@ -1448,11 +1447,6 @@ "hover": "500 0.75rem/1.5 \"Inter\", '\"SF Pro Display\"', -apple-system, BlinkMacSystemFont, '\"Segoe UI\"', Roboto, Oxygen, Ubuntu, Cantarell, '\"Open Sans\"', '\"Helvetica Neue\"', sans-serif;", "active": "500 0.75rem/1.5 \"Inter\", '\"SF Pro Display\"', -apple-system, BlinkMacSystemFont, '\"Segoe UI\"', Roboto, Oxygen, Ubuntu, Cantarell, '\"Open Sans\"', '\"Helvetica Neue\"', sans-serif;", "disabled": "500 0.75rem/1.5 \"Inter\", '\"SF Pro Display\"', -apple-system, BlinkMacSystemFont, '\"Segoe UI\"', Roboto, Oxygen, Ubuntu, Cantarell, '\"Open Sans\"', '\"Helvetica Neue\"', sans-serif;" - }, - "color": { - "default": "#696e79", - "hover": "#696e79", - "active": "#696e79" } }, "subItem": { @@ -1460,7 +1454,7 @@ "space": { "left": "2.75rem", "right": "0.75rem", - "y": "0.344rem" + "y": "0.281rem" } }, "mobile": { @@ -1484,27 +1478,12 @@ "hover": "400 0.875rem/1.5 \"Inter\", '\"SF Pro Display\"', -apple-system, BlinkMacSystemFont, '\"Segoe UI\"', Roboto, Oxygen, Ubuntu, Cantarell, '\"Open Sans\"', '\"Helvetica Neue\"', sans-serif;", "active": "500 0.875rem/1.5 \"Inter\", '\"SF Pro Display\"', -apple-system, BlinkMacSystemFont, '\"Segoe UI\"', Roboto, Oxygen, Ubuntu, Cantarell, '\"Open Sans\"', '\"Helvetica Neue\"', sans-serif;", "disabled": "500 0.875rem/1.5 \"Inter\", '\"SF Pro Display\"', -apple-system, BlinkMacSystemFont, '\"Segoe UI\"', Roboto, Oxygen, Ubuntu, Cantarell, '\"Open Sans\"', '\"Helvetica Neue\"', sans-serif;" - }, - "color": { - "text": { - "default": "#696e79", - "hover": "#161517", - "active": "#161517" - }, - "background": { - "default": "rgba(0,0,0,0)", - "hover": "lch(91.6 1.1 266 / 0.6)", - "active": "rgba(0,0,0,0)" - } } }, "dragControl": { "separator": { "size": { "height": "0.125rem" - }, - "color": { - "default": "#161517" } } } @@ -1521,6 +1500,54 @@ "stroke": { "default": "lch(91.6 1.1 266)" } + }, + "navigation": { + "item": { + "color": { + "background": { + "active": "lch(91.6 1.1 266 / 0.6)", + "hover": "lch(91.6 1.1 266 / 0.6)", + "default": "rgba(0,0,0,0)" + }, + "text": { + "default": "#161517", + "hover": "#161517", + "active": "#161517", + "muted": "#696e79" + }, + "icon": { + "default": "#696e79" + } + } + }, + "title": { + "color": { + "default": "#696e79", + "hover": "#696e79", + "active": "#696e79" + } + }, + "subItem": { + "color": { + "text": { + "default": "#696e79", + "hover": "#161517", + "active": "#161517" + }, + "background": { + "default": "rgba(0,0,0,0)", + "hover": "lch(91.6 1.1 266 / 0.6)", + "active": "rgba(0,0,0,0)" + } + } + }, + "dragControl": { + "separator": { + "color": { + "default": "#161517" + } + } + } } }, "sqlSidebar": { @@ -1531,6 +1558,54 @@ "stroke": { "default": "lch(91.6 1.1 266)" } + }, + "navigation": { + "item": { + "color": { + "background": { + "active": "lch(91.6 1.1 266 / 0.6)", + "hover": "lch(91.6 1.1 266 / 0.6)", + "default": "rgba(0,0,0,0)" + }, + "text": { + "default": "#161517", + "hover": "#161517", + "active": "#161517", + "muted": "#696e79" + }, + "icon": { + "default": "#696e79" + } + } + }, + "title": { + "color": { + "default": "#696e79", + "hover": "#696e79", + "active": "#696e79" + } + }, + "subItem": { + "color": { + "text": { + "default": "#696e79", + "hover": "#161517", + "active": "#161517" + }, + "background": { + "default": "rgba(0,0,0,0)", + "hover": "lch(91.6 1.1 266 / 0.6)", + "active": "rgba(0,0,0,0)" + } + } + }, + "dragControl": { + "separator": { + "color": { + "default": "#161517" + } + } + } } } }, diff --git a/src/styles/variables.light.json b/src/styles/variables.light.json index 03936ab8..985b110c 100644 --- a/src/styles/variables.light.json +++ b/src/styles/variables.light.json @@ -229,6 +229,23 @@ "text": { "default": "#c10000" } + }, + "ghost": { + "background": { + "default": "rgba(0,0,0,0)", + "hover": "rgba(0,0,0,0)", + "active": "rgb(0% 0% 0% / 0)" + }, + "stroke": { + "default": "rgba(0,0,0,0)", + "hover": "rgba(0,0,0,0)", + "active": "rgba(0,0,0,0)" + }, + "text": { + "default": "#696e79", + "hover": "#161517", + "active": "#161517" + } } } }, @@ -271,10 +288,10 @@ "group": { "color": { "background": { - "default": "#ffffff", - "hover": "lch(68.1 1.1 272)", - "active": "lch(81 1.31 272)", - "panel": "#ffffff" + "default": "lch(94.5 0.72 266)", + "hover": "lch(97.4 1.44 272)", + "active": "#ffffff", + "panel": "lch(94.5 0.72 266)" }, "text": { "default": "#161517", @@ -659,54 +676,6 @@ } }, "sidebar": { - "navigation": { - "item": { - "color": { - "background": { - "active": "lch(91.6 1.1 266 / 0.6)", - "hover": "lch(91.6 1.1 266 / 0.6)", - "default": "rgba(0,0,0,0)" - }, - "text": { - "default": "#161517", - "hover": "#161517", - "active": "#161517", - "muted": "#696e79" - }, - "icon": { - "default": "#696e79" - } - } - }, - "title": { - "color": { - "default": "#696e79", - "hover": "#696e79", - "active": "#696e79" - } - }, - "subItem": { - "color": { - "text": { - "default": "#696e79", - "hover": "#161517", - "active": "#161517" - }, - "background": { - "default": "rgba(0,0,0,0)", - "hover": "lch(91.6 1.1 266 / 0.6)", - "active": "rgba(0,0,0,0)" - } - } - }, - "dragControl": { - "separator": { - "color": { - "default": "#161517" - } - } - } - }, "main": { "color": { "background": { @@ -719,6 +688,54 @@ "stroke": { "default": "lch(91.6 1.1 266)" } + }, + "navigation": { + "item": { + "color": { + "background": { + "active": "lch(91.6 1.1 266 / 0.6)", + "hover": "lch(91.6 1.1 266 / 0.6)", + "default": "rgba(0,0,0,0)" + }, + "text": { + "default": "#161517", + "hover": "#161517", + "active": "#161517", + "muted": "#696e79" + }, + "icon": { + "default": "#696e79" + } + } + }, + "title": { + "color": { + "default": "#696e79", + "hover": "#696e79", + "active": "#696e79" + } + }, + "subItem": { + "color": { + "text": { + "default": "#696e79", + "hover": "#161517", + "active": "#161517" + }, + "background": { + "default": "rgba(0,0,0,0)", + "hover": "lch(91.6 1.1 266 / 0.6)", + "active": "rgba(0,0,0,0)" + } + } + }, + "dragControl": { + "separator": { + "color": { + "default": "#161517" + } + } + } } }, "sqlSidebar": { @@ -729,6 +746,54 @@ "stroke": { "default": "lch(91.6 1.1 266)" } + }, + "navigation": { + "item": { + "color": { + "background": { + "active": "lch(91.6 1.1 266 / 0.6)", + "hover": "lch(91.6 1.1 266 / 0.6)", + "default": "rgba(0,0,0,0)" + }, + "text": { + "default": "#161517", + "hover": "#161517", + "active": "#161517", + "muted": "#696e79" + }, + "icon": { + "default": "#696e79" + } + } + }, + "title": { + "color": { + "default": "#696e79", + "hover": "#696e79", + "active": "#696e79" + } + }, + "subItem": { + "color": { + "text": { + "default": "#696e79", + "hover": "#161517", + "active": "#161517" + }, + "background": { + "default": "rgba(0,0,0,0)", + "hover": "lch(91.6 1.1 266 / 0.6)", + "active": "rgba(0,0,0,0)" + } + } + }, + "dragControl": { + "separator": { + "color": { + "default": "#161517" + } + } + } } } },