@monotykamary/dsh-client-ui-settings-updates 0.1.7 → 0.1.9

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/README.i18n.yaml CHANGED
@@ -1,6 +1,6 @@
1
1
  # Bilingual-pair consistency record (docs/i18n/README.md): the git blob hash of each
2
2
  # side as of the last confirmed-consistent state. Both languages carry equal authority;
3
3
  # after editing either side, bring the other along and re-record with:
4
- # pnpm run verify-translation-pairing --write packages/client/ui-settings-updates/README.md
4
+ # bun run verify-translation-pairing --write packages/client/ui-settings-updates/README.md
5
5
  README.md: dd28f0b00021a4b799527eaa65bc087a1b5e6f51
6
6
  README.zh.md: 8452b848daa50b94105ad474f8327c42e388e0e2
package/lib/client.js CHANGED
@@ -7,8 +7,8 @@ window.__ModuleLoader__.load({
7
7
  let react_jsx_runtime = require("react/jsx-runtime");
8
8
  let react = require("react");
9
9
  let _monotykamary_dsh_client_ui_primitives = require("@monotykamary/dsh-client-ui-primitives");
10
- //#region \0dsh-css:/home/runner/work/deepseek-harness/deepseek-harness/packages/client/ui-settings-updates/src/client/UpdateSettings.module.css.mjs
11
- const css = ".Fitqkq_section{color:var(--dsw-alias-label-primary);flex-direction:column;gap:20px;padding:24px;display:flex}.Fitqkq_heading,.Fitqkq_package,.Fitqkq_actions{justify-content:space-between;align-items:center;gap:12px;display:flex}.Fitqkq_heading>div,.Fitqkq_failure{flex-direction:column;align-items:flex-start;gap:8px;display:flex}.Fitqkq_heading p,.Fitqkq_status{color:var(--dsw-alias-label-secondary)}.Fitqkq_packages{flex-direction:column;gap:8px;padding:0;list-style:none;display:flex}.Fitqkq_package,.Fitqkq_command,.Fitqkq_warning,.Fitqkq_notice{border:1px solid var(--dsw-alias-border-l2);background:var(--dsw-alias-bg-layer-2);border-radius:8px;padding:12px}.Fitqkq_package code,.Fitqkq_command{color:var(--dsw-alias-label-secondary)}.Fitqkq_command{overflow-wrap:anywhere}.Fitqkq_state{color:var(--dsw-alias-label-secondary)}.Fitqkq_state[data-available=true],.Fitqkq_warning{color:var(--dsw-alias-state-warning-primary)}.Fitqkq_notice{color:var(--dsw-alias-state-success-primary)}.Fitqkq_health,.Fitqkq_readinessContent,.Fitqkq_diagnostics{flex-direction:column;gap:12px;display:flex}.Fitqkq_diagnostics{padding:0;list-style:none}.Fitqkq_diagnostics li{border:1px solid var(--dsw-alias-border-l2);background:var(--dsw-alias-bg-layer-2);border-radius:8px;padding:12px}.Fitqkq_diagnostics li[data-severity=blocking]{color:var(--dsw-alias-state-error-primary)}.Fitqkq_readinessDialog{width:min(560px,100vw - 32px)}.Fitqkq_readinessContent{color:var(--dsw-alias-label-primary);padding:24px}.Fitqkq_badge{background:var(--dsw-alias-state-error-primary);border-radius:50%;flex:none;width:8px;height:8px}";
10
+ //#region \0dsh-css:/Users/monotykamary/VCS/working-remote/open-source/deepseek-harness/packages/client/ui-settings-updates/src/client/UpdateSettings.module.css.mjs
11
+ const css = "._0Z0qSa_section{color:var(--dsw-alias-label-primary);flex-direction:column;gap:20px;padding:24px;display:flex}._0Z0qSa_heading,._0Z0qSa_package,._0Z0qSa_actions{justify-content:space-between;align-items:center;gap:12px;display:flex}._0Z0qSa_heading>div,._0Z0qSa_failure{flex-direction:column;align-items:flex-start;gap:8px;display:flex}._0Z0qSa_heading p,._0Z0qSa_status{color:var(--dsw-alias-label-secondary)}._0Z0qSa_packages{flex-direction:column;gap:8px;padding:0;list-style:none;display:flex}._0Z0qSa_package,._0Z0qSa_command,._0Z0qSa_warning,._0Z0qSa_notice{border:1px solid var(--dsw-alias-border-l2);background:var(--dsw-alias-bg-layer-2);border-radius:8px;padding:12px}._0Z0qSa_package code,._0Z0qSa_command{color:var(--dsw-alias-label-secondary)}._0Z0qSa_command{overflow-wrap:anywhere}._0Z0qSa_state{color:var(--dsw-alias-label-secondary)}._0Z0qSa_state[data-available=true],._0Z0qSa_warning{color:var(--dsw-alias-state-warning-primary)}._0Z0qSa_notice{color:var(--dsw-alias-state-success-primary)}._0Z0qSa_health,._0Z0qSa_readinessContent,._0Z0qSa_diagnostics{flex-direction:column;gap:12px;display:flex}._0Z0qSa_diagnostics{padding:0;list-style:none}._0Z0qSa_diagnostics li{border:1px solid var(--dsw-alias-border-l2);background:var(--dsw-alias-bg-layer-2);border-radius:8px;padding:12px}._0Z0qSa_diagnostics li[data-severity=blocking]{color:var(--dsw-alias-state-error-primary)}._0Z0qSa_readinessDialog{width:min(560px,100vw - 32px)}._0Z0qSa_readinessContent{color:var(--dsw-alias-label-primary);padding:24px}._0Z0qSa_badge{background:var(--dsw-alias-state-error-primary);border-radius:50%;flex:none;width:8px;height:8px}";
12
12
  const tagId = "@monotykamary/dsh-client-ui-settings-updates/UpdateSettings.module.css";
13
13
  if (typeof document !== "undefined" && document.querySelector("style[data-plugin-css=" + JSON.stringify(tagId) + "]") === null) {
14
14
  const tag = document.createElement("style");
@@ -18,22 +18,22 @@ window.__ModuleLoader__.load({
18
18
  document.head.appendChild(tag);
19
19
  }
20
20
  var UpdateSettings_module_css_default = {
21
- "actions": "Fitqkq_actions",
22
- "badge": "Fitqkq_badge",
23
- "command": "Fitqkq_command",
24
- "diagnostics": "Fitqkq_diagnostics",
25
- "failure": "Fitqkq_failure",
26
- "heading": "Fitqkq_heading",
27
- "health": "Fitqkq_health",
28
- "notice": "Fitqkq_notice",
29
- "package": "Fitqkq_package",
30
- "packages": "Fitqkq_packages",
31
- "readinessContent": "Fitqkq_readinessContent",
32
- "readinessDialog": "Fitqkq_readinessDialog",
33
- "section": "Fitqkq_section",
34
- "state": "Fitqkq_state",
35
- "status": "Fitqkq_status",
36
- "warning": "Fitqkq_warning"
21
+ "actions": "_0Z0qSa_actions",
22
+ "badge": "_0Z0qSa_badge",
23
+ "command": "_0Z0qSa_command",
24
+ "diagnostics": "_0Z0qSa_diagnostics",
25
+ "failure": "_0Z0qSa_failure",
26
+ "heading": "_0Z0qSa_heading",
27
+ "health": "_0Z0qSa_health",
28
+ "notice": "_0Z0qSa_notice",
29
+ "package": "_0Z0qSa_package",
30
+ "packages": "_0Z0qSa_packages",
31
+ "readinessContent": "_0Z0qSa_readinessContent",
32
+ "readinessDialog": "_0Z0qSa_readinessDialog",
33
+ "section": "_0Z0qSa_section",
34
+ "state": "_0Z0qSa_state",
35
+ "status": "_0Z0qSa_status",
36
+ "warning": "_0Z0qSa_warning"
37
37
  };
38
38
  //#endregion
39
39
  //#region lib/types/client/UpdateSettings.js
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@monotykamary/dsh-client-ui-settings-updates",
3
3
  "description": "Distribution Updates page and Settings badge",
4
- "version": "0.1.7",
4
+ "version": "0.1.9",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -39,37 +39,37 @@
39
39
  "platform": "web"
40
40
  }
41
41
  },
42
+ "scripts": {
43
+ "bundle": "tsdown",
44
+ "watch": "tsdown --watch"
45
+ },
42
46
  "license": "MIT",
43
47
  "peerDependencies": {
44
48
  "@monotykamary/cordis": "^4.0.1",
45
- "@monotykamary/dsh-api-remotes": "^0.1.7",
46
- "@monotykamary/dsh-client-locale": "^0.1.7",
47
- "@monotykamary/dsh-client-runtime": "^0.1.7",
48
- "@monotykamary/dsh-client-ui-settings": "^0.1.7",
49
- "@monotykamary/dsh-invariants": "^0.1.7"
49
+ "@monotykamary/dsh-api-remotes": "^0.1.9",
50
+ "@monotykamary/dsh-client-locale": "^0.1.9",
51
+ "@monotykamary/dsh-client-runtime": "^0.1.9",
52
+ "@monotykamary/dsh-client-ui-settings": "^0.1.9",
53
+ "@monotykamary/dsh-invariants": "^0.1.9"
50
54
  },
51
55
  "devDependencies": {
56
+ "@monotykamary/cordis": "^4.0.1",
57
+ "@monotykamary/dsh-api-remotes": "^0.1.9",
58
+ "@monotykamary/dsh-client-locale": "^0.1.9",
59
+ "@monotykamary/dsh-client-runtime": "^0.1.9",
60
+ "@monotykamary/dsh-client-ui-primitives": "^0.1.9",
61
+ "@monotykamary/dsh-client-ui-settings": "^0.1.9",
62
+ "@monotykamary/dsh-client-ui-slots": "^0.1.9",
63
+ "@monotykamary/dsh-invariants": "^0.1.9",
52
64
  "@types/react": "~18.3.1",
53
65
  "react": "^18.2.0",
54
66
  "@testing-library/react": "^16.1.0",
55
- "react-dom": "^18.2.0",
56
- "@monotykamary/cordis": "^4.0.1",
57
- "@monotykamary/dsh-api-remotes": "^0.1.7",
58
- "@monotykamary/dsh-client-locale": "^0.1.7",
59
- "@monotykamary/dsh-client-ui-primitives": "^0.1.7",
60
- "@monotykamary/dsh-client-ui-settings": "^0.1.7",
61
- "@monotykamary/dsh-client-runtime": "^0.1.7",
62
- "@monotykamary/dsh-client-ui-slots": "^0.1.7",
63
- "@monotykamary/dsh-invariants": "^0.1.7"
67
+ "react-dom": "^18.2.0"
64
68
  },
65
69
  "files": [
66
70
  "lib/index.js",
67
71
  "lib/invariant.js",
68
72
  "lib/client.js",
69
73
  "lib/types/**/*.d.ts"
70
- ],
71
- "scripts": {
72
- "bundle": "tsdown",
73
- "watch": "tsdown --watch"
74
- }
75
- }
74
+ ]
75
+ }
package/LICENSE DELETED
@@ -1,21 +0,0 @@
1
- MIT License
2
-
3
- Copyright (c) 2026 DeepSeek
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.