forstok-ui-lib 5.6.2 → 5.6.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.
package/dist/index.d.ts CHANGED
@@ -419,7 +419,7 @@ type TCSSObjectWithLabel = CSSObjectWithLabel;
419
419
  type TControlProps = ControlProps<TOption, boolean>;
420
420
  type TOptionProps = OptionProps<TOption, boolean>;
421
421
  type TGroupBase = GroupBase<TOption>;
422
- type TSingleValueProps = SingleValueProps<TOption, boolean>;
422
+ type TSingleValueProps = SingleValueProps;
423
423
 
424
424
  type TSelect = {
425
425
  type?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "forstok-ui-lib",
3
- "version": "5.6.2",
3
+ "version": "5.6.3",
4
4
  "description": "Forstok UI Components Library",
5
5
  "path": "dist",
6
6
  "main": "dist/index.js",
@@ -71,4 +71,4 @@ export type TOptionProps = OptionProps<TOption, boolean>
71
71
 
72
72
  export type TGroupBase = GroupBase<TOption>
73
73
 
74
- export type TSingleValueProps = SingleValueProps<TOption, boolean>
74
+ export type TSingleValueProps = SingleValueProps