noph-ui 0.16.19 → 0.16.20

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.
@@ -516,13 +516,16 @@
516
516
  top: var(--_focus-outline-width, 3px);
517
517
  inset-inline-start: var(--_focus-outline-width, 0);
518
518
  }
519
- .content select {
519
+ .content * {
520
520
  all: unset;
521
521
  color: currentColor;
522
522
  font-size: 1rem;
523
523
  line-height: 1.5rem;
524
524
  overflow-wrap: revert;
525
525
  white-space: revert;
526
+ }
527
+
528
+ .content select {
526
529
  width: 0;
527
530
  height: 0;
528
531
  visibility: hidden;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "noph-ui",
3
- "version": "0.16.19",
3
+ "version": "0.16.20",
4
4
  "license": "MIT",
5
5
  "homepage": "https://noph.dev",
6
6
  "repository": {