noph-ui 0.31.3 → 0.31.4

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.
@@ -142,7 +142,7 @@
142
142
  scrollbar-width: thin;
143
143
  justify-self: var(--np-menu-justify-self, anchor-center);
144
144
  position-area: var(--np-menu-position-area, bottom center);
145
- position-try: normal flip-block;
145
+ position-try-fallbacks: flip-block;
146
146
  }
147
147
 
148
148
  .np-menu-container:popover-open {
@@ -125,7 +125,7 @@
125
125
  font-size: 0.75rem;
126
126
  justify-self: var(--np-tooltip-justify-self, anchor-center);
127
127
  position-area: var(--np-tooltip-position-area, top);
128
- position-try: normal flip-block;
128
+ position-try-fallbacks: flip-block;
129
129
  }
130
130
  .np-tooltip:popover-open {
131
131
  opacity: 1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "noph-ui",
3
- "version": "0.31.3",
3
+ "version": "0.31.4",
4
4
  "license": "MIT",
5
5
  "homepage": "https://noph.dev",
6
6
  "repository": {