@timeax/form-palette 0.0.36 → 0.0.38

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.
@@ -649,6 +649,7 @@ interface CoreContext<V extends Dict> {
649
649
  * Typically used by an error strip component.
650
650
  */
651
651
  getUncaught(): readonly string[];
652
+ hasUncaughtErrors: number;
652
653
  /**
653
654
  * Field-query "DOM" for this form.
654
655
  *
@@ -649,6 +649,7 @@ interface CoreContext<V extends Dict> {
649
649
  * Typically used by an error strip component.
650
650
  */
651
651
  getUncaught(): readonly string[];
652
+ hasUncaughtErrors: number;
652
653
  /**
653
654
  * Field-query "DOM" for this form.
654
655
  *
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@timeax/form-palette",
3
3
  "private": false,
4
- "version": "0.0.36",
4
+ "version": "0.0.38",
5
5
  "description": "This package extracts and standardizes the **form + input + variant system** from an existing Laravel/Inertia/React project into a **reusable, framework-friendly** library",
6
6
  "keywords": [
7
7
  "Form",