@xqmsg/ui-core 0.23.1-rc.2 → 0.23.1-rc.3

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.
@@ -1891,7 +1891,8 @@ function Input(_ref) {
1891
1891
  onChange = _ref.onChange,
1892
1892
  setValue = _ref.setValue,
1893
1893
  setError = _ref.setError,
1894
- clearErrors = _ref.clearErrors;
1894
+ clearErrors = _ref.clearErrors,
1895
+ separators = _ref.separators;
1895
1896
  var selectedInputField = function selectedInputField(onChange, onBlur, ref, value) {
1896
1897
  switch (inputType) {
1897
1898
  case 'text':
@@ -2018,7 +2019,8 @@ function Input(_ref) {
2018
2019
  control: control,
2019
2020
  maxLength: maxLength,
2020
2021
  variant: variant,
2021
- label: label
2022
+ label: label,
2023
+ separators: separators
2022
2024
  });
2023
2025
  case 'switch':
2024
2026
  return /*#__PURE__*/React__default.createElement(StackedSwitch, {