@open-slide/core 1.8.0 → 1.9.0

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.
@@ -1,4 +1,4 @@
1
- import { Locale } from "./types-Bvk1pM70.js";
1
+ import { Locale } from "./types-AalTbxMj.js";
2
2
 
3
3
  //#region src/config.d.ts
4
4
  type OpenSlideBuildConfig = {
@@ -11,6 +11,11 @@ type OpenSlideConfig = {
11
11
  themesDir?: string;
12
12
  assetsDir?: string;
13
13
  port?: number;
14
+ /**
15
+ * @deprecated Pick the UI language from the language switcher in the slide UI
16
+ * instead. When set, this only seeds the initial language until the user
17
+ * chooses one (their choice is then remembered locally).
18
+ */
14
19
  locale?: Locale;
15
20
  build?: OpenSlideBuildConfig;
16
21
  }; //#endregion
@@ -1,5 +1,5 @@
1
1
  import "./design-cpzS8aud.js";
2
- import { createViteConfig } from "./config-C7sZtiY2.js";
2
+ import { createViteConfig } from "./config-BAZeaz2P.js";
3
3
  import { createServer, mergeConfig } from "vite";
4
4
 
5
5
  //#region src/cli/dev.ts