@seastudio/sdk 4.0.6 → 4.0.10

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/dist/ui/index.cjs CHANGED
@@ -1,58 +1,58 @@
1
1
  'use strict';
2
2
 
3
- var chunkRGBW5MI2_cjs = require('../chunk-RGBW5MI2.cjs');
3
+ var chunk2L26XL3M_cjs = require('../chunk-2L26XL3M.cjs');
4
4
 
5
5
 
6
6
 
7
7
  Object.defineProperty(exports, "DialogBody", {
8
8
  enumerable: true,
9
- get: function () { return chunkRGBW5MI2_cjs.DialogBody; }
9
+ get: function () { return chunk2L26XL3M_cjs.DialogBody; }
10
10
  });
11
11
  Object.defineProperty(exports, "DialogButton", {
12
12
  enumerable: true,
13
- get: function () { return chunkRGBW5MI2_cjs.DialogButton; }
13
+ get: function () { return chunk2L26XL3M_cjs.DialogButton; }
14
14
  });
15
15
  Object.defineProperty(exports, "DialogContainer", {
16
16
  enumerable: true,
17
- get: function () { return chunkRGBW5MI2_cjs.DialogContainer; }
17
+ get: function () { return chunk2L26XL3M_cjs.DialogContainer; }
18
18
  });
19
19
  Object.defineProperty(exports, "DialogFooter", {
20
20
  enumerable: true,
21
- get: function () { return chunkRGBW5MI2_cjs.DialogFooter; }
21
+ get: function () { return chunk2L26XL3M_cjs.DialogFooter; }
22
22
  });
23
23
  Object.defineProperty(exports, "DialogHeader", {
24
24
  enumerable: true,
25
- get: function () { return chunkRGBW5MI2_cjs.DialogHeader; }
25
+ get: function () { return chunk2L26XL3M_cjs.DialogHeader; }
26
26
  });
27
27
  Object.defineProperty(exports, "DialogOverlay", {
28
28
  enumerable: true,
29
- get: function () { return chunkRGBW5MI2_cjs.DialogOverlay; }
29
+ get: function () { return chunk2L26XL3M_cjs.DialogOverlay; }
30
30
  });
31
31
  Object.defineProperty(exports, "MenuContainer", {
32
32
  enumerable: true,
33
- get: function () { return chunkRGBW5MI2_cjs.MenuContainer; }
33
+ get: function () { return chunk2L26XL3M_cjs.MenuContainer; }
34
34
  });
35
35
  Object.defineProperty(exports, "MenuEmpty", {
36
36
  enumerable: true,
37
- get: function () { return chunkRGBW5MI2_cjs.MenuEmpty; }
37
+ get: function () { return chunk2L26XL3M_cjs.MenuEmpty; }
38
38
  });
39
39
  Object.defineProperty(exports, "MenuItem", {
40
40
  enumerable: true,
41
- get: function () { return chunkRGBW5MI2_cjs.MenuItem; }
41
+ get: function () { return chunk2L26XL3M_cjs.MenuItem; }
42
42
  });
43
43
  Object.defineProperty(exports, "MenuSeparator", {
44
44
  enumerable: true,
45
- get: function () { return chunkRGBW5MI2_cjs.MenuSeparator; }
45
+ get: function () { return chunk2L26XL3M_cjs.MenuSeparator; }
46
46
  });
47
47
  Object.defineProperty(exports, "Tab", {
48
48
  enumerable: true,
49
- get: function () { return chunkRGBW5MI2_cjs.Tab; }
49
+ get: function () { return chunk2L26XL3M_cjs.Tab; }
50
50
  });
51
51
  Object.defineProperty(exports, "cn", {
52
52
  enumerable: true,
53
- get: function () { return chunkRGBW5MI2_cjs.cn; }
53
+ get: function () { return chunk2L26XL3M_cjs.cn; }
54
54
  });
55
55
  Object.defineProperty(exports, "showHostContextMenu", {
56
56
  enumerable: true,
57
- get: function () { return chunkRGBW5MI2_cjs.showHostContextMenu; }
57
+ get: function () { return chunk2L26XL3M_cjs.showHostContextMenu; }
58
58
  });
package/dist/ui/index.js CHANGED
@@ -1 +1 @@
1
- export { DialogBody, DialogButton, DialogContainer, DialogFooter, DialogHeader, DialogOverlay, MenuContainer, MenuEmpty, MenuItem, MenuSeparator, Tab, cn, showHostContextMenu } from '../chunk-KAEDK3UR.js';
1
+ export { DialogBody, DialogButton, DialogContainer, DialogFooter, DialogHeader, DialogOverlay, MenuContainer, MenuEmpty, MenuItem, MenuSeparator, Tab, cn, showHostContextMenu } from '../chunk-BIOX6KGR.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seastudio/sdk",
3
- "version": "4.0.6",
3
+ "version": "4.0.10",
4
4
  "description": "SeaStudio SDK - UI 组件 + MCP 信息交换中心",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",
package/src/ui/cosmos.css CHANGED
@@ -262,7 +262,8 @@ div {
262
262
  }
263
263
 
264
264
  button,
265
- .select-none {
265
+ .select-none,
266
+ .select-none * {
266
267
  user-select: none;
267
268
  -webkit-user-select: none;
268
269
  }