noph-ui 0.26.7 → 0.26.8

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.
@@ -394,14 +394,24 @@
394
394
  .error:focus-within label {
395
395
  color: var(--np-color-error);
396
396
  }
397
+
398
+ .error:hover label,
399
+ .error:hover .arrow {
400
+ color: var(--np-color-on-error-container);
401
+ }
402
+
397
403
  .error .np-select-outline,
398
- .error:hover .np-select-outline,
399
404
  .error:focus-within .np-select-outline,
400
405
  .error .np-select-filled,
401
406
  .error:focus-within .np-select-filled {
402
407
  border-color: var(--np-color-error);
403
408
  }
404
409
 
410
+ .error:hover .np-select-outline,
411
+ .error:hover .np-select-filled {
412
+ border-color: var(--np-color-on-error-container);
413
+ }
414
+
405
415
  .disabled .np-select-filled {
406
416
  background: color-mix(in srgb, var(--np-color-on-surface) 4%, transparent);
407
417
  border-block-end-color: color-mix(in srgb, var(--np-color-on-surface) 38%, transparent);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "noph-ui",
3
- "version": "0.26.7",
3
+ "version": "0.26.8",
4
4
  "license": "MIT",
5
5
  "homepage": "https://noph.dev",
6
6
  "repository": {