getlotui 0.1.1 → 0.1.2

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/package.json CHANGED
@@ -14,5 +14,5 @@
14
14
  "debug": "^4.4.3",
15
15
  "ms": "^2.1.3"
16
16
  },
17
- "version": "0.1.1"
17
+ "version": "0.1.2"
18
18
  }
@@ -60,6 +60,28 @@ export default function App() {
60
60
  2. **Ultimate Customization**: Want to change the animation curve? Go to `components/ui/Button.tsx` and change it.
61
61
  3. **Zero Bloat**: Only include the components you actually use.
62
62
 
63
+ ## 📐 Architecture
64
+
65
+ GetLotUI separates **Design Intent** from **Platform Implementation**. This ensures that your brand identity remains consistent even if you change your tech stack.
66
+
67
+ ```text
68
+ ┌───────────────────────┐
69
+ │ Core Tokens JSON/TS │
70
+ └───────────┬───────────┘
71
+
72
+
73
+ ┌─────────────────┐
74
+ │ CLI Engine │
75
+ └────────┬────────┘
76
+
77
+ ┌───────┼───────┐
78
+ │ │ │
79
+ ▼ ▼ ▼
80
+ ┌───────┐┌───────┐┌─────────┐
81
+ │ Web ││ Expo ││ Flutter │
82
+ └───────┘└───────┘└─────────┘
83
+ ```
84
+
63
85
  ## 🛠 Commands
64
86
 
65
87
  | Command | Description |