@yoobic/yobi 8.7.0 → 8.7.1

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.
@@ -589,6 +589,7 @@ const YooFormInputComponent = class {
589
589
  "value": ["onValueChange"],
590
590
  "min": ["onFieldChanged"],
591
591
  "max": ["onFieldChanged"],
592
+ "type": ["onFieldChanged"],
592
593
  "name": ["onFieldChanged"],
593
594
  "initialCheckboxParams": ["onInitialCheckboxParamsChange"]
594
595
  }; }
@@ -1900,6 +1900,9 @@ export class YooFormInputComponent {
1900
1900
  }, {
1901
1901
  "propName": "max",
1902
1902
  "methodName": "onFieldChanged"
1903
+ }, {
1904
+ "propName": "type",
1905
+ "methodName": "onFieldChanged"
1903
1906
  }, {
1904
1907
  "propName": "name",
1905
1908
  "methodName": "onFieldChanged"
@@ -585,6 +585,7 @@ const YooFormInputComponent = class {
585
585
  "value": ["onValueChange"],
586
586
  "min": ["onFieldChanged"],
587
587
  "max": ["onFieldChanged"],
588
+ "type": ["onFieldChanged"],
588
589
  "name": ["onFieldChanged"],
589
590
  "initialCheckboxParams": ["onInitialCheckboxParamsChange"]
590
591
  }; }
@@ -585,6 +585,7 @@ const YooFormInputComponent = class {
585
585
  "value": ["onValueChange"],
586
586
  "min": ["onFieldChanged"],
587
587
  "max": ["onFieldChanged"],
588
+ "type": ["onFieldChanged"],
588
589
  "name": ["onFieldChanged"],
589
590
  "initialCheckboxParams": ["onInitialCheckboxParamsChange"]
590
591
  }; }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yoobic/yobi",
3
- "version": "8.7.0",
3
+ "version": "8.7.1",
4
4
  "description": "Yobi - Yoobic Design System",
5
5
  "module": "dist/index.js",
6
6
  "main": "dist/index.cjs.js",