@joinbox/overlay
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -1,4 +0,4 @@ | ||
import canReadAttributes from '../shared/canReadAttributes.js'; | ||
import createListener from '../shared/createListener.mjs'; | ||
import canRegisterElements from '../shared/canRegisterElements.js'; | ||
import canReadAttributes from '../../src/shared/canReadAttributes.js'; | ||
import createListener from '../../src/shared/createListener.mjs'; | ||
import canRegisterElements from '../../src/shared/canRegisterElements.js'; | ||
import OverlayModel from './OverlayModel.mjs'; | ||
@@ -5,0 +5,0 @@ |
@@ -1,4 +0,4 @@ | ||
import getAndValidateAttribute from '../shared/getAndValidateAttribute.mjs'; | ||
import canAnnounceElement from '../shared/canAnnounceElement.js'; | ||
import createListener from '../shared/createListener.mjs'; | ||
import getAndValidateAttribute from '../../src/shared/getAndValidateAttribute.mjs'; | ||
import canAnnounceElement from '../../src/shared/canAnnounceElement.js'; | ||
import createListener from '../../src/shared/createListener.mjs'; | ||
@@ -5,0 +5,0 @@ /* global HTMLElement */ |
{ | ||
"name": "@joinbox/overlay", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Overlay component that can be opened and closed via OverlayButtons", | ||
@@ -31,3 +31,3 @@ "main": "Overlay.js", | ||
}, | ||
"gitHead": "291f7e8bad363a81f90ef6d011a5127af8fb9eac" | ||
"gitHead": "1c9840334b6fdac6d2f947acaa84457df104a655" | ||
} |
@@ -49,4 +49,4 @@ # Overlay | ||
<!-- Import all components you use --> | ||
<script src="Overlay/OverlayElement.js"></script> | ||
<script src="Overlay/OverlayButtonElement"></script> | ||
<script src="@joinbox/overlay/OverlayElement.js"></script> | ||
<script src="@joinbox/overlay/OverlayButtonElement"></script> | ||
```` | ||
@@ -53,0 +53,0 @@ |
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
Sorry, the diff of this file is not supported yet
26232