@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.
@@ -1,3 +1,5 @@
1
1
  export { MessageLayout } from './Message/Message.layout';
2
2
  export { MessageView } from './Message/Message.view';
3
+ export { MessageProps } from './Message/Message.props';
4
+ export { Message } from './Message/Message.type';
3
5
  export * from './Message/Message.store';
@@ -1864,7 +1864,7 @@ var LabelComponent = function LabelComponent(props) {
1864
1864
  var Label = LabelComponent;
1865
1865
  // Export the 'LabelComponent' as 'Label' to be reused throughout the project.
1866
1866
 
1867
- var _excluded$p = ["children", "size", "error", "color", "styles"];
1867
+ var _excluded$p = ["children", "size", "error", "color", "styles", "helperText"];
1868
1868
  var FieldLabel = function FieldLabel(_ref) {
1869
1869
  var children = _ref.children,
1870
1870
  _ref$size = _ref.size,
@@ -2416,7 +2416,7 @@ var SliderPadding = {
2416
2416
  }
2417
2417
  };
2418
2418
 
2419
- var _excluded$s = ["id", "name", "label", "inActiveChild", "activeChild", "labelPosition", "shadow", "size", "colorScheme", "value", "isHovered", "isDisabled", "isReadOnly", "on", "setOn", "onChange", "setValue", "setIsHovered", "styles"];
2419
+ var _excluded$s = ["id", "name", "label", "inActiveChild", "activeChild", "labelPosition", "shadow", "size", "colorScheme", "value", "isHovered", "isDisabled", "isReadOnly", "on", "setOn", "onChange", "setValue", "setIsHovered", "helperText", "styles"];
2420
2420
  var SwitchContent = function SwitchContent(props) {
2421
2421
  return React__default.createElement(appStudio.Input, Object.assign({
2422
2422
  type: "checkbox"
@@ -2973,7 +2973,7 @@ var IconSizes$3 = {
2973
2973
  '6xl': 60
2974
2974
  };
2975
2975
 
2976
- 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"];
2976
+ 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"];
2977
2977
  var CheckboxView = function CheckboxView(_ref) {
2978
2978
  var id = _ref.id,
2979
2979
  icon = _ref.icon,