noph-ui 0.7.0 → 0.7.1

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.
@@ -103,6 +103,7 @@
103
103
  margin-top: 2px;
104
104
  position-area: bottom;
105
105
  position-try-fallbacks: --menu-top;
106
+ justify-self: anchor-center;
106
107
  transition:
107
108
  display 0.2s allow-discrete,
108
109
  opacity 0.2s linear;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "noph-ui",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
4
4
  "license": "MIT",
5
5
  "homepage": "https://noph.dev",
6
6
  "repository": {
@@ -70,7 +70,7 @@
70
70
  "svelte-check": "^4.1.1",
71
71
  "typescript": "^5.7.2",
72
72
  "typescript-eslint": "^8.18.2",
73
- "vite": "^6.0.5",
73
+ "vite": "^6.0.6",
74
74
  "vitest": "^2.1.8"
75
75
  },
76
76
  "svelte": "./dist/index.js",