notform 2.0.0-alpha.6 → 2.0.0-alpha.7

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/dist/index.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -199,7 +199,7 @@ type NotFormProps = {
199
199
  };
200
200
  /** Slots for the `NotForm` component. */
201
201
  type NotFormSlots = {
202
- default: [];
202
+ /** The default slot receives the full form instance */default: [];
203
203
  };
204
204
  //#endregion
205
205
  //#region src/composables/use-not-form.d.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "notform",
3
- "version": "2.0.0-alpha.6",
3
+ "version": "2.0.0-alpha.7",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "description": "Vue Forms Without the Friction",