getlotui 0.1.1 → 0.1.3
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
package/packages/cli/README.md
CHANGED
|
@@ -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 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":2,"entries":[{"package":"
|
|
1
|
+
{"version":2,"entries":[{"package":"getlotui_flutter","rootUri":"../","packageUri":"lib/"}]}
|