@app-studio/web 0.8.8 → 0.8.10

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
@@ -5168,9 +5168,6 @@ var useFormikInput = function useFormikInput(_ref) {
5168
5168
  handleKeyPress: handleKeyPress
5169
5169
  } : {});
5170
5170
  };
5171
- // import FormPicker from 'src/Picker/Picker';
5172
- // import FormRater from 'src/Rate/Rate';
5173
- // import Upload from 'src/Upload/Upload';
5174
5171
 
5175
5172
  var _excluded$A = ["value"];
5176
5173
  var CheckboxComponent$1 = function CheckboxComponent(props) {
@@ -5209,10 +5206,6 @@ var FormikCountryPicker = CountryPickerComponent$1;
5209
5206
  var SelectComponent$1 = function SelectComponent(props) {
5210
5207
  var formProps = useFormikInput(props);
5211
5208
  formProps.selected = formProps.value;
5212
- console.log({
5213
- formProps: formProps,
5214
- test: formProps.value
5215
- });
5216
5209
  var selectStates = useSelectState(props);
5217
5210
  return React.createElement(SelectView, Object.assign({}, selectStates, formProps));
5218
5211
  };