@yushaw/sanqian-chat 0.3.4 → 0.3.5

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.
@@ -7730,10 +7730,9 @@ var basePalettes = {
7730
7730
  surface: "#F5F5F4"
7731
7731
  },
7732
7732
  dark: {
7733
- bg: "#1F1F1F",
7734
- // Same as Notes --color-card-solid
7735
- card: "#1F1F1F",
7736
- surface: "#262626"
7733
+ bg: "#080808",
7734
+ card: "#101010",
7735
+ surface: "#141414"
7737
7736
  }
7738
7737
  };
7739
7738
  function getBaseColors(isDark) {
@@ -7642,10 +7642,9 @@ var basePalettes = {
7642
7642
  surface: "#F5F5F4"
7643
7643
  },
7644
7644
  dark: {
7645
- bg: "#1F1F1F",
7646
- // Same as Notes --color-card-solid
7647
- card: "#1F1F1F",
7648
- surface: "#262626"
7645
+ bg: "#080808",
7646
+ card: "#101010",
7647
+ surface: "#141414"
7649
7648
  }
7650
7649
  };
7651
7650
  function getBaseColors(isDark) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yushaw/sanqian-chat",
3
- "version": "0.3.4",
3
+ "version": "0.3.5",
4
4
  "description": "Floating chat window SDK for Sanqian AI Assistant",
5
5
  "main": "./dist/main/index.js",
6
6
  "types": "./dist/main/index.d.ts",