app-layout-frame 0.0.10 → 0.0.11

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/dist/index.css CHANGED
@@ -7,6 +7,6 @@
7
7
  ._1ne7X{position:absolute;min-width:7px;min-height:7px;background-color:var(--color-tangerine-400)}._3jq-L{border:1px solid var(--color-white);border-radius:10px;margin:-10px 0 0 17px}._1caO-{font-size:12px;color:var(--color-white);height:20px;border-radius:50px;margin:-20px 0 0 20px;padding:0 6px;line-height:20px}
8
8
  ._3_Pzu{display:flex;flex-direction:column;gap:8px;list-style:none;margin-top:12px}
9
9
  ._9ii6i{display:flex;flex-direction:row;gap:12px;height:40px;align-items:center;border-radius:32px;padding-right:10px}._3iCo3{filter:drop-shadow(0 1px 2px rgba(0,0,0,.35))}._2f0Lu{padding-left:12px}._33PBE{display:flex;flex-direction:row;gap:8px;align-items:center}._2IZqu{overflow:hidden;font-size:14px;font-weight:600;white-space:nowrap;text-overflow:ellipsis;max-width:185px;color:var(--color-grey-500)}@media screen and (max-width:827px){._2IZqu{display:none}}@media screen and (max-width:1417px){._2IZqu{max-width:160px}}
10
- ._2yvUY{filter:drop-shadow(0 1px 2px rgba(0,0,0,.35));border-radius:35px}
10
+ ._2yvUY{filter:drop-shadow(0 1px 2px rgba(0,0,0,.35));border-radius:35px;margin-top:5px}
11
11
  ._1Hpad{display:flex;align-items:center;justify-content:space-between;padding:0 25px 0 47px;gap:40px;height:72px;border-bottom:1px solid var(--color-grey-200)}
12
12
  ._3RkpO{display:flex;align-items:center;justify-content:center;height:38px;width:38px;border-radius:50%;box-shadow:0 1px 2px rgba(0,0,0,.35);background:none;color:inherit;border:none;padding:0;font:inherit;cursor:pointer;outline:inherit}._3RkpO:focus{box-shadow:0 0 8px var(--color-eggplant-300)}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "app-layout-frame",
3
- "version": "0.0.10",
3
+ "version": "0.0.11",
4
4
  "description": "Easily layout your webapp with sidenav and topbar",
5
5
  "author": "galexandrade",
6
6
  "license": "MIT",
@@ -13,6 +13,7 @@
13
13
  },
14
14
  "scripts": {
15
15
  "build": "microbundle-crl --format modern,cjs",
16
+ "postbuild": "cp -r src/fonts dist",
16
17
  "start": "microbundle-crl watch --no-compress --format modern,cjs"
17
18
  },
18
19
  "peerDependencies": {
@@ -1,2 +0,0 @@
1
- declare const AnnouncementsMenu: () => JSX.Element;
2
- export default AnnouncementsMenu;
@@ -1 +0,0 @@
1
- export { default } from './AnnouncementsMenu';
@@ -1,2 +0,0 @@
1
- import { NavBarItems } from '../types';
2
- export declare const useNavItems: () => NavBarItems;