noph-ui 0.31.4 → 0.31.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.
@@ -141,7 +141,7 @@
141
141
  scrollbar-color: var(--np-color-on-surface-variant) transparent;
142
142
  scrollbar-width: thin;
143
143
  justify-self: var(--np-menu-justify-self, anchor-center);
144
- position-area: var(--np-menu-position-area, bottom center);
144
+ position-area: var(--np-menu-position-area, bottom);
145
145
  position-try-fallbacks: flip-block;
146
146
  }
147
147
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "noph-ui",
3
- "version": "0.31.4",
3
+ "version": "0.31.5",
4
4
  "license": "MIT",
5
5
  "homepage": "https://noph.dev",
6
6
  "repository": {