@package-verse/esmpack 1.0.39 → 1.0.40

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.
@@ -1,2 +1,2 @@
1
- app-container{display:grid;grid-template-rows:auto 1fr auto;inset:0;overflow:hidden;padding:10px;position:fixed}app-container>header{align-items:center;display:flex;flex-direction:row;gap:5px;grid-row:1}app-container>main{grid-row:2;overflow:auto}app-container>footer{grid-row:3}
1
+ app-container{display:grid;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;grid-template-rows:auto 1fr auto;inset:0;overflow:hidden;padding:10px;position:fixed}app-container>header{align-items:center;display:flex;flex-direction:row;gap:5px;grid-row:1}app-container>main{grid-row:2;overflow:auto}app-container>footer{grid-row:3}
2
2
  /*# sourceMappingURL=App.css.map */
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/ui/app/App.css"],"names":[],"mappings":"AAAA,cACI,YAAa,CAIb,gCAAiC,CAFjC,OAAQ,CACR,eAAgB,CAEhB,YAAa,CAJb,cAKJ,CAEA,qBAKI,kBAAmB,CAHnB,YAAa,CACb,kBAAmB,CACnB,OAAQ,CAHR,UAKJ,CAEA,mBACI,UAAW,CACX,aACJ,CAEA,qBACI,UACJ","file":"App.css"}
1
+ {"version":3,"sources":["../../../src/ui/app/App.css"],"names":[],"mappings":"AAAA,cAEI,YAAa,CADb,qDAA4D,CAK5D,gCAAiC,CAFjC,OAAQ,CACR,eAAgB,CAEhB,YAAa,CAJb,cAKJ,CAEA,qBAKI,kBAAmB,CAHnB,YAAa,CACb,kBAAmB,CACnB,OAAQ,CAHR,UAKJ,CAEA,mBACI,UAAW,CACX,aACJ,CAEA,qBACI,UACJ","file":"App.css"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@package-verse/esmpack",
3
- "version": "1.0.39",
3
+ "version": "1.0.40",
4
4
  "description": "ESM Pack Packer and Web Server with PostCSS and ESM Loader",
5
5
  "homepage": "https://github.com/package-verse/esmpack#readme",
6
6
  "bugs": {
@@ -1,4 +1,5 @@
1
1
  app-container {
2
+ font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
2
3
  display: grid;
3
4
  position: fixed;
4
5
  inset: 0;