@deepseek-ai/dsh-client-ui-settings-plugins 0.1.0-rc.2 → 0.1.0-rc.6

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.
Files changed (2) hide show
  1. package/lib/client.js +20 -20
  2. package/package.json +22 -22
package/lib/client.js CHANGED
@@ -20,17 +20,17 @@ window.__ModuleLoader__.load({
20
20
  document.head.appendChild(tag);
21
21
  }
22
22
  var fields_module_css_default = {
23
- "badges": "At1oFq_badges",
24
23
  "badgeMuted": "At1oFq_badgeMuted",
25
24
  "reset": "At1oFq_reset",
26
- "input": "At1oFq_input",
27
- "field": "At1oFq_field",
28
25
  "head": "At1oFq_head",
26
+ "hint": "At1oFq_hint",
29
27
  "label": "At1oFq_label",
28
+ "badges": "At1oFq_badges",
29
+ "field": "At1oFq_field",
30
30
  "badge": "At1oFq_badge",
31
- "hint": "At1oFq_hint",
32
- "invalid": "At1oFq_invalid",
33
- "inputInvalid": "At1oFq_inputInvalid"
31
+ "input": "At1oFq_input",
32
+ "inputInvalid": "At1oFq_inputInvalid",
33
+ "invalid": "At1oFq_invalid"
34
34
  };
35
35
  //#endregion
36
36
  //#region lib/types/client/fields.js
@@ -162,21 +162,21 @@ window.__ModuleLoader__.load({
162
162
  document.head.appendChild(tag);
163
163
  }
164
164
  var PluginCard_module_css_default = {
165
- "save": "YyYd_a_save",
166
- "cardOpen": "YyYd_a_cardOpen",
167
- "description": "YyYd_a_description",
168
- "pending": "YyYd_a_pending",
169
- "headText": "YyYd_a_headText",
170
165
  "chevronOpen": "YyYd_a_chevronOpen",
166
+ "failed": "YyYd_a_failed",
167
+ "readOnly": "YyYd_a_readOnly",
168
+ "footer": "YyYd_a_footer",
171
169
  "header": "YyYd_a_header",
170
+ "description": "YyYd_a_description",
171
+ "save": "YyYd_a_save",
172
+ "name": "YyYd_a_name",
172
173
  "chevron": "YyYd_a_chevron",
173
- "footer": "YyYd_a_footer",
174
- "discard": "YyYd_a_discard",
175
- "readOnly": "YyYd_a_readOnly",
176
- "body": "YyYd_a_body",
177
- "failed": "YyYd_a_failed",
174
+ "cardOpen": "YyYd_a_cardOpen",
175
+ "headText": "YyYd_a_headText",
178
176
  "card": "YyYd_a_card",
179
- "name": "YyYd_a_name"
177
+ "pending": "YyYd_a_pending",
178
+ "discard": "YyYd_a_discard",
179
+ "body": "YyYd_a_body"
180
180
  };
181
181
  //#endregion
182
182
  //#region lib/types/client/PluginCard.js
@@ -371,12 +371,12 @@ window.__ModuleLoader__.load({
371
371
  document.head.appendChild(tag);
372
372
  }
373
373
  var PluginsSettingsSection_module_css_default = {
374
- "panel": "pbvGtq_panel",
374
+ "heading": "pbvGtq_heading",
375
+ "cards": "pbvGtq_cards",
375
376
  "intro": "pbvGtq_intro",
376
377
  "tabs": "pbvGtq_tabs",
378
+ "panel": "pbvGtq_panel",
377
379
  "empty": "pbvGtq_empty",
378
- "cards": "pbvGtq_cards",
379
- "heading": "pbvGtq_heading",
380
380
  "tab": "pbvGtq_tab",
381
381
  "section": "pbvGtq_section"
382
382
  };
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@deepseek-ai/dsh-client-ui-settings-plugins",
3
3
  "description": "Plugins settings section with feature-owned tabs and configurable host-plane plugin cards",
4
- "version": "0.1.0-rc.2",
4
+ "version": "0.1.0-rc.6",
5
5
  "publishConfig": {
6
- "access": "restricted"
6
+ "access": "public"
7
7
  },
8
8
  "repository": {
9
9
  "type": "git",
@@ -44,31 +44,31 @@
44
44
  "license": "MIT",
45
45
  "peerDependencies": {
46
46
  "react": "^18.2.0",
47
- "@deepseek-ai/dsh-api-remotes": "^0.1.0-rc.2",
48
- "@deepseek-ai/dsh-client-connection": "^0.1.0-rc.2",
49
- "@deepseek-ai/dsh-client-locale": "^0.1.0-rc.2",
50
- "@deepseek-ai/dsh-client-ui-primitives": "^0.1.0-rc.2",
51
- "@deepseek-ai/dsh-client-ui-settings": "^0.1.0-rc.2",
52
- "@deepseek-ai/dsh-client-web-react": "^0.1.0-rc.2",
53
- "@deepseek-ai/dsh-client-ui-slots": "^0.1.0-rc.2",
54
- "@deepseek-ai/dsh-client-runtime": "^0.1.0-rc.2",
55
- "@deepseek-ai/dsh-invariants": "^0.1.0-rc.2",
56
- "@deepseek-ai/cordis": "^4.0.1"
47
+ "@deepseek-ai/dsh-api-remotes": "^0.1.0-rc.6",
48
+ "@deepseek-ai/cordis": "^4.0.1",
49
+ "@deepseek-ai/dsh-client-connection": "^0.1.0-rc.6",
50
+ "@deepseek-ai/dsh-client-locale": "^0.1.0-rc.6",
51
+ "@deepseek-ai/dsh-client-runtime": "^0.1.0-rc.6",
52
+ "@deepseek-ai/dsh-client-ui-primitives": "^0.1.0-rc.6",
53
+ "@deepseek-ai/dsh-client-ui-settings": "^0.1.0-rc.6",
54
+ "@deepseek-ai/dsh-client-ui-slots": "^0.1.0-rc.6",
55
+ "@deepseek-ai/dsh-client-web-react": "^0.1.0-rc.6",
56
+ "@deepseek-ai/dsh-invariants": "^0.1.0-rc.6"
57
57
  },
58
58
  "devDependencies": {
59
59
  "@types/react": "~18.3.1",
60
60
  "react": "^18.2.0",
61
- "@deepseek-ai/dsh-api-remotes": "^0.1.0-rc.2",
62
- "@deepseek-ai/dsh-client-connection": "^0.1.0-rc.2",
63
- "@deepseek-ai/dsh-client-locale": "^0.1.0-rc.2",
64
- "@deepseek-ai/dsh-client-runtime": "^0.1.0-rc.2",
65
- "@deepseek-ai/dsh-client-test-runtime": "^0.1.0-rc.2",
66
61
  "@deepseek-ai/cordis": "^4.0.1",
67
- "@deepseek-ai/dsh-client-ui-settings": "^0.1.0-rc.2",
68
- "@deepseek-ai/dsh-client-ui-slots": "^0.1.0-rc.2",
69
- "@deepseek-ai/dsh-client-web-react": "^0.1.0-rc.2",
70
- "@deepseek-ai/dsh-invariants": "^0.1.0-rc.2",
71
- "@deepseek-ai/dsh-client-ui-primitives": "^0.1.0-rc.2"
62
+ "@deepseek-ai/dsh-client-locale": "^0.1.0-rc.6",
63
+ "@deepseek-ai/dsh-api-remotes": "^0.1.0-rc.6",
64
+ "@deepseek-ai/dsh-client-connection": "^0.1.0-rc.6",
65
+ "@deepseek-ai/dsh-client-runtime": "^0.1.0-rc.6",
66
+ "@deepseek-ai/dsh-client-test-runtime": "^0.1.0-rc.6",
67
+ "@deepseek-ai/dsh-client-ui-primitives": "^0.1.0-rc.6",
68
+ "@deepseek-ai/dsh-client-ui-settings": "^0.1.0-rc.6",
69
+ "@deepseek-ai/dsh-client-web-react": "^0.1.0-rc.6",
70
+ "@deepseek-ai/dsh-client-ui-slots": "^0.1.0-rc.6",
71
+ "@deepseek-ai/dsh-invariants": "^0.1.0-rc.6"
72
72
  },
73
73
  "files": [
74
74
  "lib/index.js",