@operato/popup
Advanced tools
Comparing version 9.0.0-beta.0 to 9.0.0-beta.4
import { PropertyValues } from 'lit'; | ||
import { OxPopup } from './ox-popup'; | ||
import { OxPopup } from './ox-popup.js'; | ||
/** | ||
@@ -4,0 +4,0 @@ * Custom element representing a popup menu. It extends OxPopup. |
@@ -5,3 +5,3 @@ import { __decorate } from "tslib"; | ||
import { customElement, property } from 'lit/decorators.js'; | ||
import { OxPopup } from './ox-popup'; | ||
import { OxPopup } from './ox-popup.js'; | ||
import { convertToFixedPosition } from './position-converter.js'; | ||
@@ -8,0 +8,0 @@ function focusClosest(element) { |
import { LitElement, PropertyValues } from 'lit'; | ||
import { OxPopupMenu } from './ox-popup-menu'; | ||
import { OxPopupMenu } from './ox-popup-menu.js'; | ||
/** | ||
@@ -4,0 +4,0 @@ * Custom element representing a menu item within an OxPopup menu. |
@@ -5,3 +5,4 @@ { | ||
"author": "heartyoh", | ||
"version": "9.0.0-beta.0", | ||
"version": "9.0.0-beta.4", | ||
"type": "module", | ||
"main": "dist/src/index.js", | ||
@@ -66,4 +67,4 @@ "module": "dist/src/index.js", | ||
"@material/web": "^2.0.0", | ||
"@operato/styles": "^9.0.0-beta.0", | ||
"@operato/utils": "^9.0.0-beta.0", | ||
"@operato/styles": "^9.0.0-beta.4", | ||
"@operato/utils": "^9.0.0-beta.4", | ||
"lit": "^3.1.2" | ||
@@ -105,3 +106,3 @@ }, | ||
}, | ||
"gitHead": "22a89f0f8bf5b197ae03f409776c2d2d08cf29aa" | ||
"gitHead": "d1d762cc701221021637fda95f7399ca641afb6e" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
498353
Yes