@opensumi/ide-components 3.8.3-next-1744791676.0 → 3.8.3-next-1744855903.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,14 +1212,9 @@
1212
1212
  }
1213
1213
  .kt-select-container .kt-select-value.kt-select-disabled {
1214
1214
  pointer-events: none;
1215
- cursor: not-allowed;
1216
1215
  background-color: var(--kt-select-disableBackground);
1217
1216
  color: var(--kt-select-disableForeground);
1218
1217
  }
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
- }
1223
1218
  .kt-select-container .kt-select-value.kt-select-warning {
1224
1219
  border-color: var(--kt-select-warningForeground);
1225
1220
  }
@@ -2464,14 +2459,9 @@
2464
2459
  }
2465
2460
  .kt-select-container .kt-select-value.kt-select-disabled {
2466
2461
  pointer-events: none;
2467
- cursor: not-allowed;
2468
2462
  background-color: var(--kt-select-disableBackground);
2469
2463
  color: var(--kt-select-disableForeground);
2470
2464
  }
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
- }
2475
2465
  .kt-select-container .kt-select-value.kt-select-warning {
2476
2466
  border-color: var(--kt-select-warningForeground);
2477
2467
  }
@@ -66,13 +66,8 @@
66
66
 
67
67
  &.kt-select-disabled {
68
68
  pointer-events: none;
69
- cursor: not-allowed;
70
69
  background-color: var(--kt-select-disableBackground);
71
70
  color: var(--kt-select-disableForeground);
72
- .kt-select-option,
73
- .kt-icon {
74
- color: inherit;
75
- }
76
71
  }
77
72
  &.kt-select-warning {
78
73
  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-1744791676.0",
3
+ "version": "3.8.3-next-1744855903.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-1744791676.0",
20
- "@opensumi/ide-utils": "3.8.3-next-1744791676.0",
19
+ "@opensumi/ide-core-common": "3.8.3-next-1744855903.0",
20
+ "@opensumi/ide-utils": "3.8.3-next-1744855903.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-1744791676.0",
42
+ "@opensumi/ide-dev-tool": "3.8.3-next-1744855903.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": "f88022f50075ffc43b6a09a32699676782ec8251"
47
+ "gitHead": "a72db5eb5c22b04a29f57d59b8f070a705b654cd"
48
48
  }