@opensumi/ide-components 3.8.3-next-1744965047.0 → 3.8.3-next-1744969919.0

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/index.css CHANGED
@@ -1212,9 +1212,14 @@
1212
1212
  }
1213
1213
  .kt-select-container .kt-select-value.kt-select-disabled {
1214
1214
  pointer-events: none;
1215
+ cursor: not-allowed;
1215
1216
  background-color: var(--kt-select-disableBackground);
1216
1217
  color: var(--kt-select-disableForeground);
1217
1218
  }
1219
+ .kt-select-container .kt-select-value.kt-select-disabled .kt-select-option,
1220
+ .kt-select-container .kt-select-value.kt-select-disabled .kt-icon {
1221
+ color: inherit;
1222
+ }
1218
1223
  .kt-select-container .kt-select-value.kt-select-warning {
1219
1224
  border-color: var(--kt-select-warningForeground);
1220
1225
  }
@@ -2459,9 +2464,14 @@
2459
2464
  }
2460
2465
  .kt-select-container .kt-select-value.kt-select-disabled {
2461
2466
  pointer-events: none;
2467
+ cursor: not-allowed;
2462
2468
  background-color: var(--kt-select-disableBackground);
2463
2469
  color: var(--kt-select-disableForeground);
2464
2470
  }
2471
+ .kt-select-container .kt-select-value.kt-select-disabled .kt-select-option,
2472
+ .kt-select-container .kt-select-value.kt-select-disabled .kt-icon {
2473
+ color: inherit;
2474
+ }
2465
2475
  .kt-select-container .kt-select-value.kt-select-warning {
2466
2476
  border-color: var(--kt-select-warningForeground);
2467
2477
  }
@@ -66,8 +66,13 @@
66
66
 
67
67
  &.kt-select-disabled {
68
68
  pointer-events: none;
69
+ cursor: not-allowed;
69
70
  background-color: var(--kt-select-disableBackground);
70
71
  color: var(--kt-select-disableForeground);
72
+ .kt-select-option,
73
+ .kt-icon {
74
+ color: inherit;
75
+ }
71
76
  }
72
77
  &.kt-select-warning {
73
78
  border-color: var(--kt-select-warningForeground);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opensumi/ide-components",
3
- "version": "3.8.3-next-1744965047.0",
3
+ "version": "3.8.3-next-1744969919.0",
4
4
  "description": "@opensumi/ide-components",
5
5
  "license": "MIT",
6
6
  "main": "lib/index.js",
@@ -16,8 +16,8 @@
16
16
  },
17
17
  "dependencies": {
18
18
  "@ant-design/icons": "^4.6.4",
19
- "@opensumi/ide-core-common": "3.8.3-next-1744965047.0",
20
- "@opensumi/ide-utils": "3.8.3-next-1744965047.0",
19
+ "@opensumi/ide-core-common": "3.8.3-next-1744969919.0",
20
+ "@opensumi/ide-utils": "3.8.3-next-1744969919.0",
21
21
  "@opensumi/react-custom-scrollbars-2": "^4.3.4",
22
22
  "@rc-component/mini-decimal": "^1.0.1",
23
23
  "fuzzy": "^0.1.3",
@@ -39,10 +39,10 @@
39
39
  "react-window": "^1.8.5"
40
40
  },
41
41
  "devDependencies": {
42
- "@opensumi/ide-dev-tool": "3.8.3-next-1744965047.0",
42
+ "@opensumi/ide-dev-tool": "3.8.3-next-1744969919.0",
43
43
  "@types/marked": "^4.0.7",
44
44
  "@types/react-window": "^1.8.5",
45
45
  "prop-types": "^15.8.1"
46
46
  },
47
- "gitHead": "5f6ca599cf95d6c08da547d5086806cff67da895"
47
+ "gitHead": "4f5c5f5d5026d4c12d347c1cb21193f93ecba97d"
48
48
  }