sccoreui 5.6.4 → 5.6.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.
@@ -8341,13 +8341,13 @@ input[type="number"]::-webkit-outer-spin-button {
8341
8341
  border-radius: 6px;
8342
8342
  }
8343
8343
 
8344
- .p-disabled {
8344
+ /* .p-disabled {
8345
8345
  .p-inputtext {
8346
8346
  border: 1px solid var(--gray-300);
8347
8347
  background-color: var(--gray-50);
8348
8348
  color: var(--gray-500);
8349
8349
  }
8350
- }
8350
+ } */
8351
8351
 
8352
8352
 
8353
8353
  .last-item-bg-color ul li:last-child {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sccoreui",
3
- "version": "5.6.4",
3
+ "version": "5.6.5",
4
4
  "description": "ui-sccore",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",