@app-studio/web 0.8.6 → 0.8.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.
@@ -1859,7 +1859,7 @@
1859
1859
  var Label = LabelComponent;
1860
1860
  // Export the 'LabelComponent' as 'Label' to be reused throughout the project.
1861
1861
 
1862
- var _excluded$p = ["children", "size", "error", "color", "styles"];
1862
+ var _excluded$p = ["children", "size", "error", "color", "styles", "helperText"];
1863
1863
  var FieldLabel = function FieldLabel(_ref) {
1864
1864
  var children = _ref.children,
1865
1865
  _ref$size = _ref.size,
@@ -2411,7 +2411,7 @@
2411
2411
  }
2412
2412
  };
2413
2413
 
2414
- var _excluded$s = ["id", "name", "label", "inActiveChild", "activeChild", "labelPosition", "shadow", "size", "colorScheme", "value", "isHovered", "isDisabled", "isReadOnly", "on", "setOn", "onChange", "setValue", "setIsHovered", "styles"];
2414
+ var _excluded$s = ["id", "name", "label", "inActiveChild", "activeChild", "labelPosition", "shadow", "size", "colorScheme", "value", "isHovered", "isDisabled", "isReadOnly", "on", "setOn", "onChange", "setValue", "setIsHovered", "helperText", "styles"];
2415
2415
  var SwitchContent = function SwitchContent(props) {
2416
2416
  return React__default.createElement(appStudio.Input, Object.assign({
2417
2417
  type: "checkbox"
@@ -2968,7 +2968,7 @@
2968
2968
  '6xl': 60
2969
2969
  };
2970
2970
 
2971
- var _excluded$v = ["id", "icon", "name", "label", "isChecked", "onChange", "onValueChange", "shadow", "labelPosition", "size", "colorScheme", "error", "isSelected", "isHovered", "isDisabled", "isReadOnly", "isIndeterminate", "defaultIsSelected", "setIsSelected", "setIsHovered", "styles", "infoText"];
2971
+ var _excluded$v = ["id", "icon", "name", "label", "isChecked", "onChange", "onValueChange", "shadow", "labelPosition", "size", "colorScheme", "error", "isSelected", "isHovered", "isDisabled", "isReadOnly", "isIndeterminate", "defaultIsSelected", "setIsSelected", "setIsHovered", "styles", "infoText", "helperText"];
2972
2972
  var CheckboxView = function CheckboxView(_ref) {
2973
2973
  var id = _ref.id,
2974
2974
  icon = _ref.icon,