openuispec 0.1.2 → 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/README.md +2 -2
- package/docs/images/how-it-works.jpg +0 -0
- package/docs/images/workflows.png +0 -0
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -17,11 +17,11 @@ The result: each platform feels native, but every app stays consistent because i
|
|
|
17
17
|
|
|
18
18
|
## How it works
|
|
19
19
|
|
|
20
|
-

|
|
20
|
+

|
|
21
21
|
|
|
22
22
|
## Workflows
|
|
23
23
|
|
|
24
|
-

|
|
24
|
+

|
|
25
25
|
|
|
26
26
|
## Key concepts
|
|
27
27
|
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "openuispec",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "A semantic UI specification format for AI-native, platform-native app development",
|
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
"drift/",
|
|
14
14
|
"schema/",
|
|
15
15
|
"spec/",
|
|
16
|
+
"docs/",
|
|
16
17
|
"examples/",
|
|
17
18
|
"README.md",
|
|
18
19
|
"LICENSE"
|