@fileverse-dev/ddoc 3.1.5 → 3.1.6-patch-002
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/index.es.js +2 -1
- package/dist/package/types.d.ts +1 -1
- package/dist/style.css +1 -1
- package/package.json +3 -3
package/dist/index.es.js
CHANGED
|
@@ -54081,7 +54081,8 @@ ${S.getHTML()}`
|
|
|
54081
54081
|
icon: "Maximize",
|
|
54082
54082
|
size: "sm",
|
|
54083
54083
|
variant: "ghost",
|
|
54084
|
-
onClick: k
|
|
54084
|
+
onClick: k,
|
|
54085
|
+
id: "focus-mode-button"
|
|
54085
54086
|
}
|
|
54086
54087
|
) }),
|
|
54087
54088
|
f ? Co(
|
package/dist/package/types.d.ts
CHANGED
|
@@ -40,7 +40,7 @@ export interface CustomModel {
|
|
|
40
40
|
apiKey: string;
|
|
41
41
|
systemPrompt: string;
|
|
42
42
|
}
|
|
43
|
-
export type ThemeKey = 'light' | 'dark' | 'theme-sepia' | 'theme-pink';
|
|
43
|
+
export type ThemeKey = 'light' | 'dark' | 'theme-sepia' | 'theme-pink' | 'theme-green';
|
|
44
44
|
export interface ThemeVariantValue {
|
|
45
45
|
light: string;
|
|
46
46
|
dark: string;
|