@agility/plenum-ui 2.1.7 → 2.1.8

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
@@ -1155,6 +1155,7 @@ declare module '@agility/plenum-ui/stories/organisms/TextInputSelect/TextInputSe
1155
1155
  onChange?(value: string): void;
1156
1156
  /** Callback on input select field */
1157
1157
  onSelectOption?(value: string): void;
1158
+ selectInputClassName?: string;
1158
1159
  }
1159
1160
  const TextInputSelect: FC<ITextInputSelectProps>;
1160
1161
  export default TextInputSelect;