@7shifts/sous-chef 3.3.2 → 3.3.4

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.
@@ -6,6 +6,7 @@ import CheckboxField from './CheckboxField';
6
6
  import PillSelectField from './PillSelectField';
7
7
  import RadioGroupField from './RadioGroupField';
8
8
  import RadioGroupOption from './RadioGroupOption';
9
+ import RadioGroupBoxOption from './RadioGroupBoxOption';
9
10
  import PasswordField from './PasswordField';
10
11
  import MultiSelectField from './MultiSelectField';
11
12
  import SelectField from './SelectField';
@@ -19,7 +20,7 @@ import PercentageField from './PercentageField';
19
20
  import FormSection from './FormSection';
20
21
  import FormFooter from './FormFooter';
21
22
  import FormFeedback from './FormFeedback';
22
- export { Form, FormRow, TextAreaField, TextField, CheckboxField, PillSelectField, RadioGroupField, RadioGroupOption, PasswordField, MultiSelectField, SelectField, AsyncSelectField, DateField, DateRangeField, WeekField, TimeField, CurrencyField, PercentageField, FormSection, FormFooter, FormFeedback, SIZE_25_PERCENT, SIZE_33_PERCENT, SIZE_50_PERCENT, SIZE_66_PERCENT, SIZE_75_PERCENT };
23
+ export { Form, FormRow, TextAreaField, TextField, CheckboxField, PillSelectField, RadioGroupField, RadioGroupOption, RadioGroupBoxOption, PasswordField, MultiSelectField, SelectField, AsyncSelectField, DateField, DateRangeField, WeekField, TimeField, CurrencyField, PercentageField, FormSection, FormFooter, FormFeedback, SIZE_25_PERCENT, SIZE_33_PERCENT, SIZE_50_PERCENT, SIZE_66_PERCENT, SIZE_75_PERCENT };
23
24
  export type { PasswordCriteria } from './PasswordField/types';
24
25
  export type { SelectOption, SelectOptions, GroupOption } from './SelectField/types';
25
26
  export type { AsyncSelectOptions } from './AsyncSelectField/types';
package/dist/index.js CHANGED
@@ -4780,6 +4780,7 @@ var useFieldControllers = function useFieldControllers(_ref) {
4780
4780
  },
4781
4781
  onBlur: _onBlur ? function (e) {
4782
4782
  _onBlur && _onBlur(e.target.value);
4783
+ formik.setFieldTouched(name);
4783
4784
  currencyBlur();
4784
4785
  } : function () {
4785
4786
  formik.setFieldTouched(name);
@@ -9234,6 +9235,7 @@ exports.PersistentBanner = PersistentBanner;
9234
9235
  exports.Pill = Pill;
9235
9236
  exports.PillSelectField = PillSelectField;
9236
9237
  exports.ProgressBar = ProgressBar;
9238
+ exports.RadioGroupBoxOption = RadioGroupBoxOption;
9237
9239
  exports.RadioGroupField = RadioGroupField;
9238
9240
  exports.RadioGroupOption = RadioGroupOption;
9239
9241
  exports.SIZE_25_PERCENT = SIZE_25_PERCENT;