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