@prettier-ai/dsh-client-ui-theme 0.1.2-alpha.1 → 0.1.2-alpha.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/lib/client.js CHANGED
@@ -1453,7 +1453,6 @@ window.__ModuleLoader__.load({
1453
1453
  const inject = [
1454
1454
  "slots",
1455
1455
  "locale",
1456
- "connection",
1457
1456
  "remote",
1458
1457
  "settingsScope"
1459
1458
  ];
package/lib/index.js CHANGED
@@ -1,4 +1,3 @@
1
- import { settingsNamespace } from "@prettier-ai/dsh-settings";
2
1
  import z from "@prettier-ai/schemastery";
3
2
  //#region lib/types/theme-settings.js
4
3
  /** Theme preferences stored in the Host user-settings document. */
@@ -65,7 +64,7 @@ function bootThemeInjection(preference = DEFAULT_PREFERENCE, fontSize = 14) {
65
64
  //#endregion
66
65
  //#region lib/types/index.js
67
66
  /** Host registration for the browser theme preference and pre-plugin palette. */
68
- const THEME_NAMESPACE = settingsNamespace(THEME_SETTINGS_NAMESPACE);
67
+ const THEME_NAMESPACE = THEME_SETTINGS_NAMESPACE;
69
68
  /** Read the registered theme section or the schema defaults without a settings provider. */
70
69
  function readSection(ctx) {
71
70
  const fallback = {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@prettier-ai/dsh-client-ui-theme",
3
3
  "description": "Theme plugin: Host bootstrap for the pre-plugin palette; DOM-free ThemeRuntime for light/dark/system state; --dsw-* token styles and Appearance settings row",
4
- "version": "0.1.2-alpha.1",
4
+ "version": "0.1.2-alpha.3",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -44,32 +44,24 @@
44
44
  },
45
45
  "license": "MIT",
46
46
  "peerDependencies": {
47
- "@prettier-ai/dsh-client-connection": "^0.1.2-alpha.1",
48
- "@prettier-ai/dsh-api-remotes": "^0.1.2-alpha.1",
49
- "@prettier-ai/cordis": "^4.0.1",
50
- "@prettier-ai/dsh-client-locale": "^0.1.2-alpha.1",
51
- "@prettier-ai/dsh-client-ui-renderer": "^0.1.2-alpha.1",
52
- "@prettier-ai/dsh-client-ui-settings": "^0.1.2-alpha.1",
53
- "@prettier-ai/dsh-host-webserver": "^0.1.2-alpha.1",
54
- "@prettier-ai/dsh-invariants": "^0.1.2-alpha.1",
55
- "@prettier-ai/dsh-settings": "^0.1.2-alpha.1"
47
+ "@prettier-ai/cordis": "^4.0.2"
56
48
  },
57
49
  "devDependencies": {
58
50
  "@types/react": "~18.3.1",
59
51
  "react": "^18.2.0",
60
- "@prettier-ai/cordis": "^4.0.1",
61
- "@prettier-ai/dsh-api-remotes": "^0.1.2-alpha.1",
62
- "@prettier-ai/dsh-client-connection": "^0.1.2-alpha.1",
63
- "@prettier-ai/dsh-client-store": "^0.1.2-alpha.1",
64
- "@prettier-ai/dsh-client-locale": "^0.1.2-alpha.1",
65
- "@prettier-ai/dsh-client-test-runtime": "^0.1.2-alpha.1",
66
- "@prettier-ai/dsh-client-ui-primitives": "^0.1.2-alpha.1",
67
- "@prettier-ai/dsh-client-ui-renderer": "^0.1.2-alpha.1",
68
- "@prettier-ai/dsh-client-ui-settings": "^0.1.2-alpha.1",
69
- "@prettier-ai/dsh-host-webserver": "^0.1.2-alpha.1",
70
- "@prettier-ai/dsh-invariants": "^0.1.2-alpha.1",
71
- "@prettier-ai/dsh-settings": "^0.1.2-alpha.1",
72
- "@prettier-ai/dsh-client-ui-slots": "^0.1.2-alpha.1"
52
+ "@prettier-ai/cordis": "^4.0.2",
53
+ "@prettier-ai/dsh-api-remotes": "^0.1.2-alpha.3",
54
+ "@prettier-ai/dsh-client-locale": "^0.1.2-alpha.3",
55
+ "@prettier-ai/dsh-client-connection": "^0.1.2-alpha.3",
56
+ "@prettier-ai/dsh-client-store": "^0.1.2-alpha.3",
57
+ "@prettier-ai/dsh-client-test-runtime": "^0.1.2-alpha.3",
58
+ "@prettier-ai/dsh-client-ui-primitives": "^0.1.2-alpha.3",
59
+ "@prettier-ai/dsh-client-ui-renderer": "^0.1.2-alpha.3",
60
+ "@prettier-ai/dsh-client-ui-settings": "^0.1.2-alpha.3",
61
+ "@prettier-ai/dsh-client-ui-slots": "^0.1.2-alpha.3",
62
+ "@prettier-ai/dsh-host-webserver": "^0.1.2-alpha.3",
63
+ "@prettier-ai/dsh-invariants": "^0.1.2-alpha.3",
64
+ "@prettier-ai/dsh-settings": "^0.1.2-alpha.3"
73
65
  },
74
66
  "files": [
75
67
  "lib/index.js",
@@ -80,7 +72,7 @@
80
72
  ],
81
73
  "dependencies": {
82
74
  "clsx": "^2.0.0",
83
- "@prettier-ai/schemastery": "^3.18.1"
75
+ "@prettier-ai/schemastery": "^3.18.2"
84
76
  },
85
77
  "scripts": {
86
78
  "bundle": "tsdown",