@deepseek-ai/dsh-client-ui-model-selection 0.0.1-rc.3 → 0.0.1-rc.5

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 +19 -19
  2. package/package.json +24 -24
package/lib/client.js CHANGED
@@ -241,31 +241,31 @@ window.__ModuleLoader__.load({
241
241
  document.head.appendChild(tag);
242
242
  }
243
243
  var ModelSelect_module_css_default = {
244
- "cellLabel": "_7KE1Ra_cellLabel",
245
- "chevronOpen": "_7KE1Ra_chevronOpen",
246
- "triggerEffort": "_7KE1Ra_triggerEffort",
247
- "cellValue": "_7KE1Ra_cellValue",
248
- "cellChevron": "_7KE1Ra_cellChevron",
249
- "triggerLabel": "_7KE1Ra_triggerLabel",
250
- "root": "_7KE1Ra_root",
251
- "modelName": "_7KE1Ra_modelName",
252
- "check": "_7KE1Ra_check",
244
+ "retry": "_7KE1Ra_retry",
245
+ "group": "_7KE1Ra_group",
253
246
  "menu": "_7KE1Ra_menu",
247
+ "triggerLabel": "_7KE1Ra_triggerLabel",
248
+ "trigger": "_7KE1Ra_trigger",
249
+ "warning": "_7KE1Ra_warning",
254
250
  "groups": "_7KE1Ra_groups",
255
- "group": "_7KE1Ra_group",
256
- "status": "_7KE1Ra_status",
251
+ "description": "_7KE1Ra_description",
257
252
  "empty": "_7KE1Ra_empty",
258
- "groupTitle": "_7KE1Ra_groupTitle",
253
+ "root": "_7KE1Ra_root",
254
+ "selected": "_7KE1Ra_selected",
259
255
  "optionCopy": "_7KE1Ra_optionCopy",
260
- "trigger": "_7KE1Ra_trigger",
261
- "option": "_7KE1Ra_option",
262
- "retry": "_7KE1Ra_retry",
263
- "description": "_7KE1Ra_description",
264
- "error": "_7KE1Ra_error",
256
+ "check": "_7KE1Ra_check",
265
257
  "cell": "_7KE1Ra_cell",
258
+ "status": "_7KE1Ra_status",
259
+ "cellLabel": "_7KE1Ra_cellLabel",
260
+ "cellValue": "_7KE1Ra_cellValue",
261
+ "triggerEffort": "_7KE1Ra_triggerEffort",
266
262
  "chevron": "_7KE1Ra_chevron",
267
- "warning": "_7KE1Ra_warning",
268
- "selected": "_7KE1Ra_selected"
263
+ "modelName": "_7KE1Ra_modelName",
264
+ "error": "_7KE1Ra_error",
265
+ "cellChevron": "_7KE1Ra_cellChevron",
266
+ "chevronOpen": "_7KE1Ra_chevronOpen",
267
+ "groupTitle": "_7KE1Ra_groupTitle",
268
+ "option": "_7KE1Ra_option"
269
269
  };
270
270
  //#endregion
271
271
  //#region lib/types/client/ModelSelect.js
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@deepseek-ai/dsh-client-ui-model-selection",
3
3
  "description": "Model selection: the /model popupSelect over session.models / session.selectModel",
4
- "version": "0.0.1-rc.3",
4
+ "version": "0.0.1-rc.5",
5
5
  "publishConfig": {
6
6
  "access": "restricted"
7
7
  },
@@ -44,34 +44,34 @@
44
44
  "peerDependencies": {
45
45
  "clsx": "^2.1.1",
46
46
  "react": "^18.2.0",
47
- "@deepseek-ai/dsh-api-remotes": "^0.0.1-rc.3",
48
- "@deepseek-ai/dsh-client-connection": "^0.0.1-rc.3",
49
- "@deepseek-ai/dsh-client-locale": "^0.0.1-rc.3",
50
- "@deepseek-ai/dsh-client-runtime": "^0.0.1-rc.3",
51
- "@deepseek-ai/dsh-client-ui-commands": "^0.0.1-rc.3",
52
- "@deepseek-ai/dsh-client-ui-conversation": "^0.0.1-rc.3",
53
- "@deepseek-ai/dsh-client-ui-primitives": "^0.0.1-rc.3",
54
- "@deepseek-ai/dsh-client-ui-input-trigger": "^0.0.1-rc.3",
55
- "@deepseek-ai/dsh-invariants": "^0.0.1-rc.3",
56
- "@deepseek-ai/cordis": "^4.0.1-rc.1",
57
- "@deepseek-ai/dsh-client-ui-slots": "^0.0.1-rc.3"
47
+ "@deepseek-ai/dsh-api-remotes": "^0.0.1-rc.5",
48
+ "@deepseek-ai/dsh-client-connection": "^0.0.1-rc.5",
49
+ "@deepseek-ai/dsh-client-locale": "^0.0.1-rc.5",
50
+ "@deepseek-ai/dsh-client-ui-commands": "^0.0.1-rc.5",
51
+ "@deepseek-ai/dsh-client-runtime": "^0.0.1-rc.5",
52
+ "@deepseek-ai/dsh-client-ui-conversation": "^0.0.1-rc.5",
53
+ "@deepseek-ai/dsh-client-ui-primitives": "^0.0.1-rc.5",
54
+ "@deepseek-ai/dsh-client-ui-input-trigger": "^0.0.1-rc.5",
55
+ "@deepseek-ai/dsh-client-ui-slots": "^0.0.1-rc.5",
56
+ "@deepseek-ai/dsh-invariants": "^0.0.1-rc.5",
57
+ "@deepseek-ai/cordis": "^4.0.1-rc.4"
58
58
  },
59
59
  "devDependencies": {
60
60
  "@types/react": "~18.3.1",
61
61
  "clsx": "^2.1.1",
62
62
  "react": "^18.2.0",
63
- "@deepseek-ai/dsh-client-connection": "^0.0.1-rc.3",
64
- "@deepseek-ai/dsh-api-remotes": "^0.0.1-rc.3",
65
- "@deepseek-ai/dsh-client-locale": "^0.0.1-rc.3",
66
- "@deepseek-ai/dsh-client-runtime": "^0.0.1-rc.3",
67
- "@deepseek-ai/dsh-client-test-runtime": "^0.0.1-rc.3",
68
- "@deepseek-ai/dsh-client-ui-commands": "^0.0.1-rc.3",
69
- "@deepseek-ai/dsh-client-ui-conversation": "^0.0.1-rc.3",
70
- "@deepseek-ai/dsh-client-ui-primitives": "^0.0.1-rc.3",
71
- "@deepseek-ai/dsh-client-ui-slots": "^0.0.1-rc.3",
72
- "@deepseek-ai/dsh-invariants": "^0.0.1-rc.3",
73
- "@deepseek-ai/cordis": "^4.0.1-rc.1",
74
- "@deepseek-ai/dsh-client-ui-input-trigger": "^0.0.1-rc.3"
63
+ "@deepseek-ai/dsh-api-remotes": "^0.0.1-rc.5",
64
+ "@deepseek-ai/dsh-client-connection": "^0.0.1-rc.5",
65
+ "@deepseek-ai/dsh-client-locale": "^0.0.1-rc.5",
66
+ "@deepseek-ai/dsh-client-runtime": "^0.0.1-rc.5",
67
+ "@deepseek-ai/dsh-client-test-runtime": "^0.0.1-rc.5",
68
+ "@deepseek-ai/dsh-client-ui-commands": "^0.0.1-rc.5",
69
+ "@deepseek-ai/dsh-client-ui-conversation": "^0.0.1-rc.5",
70
+ "@deepseek-ai/dsh-client-ui-primitives": "^0.0.1-rc.5",
71
+ "@deepseek-ai/dsh-client-ui-input-trigger": "^0.0.1-rc.5",
72
+ "@deepseek-ai/dsh-client-ui-slots": "^0.0.1-rc.5",
73
+ "@deepseek-ai/dsh-invariants": "^0.0.1-rc.5",
74
+ "@deepseek-ai/cordis": "^4.0.1-rc.4"
75
75
  },
76
76
  "files": [
77
77
  "lib/index.js",