@limetech/lime-elements 35.1.0-next.1 → 35.1.0-next.2

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.
@@ -16,6 +16,10 @@ export interface FormError {
16
16
  * Name of the error
17
17
  */
18
18
  name: string;
19
+ /**
20
+ * Params of the error
21
+ */
22
+ params?: unknown;
19
23
  /**
20
24
  * Name of the invalid property
21
25
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@limetech/lime-elements",
3
- "version": "35.1.0-next.1",
3
+ "version": "35.1.0-next.2",
4
4
  "description": "Lime Elements",
5
5
  "author": "Lime Technologies",
6
6
  "license": "Apache-2.0",