@wbc-ui/core2 1.0.0-r08 → 1.0.0-r10
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 +4 -4
- package/dist/build-info.json +2 -2
- package/dist/core2.es.js +3 -1
- package/dist/core2.es.js.map +1 -1
- package/dist/core2.umd.js +37 -37
- package/dist/core2.umd.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<img src="
|
|
2
|
+
<img src="./logo/wb-core.svg" alt="@wbc-ui/core2" width="220" style="max-width: 100%;"/>
|
|
3
3
|
</p>
|
|
4
4
|
|
|
5
5
|
<p align="center">
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
</p>
|
|
23
23
|
|
|
24
24
|
<p align="center">
|
|
25
|
-
<img src="
|
|
25
|
+
<img src="./assets/hero-input-output.svg"
|
|
26
26
|
alt="@wbc-ui/core2 — write <WBC :item='...'>, render real Material UI"
|
|
27
27
|
width="780"/>
|
|
28
28
|
</p>
|
|
@@ -266,7 +266,7 @@ For a longer walkthrough with worked examples, see the documentation hub at [flo
|
|
|
266
266
|
## ⚡ The Engine Under the Hood
|
|
267
267
|
|
|
268
268
|
<p align="center">
|
|
269
|
-
<img src="
|
|
269
|
+
<img src="./assets/engine-flow.svg" alt="@wbc-ui/core2 rendering engine flow" width="780"/>
|
|
270
270
|
</p>
|
|
271
271
|
|
|
272
272
|
<details>
|
|
@@ -308,7 +308,7 @@ flowchart TD
|
|
|
308
308
|
## 💎 Free vs Pro
|
|
309
309
|
|
|
310
310
|
<p align="center">
|
|
311
|
-
<img src="
|
|
311
|
+
<img src="./assets/tier-badges.svg" alt="Free vs Pro" width="480"/>
|
|
312
312
|
</p>
|
|
313
313
|
|
|
314
314
|
> *"Free users can **bind** states. Pro users can **command** them."*
|
package/dist/build-info.json
CHANGED
package/dist/core2.es.js
CHANGED
|
@@ -14451,6 +14451,8 @@ export {
|
|
|
14451
14451
|
ju as WBHtml,
|
|
14452
14452
|
ri as WBLink,
|
|
14453
14453
|
em as default,
|
|
14454
|
-
Jo as getVuetifyInstance
|
|
14454
|
+
Jo as getVuetifyInstance,
|
|
14455
|
+
so as safeEval,
|
|
14456
|
+
rp as strToObj
|
|
14455
14457
|
};
|
|
14456
14458
|
//# sourceMappingURL=core2.es.js.map
|