@macrulez/vue-form-schema 0.2.3 → 0.2.4

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.
Files changed (2) hide show
  1. package/README.md +4 -11
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,13 +1,6 @@
1
- <div align="center" style="background:#111827;border-radius:20px;padding:28px 20px 20px;margin-bottom:32px">
2
- <h1 style="color:#f9fafb;margin:0 0 32px;font-size:2.2em;letter-spacing:-0.03em;font-weight:700;font-family:sans-serif">
3
- @macrulez/vue-form-schema
4
- </h1>
5
- <img
6
- src="https://s3.twcstorage.ru/c9a2cc89-780f97fd-311d-4a1a-b86f-c25665c9dc46/images/npm/vue-form-schema.webp"
7
- alt="vue-virtual-scroller-kit"
8
- style="max-width:100%;width:auto;height:300px;border-radius:12px"
9
- />
10
- </div>
1
+ # **Form Schema**
2
+
3
+ ![Form Schema](https://github.com/macrulezru/assets/blob/master/packages-images/vue-form-schema.png?raw=true)
11
4
 
12
5
  Reactive forms from a declarative schema (JSON, Zod, Yup, or Valibot) for Vue 3. A headless, SSR-compatible alternative to VeeValidate / FormKit for forms that are generated dynamically or driven from the server.
13
6
 
@@ -1411,7 +1404,7 @@ MIT
1411
1404
 
1412
1405
  Danil Lisin Vladimirovich aka Macrulez
1413
1406
 
1414
- GitHub: [macrulezru](https://github.com/macrulezru) · Website: [macrulez.ru/en](https://macrulez.ru/en)
1407
+ GitHub: [macrulezru](https://github.com/macrulezru) · Website: [npm.vuecraft.ru/en/](https://npm.vuecraft.ru/en/packages/vue-form-schema/)
1415
1408
 
1416
1409
  Questions and bugs — [issues](https://github.com/macrulezru/vue-form-schema/issues)
1417
1410
 
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@macrulez/vue-form-schema",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "Reactive Vue 3 forms generated from JSON, Zod, Yup or Valibot schemas, with validation, input masking, conditional UI and SSR support.",
5
5
  "author": "macrulez <macrulezru@gmail.com> (https://macrulez.ru/en)",
6
6
  "license": "MIT",
7
- "homepage": "https://github.com/macrulezru/vue-form-schema#readme",
7
+ "homepage": "https://npm.vuecraft.ru/en/packages/vue-form-schema/",
8
8
  "repository": {
9
9
  "type": "git",
10
10
  "url": "git+https://github.com/macrulezru/vue-form-schema.git"