@floegence/floe-webapp-core 0.40.1 → 0.40.3
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/components/ui/CommandPalette.d.ts +5 -1
- package/dist/components/ui/CommandPalette.js +80 -77
- package/dist/components/ui/Dialog.d.ts +4 -0
- package/dist/components/ui/Dialog.js +89 -84
- package/dist/styles/themes/presets.js +19 -19
- package/dist/styles.css +1 -1
- package/dist/themes/shell-presets.generated.css +46 -46
- package/package.json +1 -1
|
@@ -74,7 +74,7 @@ const C = [
|
|
|
74
74
|
infoForeground: "#FFFFFF",
|
|
75
75
|
note: "#6847A0",
|
|
76
76
|
tip: "#1E6F73"
|
|
77
|
-
},
|
|
77
|
+
}, b = {
|
|
78
78
|
success: "#72D39C",
|
|
79
79
|
successForeground: "#07160E",
|
|
80
80
|
warning: "#F0C36A",
|
|
@@ -87,7 +87,7 @@ const C = [
|
|
|
87
87
|
tip: "#71C8C0"
|
|
88
88
|
};
|
|
89
89
|
function o(r) {
|
|
90
|
-
const e = r.mode === "light" ? l :
|
|
90
|
+
const e = r.mode === "light" ? l : b, n = r.mode === "light" ? { background: "#F4C95D", foreground: "#243447" } : {
|
|
91
91
|
background: r.background,
|
|
92
92
|
foreground: r.foreground
|
|
93
93
|
}, [t, d, F, c, g] = r.chart, a = r.syntax ?? {
|
|
@@ -241,7 +241,7 @@ function o(r) {
|
|
|
241
241
|
tokens: r.mode === "light" ? { light: u } : { dark: u }
|
|
242
242
|
};
|
|
243
243
|
}
|
|
244
|
-
const
|
|
244
|
+
const p = {
|
|
245
245
|
...o({
|
|
246
246
|
name: "classic-light",
|
|
247
247
|
displayName: "Classic Light",
|
|
@@ -310,7 +310,7 @@ const b = {
|
|
|
310
310
|
semanticTokens: m,
|
|
311
311
|
tokens: void 0
|
|
312
312
|
}, E = [
|
|
313
|
-
|
|
313
|
+
p,
|
|
314
314
|
o({
|
|
315
315
|
name: "paper",
|
|
316
316
|
displayName: "Paper",
|
|
@@ -825,23 +825,23 @@ const b = {
|
|
|
825
825
|
o({
|
|
826
826
|
name: "studio",
|
|
827
827
|
displayName: "Studio",
|
|
828
|
-
description: "
|
|
828
|
+
description: "Neutral near-black workspace: clean dark surfaces with zero color cast.",
|
|
829
829
|
mode: "dark",
|
|
830
|
-
background: "#
|
|
831
|
-
foreground: "#
|
|
832
|
-
card: "#
|
|
833
|
-
muted: "#
|
|
834
|
-
mutedForeground: "#
|
|
835
|
-
primary: "#
|
|
836
|
-
primaryForeground: "#
|
|
837
|
-
border: "#
|
|
838
|
-
input: "#
|
|
839
|
-
sidebar: "#
|
|
840
|
-
terminalBackground: "#
|
|
841
|
-
terminalForeground: "#
|
|
842
|
-
selectionBackground: "#
|
|
830
|
+
background: "#1A1A1C",
|
|
831
|
+
foreground: "#E0E0E4",
|
|
832
|
+
card: "#222226",
|
|
833
|
+
muted: "#2C2C30",
|
|
834
|
+
mutedForeground: "#909098",
|
|
835
|
+
primary: "#E0E0E4",
|
|
836
|
+
primaryForeground: "#1A1A1C",
|
|
837
|
+
border: "#323236",
|
|
838
|
+
input: "#888890",
|
|
839
|
+
sidebar: "#141416",
|
|
840
|
+
terminalBackground: "#0E0E10",
|
|
841
|
+
terminalForeground: "#CCCCCC",
|
|
842
|
+
selectionBackground: "#2060C0",
|
|
843
843
|
selectionForeground: "#FFFFFF",
|
|
844
|
-
chart: ["#
|
|
844
|
+
chart: ["#E0E0E4", "#B0B0B8", "#7AB7FF", "#4E7FC4", "#E8A430"],
|
|
845
845
|
syntax: {
|
|
846
846
|
comment: "#5A6880",
|
|
847
847
|
keyword: "#7AB7FF",
|