@onewelcome/react-lib-components 0.1.4-alpha → 0.1.5-alpha

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/index.d.ts CHANGED
@@ -43,6 +43,7 @@ export { TextareaWrapper } from './Form/Wrapper/TextareaWrapper/TextareaWrapper'
43
43
  export { Input } from './Form/Input/Input';
44
44
  export { Radio } from './Form/Radio/Radio';
45
45
  export { Checkbox } from './Form/Checkbox/Checkbox';
46
+ export { Toggle } from './Form/Toggle/Toggle';
46
47
  /** Wizard */
47
48
  export { BaseWizardSteps, Props as BaseWizardStepsProps, Step as WizardStep, } from './Wizard/BaseWizardSteps/BaseWizardSteps';
48
49
  export { WizardActions } from './Wizard/WizardActions/WizardActions';
@@ -4071,6 +4071,7 @@ exports.Textarea = Textarea;
4071
4071
  exports.TextareaWrapper = TextareaWrapper;
4072
4072
  exports.Tile = Tile;
4073
4073
  exports.Tiles = Tiles;
4074
+ exports.Toggle = Toggle;
4074
4075
  exports.Tooltip = Tooltip;
4075
4076
  exports.Typography = Typography;
4076
4077
  exports.Wizard = Wizard;