@a83/orbiter-admin 0.3.29 → 0.3.31

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/public/style.css +25 -29
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@a83/orbiter-admin",
3
- "version": "0.3.29",
3
+ "version": "0.3.31",
4
4
  "description": "Standalone admin server for Orbiter CMS",
5
5
  "type": "module",
6
6
  "main": "./src/server.js",
package/public/style.css CHANGED
@@ -2061,34 +2061,30 @@ a.xfce-sb-logo:hover { opacity: .8; }
2061
2061
 
2062
2062
  /* ── Command Palette ─────────────────────────────────────── */
2063
2063
  .xfce-palette {
2064
- display: none; position: fixed;
2065
- top: 0; left: 0; right: 0;
2066
- bottom: calc(var(--dock-h, 76px) + 12px);
2067
- z-index: 10000;
2064
+ display: none; position: fixed; inset: 0; z-index: 10000;
2068
2065
  background: rgba(0,0,0,0);
2069
2066
  align-items: flex-end; justify-content: center;
2070
- padding-bottom: 14px;
2067
+ padding-bottom: calc(var(--dock-h, 76px) + 28px);
2071
2068
  transition: background .2s;
2072
2069
  }
2073
2070
  .xfce-palette.open {
2074
2071
  display: flex;
2075
- background: rgba(0,0,0,.78);
2076
- backdrop-filter: blur(5px);
2077
- -webkit-backdrop-filter: blur(5px);
2072
+ background: rgba(0,0,0,.72);
2073
+ backdrop-filter: blur(4px);
2074
+ -webkit-backdrop-filter: blur(4px);
2078
2075
  }
2079
2076
 
2077
+ /* Palette inner — always dark, space aesthetic regardless of page theme */
2080
2078
  .xfce-palette-inner {
2081
- width: min(580px, 92vw);
2082
- background: color-mix(in srgb, var(--bg1) 97%, transparent);
2083
- backdrop-filter: blur(12px) saturate(180%);
2084
- -webkit-backdrop-filter: blur(12px) saturate(180%);
2085
- border: 1px solid color-mix(in srgb, var(--accent) 30%, var(--line));
2086
- border-top: 2px solid var(--accent);
2079
+ width: min(560px, 92vw);
2080
+ background: #0c0c1c;
2081
+ border: 1px solid rgba(120,90,210,.22);
2082
+ border-top: 2px solid var(--accent, #7c6fcd);
2087
2083
  border-radius: 12px;
2088
2084
  box-shadow:
2089
- 0 -2px 0 0 color-mix(in srgb, var(--accent) 40%, transparent),
2090
- 0 8px 48px rgba(0,0,0,.5),
2091
- 0 0 60px color-mix(in srgb, var(--accent) 12%, transparent);
2085
+ 0 0 0 1px rgba(100,70,190,.1),
2086
+ 0 16px 56px rgba(0,0,0,.8),
2087
+ 0 0 80px rgba(90,60,180,.18);
2092
2088
  overflow: hidden;
2093
2089
  transform: translateY(16px);
2094
2090
  opacity: 0;
@@ -2101,22 +2097,22 @@ a.xfce-sb-logo:hover { opacity: .8; }
2101
2097
 
2102
2098
  .xfce-palette-bar {
2103
2099
  display: flex; align-items: center; gap: 8px;
2104
- padding: 10px 14px; border-bottom: 1px solid var(--line);
2100
+ padding: 11px 14px; border-bottom: 1px solid rgba(255,255,255,.06);
2105
2101
  }
2106
- .xfce-palette-cmd { color: var(--accent); font-size: 13px; flex-shrink: 0; }
2102
+ .xfce-palette-cmd { color: var(--accent, #7c6fcd); font-size: 14px; flex-shrink: 0; opacity: .8; }
2107
2103
  .xfce-palette-inp {
2108
2104
  flex: 1; background: none; border: none; outline: none;
2109
- font-family: var(--mono); font-size: 13px; color: var(--heading);
2105
+ font-family: var(--mono); font-size: 13px; color: #dde0ff;
2110
2106
  }
2111
- .xfce-palette-inp::placeholder { color: var(--muted); }
2112
- .xfce-palette-hint { font-size: 8px; color: var(--muted); font-family: var(--mono); white-space: nowrap; }
2107
+ .xfce-palette-inp::placeholder { color: rgba(160,160,200,.35); }
2108
+ .xfce-palette-hint { font-size: 8px; color: rgba(150,150,195,.35); font-family: var(--mono); white-space: nowrap; }
2113
2109
 
2114
2110
  .xfce-palette-results {
2115
- max-height: 450px; overflow-y: auto; padding: 6px 0;
2111
+ max-height: 380px; overflow-y: auto; padding: 6px 0;
2116
2112
  }
2117
2113
  .xfce-pal-group {
2118
- font-size: 8px; font-family: var(--mono); color: var(--mid);
2119
- letter-spacing: .08em; text-transform: uppercase;
2114
+ font-size: 8px; font-family: var(--mono); color: rgba(140,140,190,.5);
2115
+ letter-spacing: .1em; text-transform: uppercase;
2120
2116
  padding: 8px 14px 4px;
2121
2117
  }
2122
2118
  .xfce-pal-item {
@@ -2124,11 +2120,11 @@ a.xfce-sb-logo:hover { opacity: .8; }
2124
2120
  padding: 7px 14px; cursor: pointer; transition: background .1s;
2125
2121
  }
2126
2122
  .xfce-pal-item:hover, .xfce-pal-item.pal-active {
2127
- background: color-mix(in srgb, var(--accent) 12%, transparent);
2123
+ background: rgba(110,80,210,.16);
2128
2124
  }
2129
- .xfce-pal-icon { width: 20px; text-align: center; font-size: 13px; color: var(--accent); flex-shrink: 0; }
2130
- .xfce-pal-label { font-size: 12px; color: var(--heading); font-family: var(--mono); }
2131
- .xfce-pal-empty { padding: 20px 14px; color: var(--muted); font-size: 11px; font-family: var(--mono); }
2125
+ .xfce-pal-icon { width: 20px; text-align: center; font-size: 13px; color: var(--accent, #7c6fcd); flex-shrink: 0; opacity: .85; }
2126
+ .xfce-pal-label { font-size: 12px; color: rgba(215,215,255,.88); font-family: var(--mono); }
2127
+ .xfce-pal-empty { padding: 20px 14px; color: rgba(140,140,190,.5); font-size: 11px; font-family: var(--mono); }
2132
2128
 
2133
2129
  /* ── Toast host (above dock) ─────────────────────────────── */
2134
2130
  .xfce-toast-host {