@hotosm/ui 0.8.0 → 0.8.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.
- package/README.md +0 -1
- package/dist/chunks/{chunk.MYCDEEQF.js → chunk.3FIEOVXD.js} +1 -1
- package/dist/chunks/{chunk.BMD7HOGS.js → chunk.3T33Y2BX.js} +29 -24
- package/dist/chunks/{chunk.F26WEVPO.js → chunk.6WYUOJRX.js} +53 -10
- package/dist/components/header/header.component.d.ts +30 -6
- package/dist/components/header/header.component.js +1 -1
- package/dist/components/header/header.js +1 -1
- package/dist/components/header/header.styles.d.ts +0 -1
- package/dist/components/header/header.styles.js +1 -1
- package/dist/hotosm-ui.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -228,7 +228,6 @@ all HOT tools (Option B from the styles section above):
|
|
|
228
228
|
// Include the attribute to make it true.
|
|
229
229
|
const hdr = document.getElementById('hdr');
|
|
230
230
|
hdr.drawer = true; // enable the hamburger drawer
|
|
231
|
-
hdr.borderBottom = true; // enable bottom border
|
|
232
231
|
</script>
|
|
233
232
|
</body>
|
|
234
233
|
</html>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{b as e}from"./chunk.
|
|
1
|
+
import{b as e}from"./chunk.3T33Y2BX.js";var a=e;customElements.get("hot-header")||customElements.define("hot-header",e);export{a};
|