noph-ui 0.21.9 → 0.21.10

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.
@@ -123,6 +123,9 @@
123
123
  scrollbar-color: var(--np-color-on-surface-variant) transparent;
124
124
  scrollbar-width: thin;
125
125
  }
126
+ :global(.np-menu .np-divider) {
127
+ margin-block: 0.5rem;
128
+ }
126
129
  .np-menu-container[popover] {
127
130
  color: var(--np-menu-text-color, var(--np-color-on-surface));
128
131
  background-color: var(--np-menu-container-color, var(--np-color-surface-container));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "noph-ui",
3
- "version": "0.21.9",
3
+ "version": "0.21.10",
4
4
  "license": "MIT",
5
5
  "homepage": "https://noph.dev",
6
6
  "repository": {