@app-studio/web 0.3.43 → 0.3.45

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.
package/dist/web.esm.js CHANGED
@@ -3446,7 +3446,7 @@ var TextFieldView = function TextFieldView(_ref) {
3446
3446
  var fieldStyles = _extends({
3447
3447
  margin: 0,
3448
3448
  paddingVertical: 8,
3449
- padddingHorizontal: 0,
3449
+ paddingHorizontal: 0,
3450
3450
  width: '100%',
3451
3451
  heigth: '100%',
3452
3452
  border: 'none',
@@ -3877,7 +3877,7 @@ var SelectView = function SelectView(_ref6) {
3877
3877
  return setIsFocused(true);
3878
3878
  };
3879
3879
  var handleClick = function handleClick(event) {
3880
- event.stopPropagation();
3880
+ if (event && event.stopPropagation) event.stopPropagation();
3881
3881
  setHide(!hide);
3882
3882
  setIsFocused(!isFocused);
3883
3883
  };