@codesuma/baseline 1.0.8 → 1.0.9

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 CHANGED
@@ -1,4 +1,4 @@
1
- # Base
1
+ # Baseline
2
2
 
3
3
  A minimal, imperative UI framework for building fast web apps. No virtual DOM, no magic, no dependencies.
4
4
 
@@ -10,7 +10,7 @@ A minimal, imperative UI framework for building fast web apps. No virtual DOM, n
10
10
  npm install @codesuma/baseline
11
11
  ```
12
12
 
13
- ## Why Base?
13
+ ## Why Baseline?
14
14
 
15
15
  - **Predictable** - What you write is what happens. No hidden lifecycle, no reactivity magic.
16
16
  - **Fast** - Direct DOM manipulation. No diffing algorithms.
@@ -8,7 +8,6 @@
8
8
  bottom: 0;
9
9
  width: 100%;
10
10
  height: 100%;
11
- padding-left: 60px;
12
11
  padding-top: env(safe-area-inset-top);
13
12
  padding-bottom: env(safe-area-inset-bottom);
14
13
  background-color: #fff;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codesuma/baseline",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "A minimal, imperative UI framework for building fast web apps. No virtual DOM, no magic, no dependencies.",
5
5
  "main": "index.ts",
6
6
  "types": "index.ts",