@corp-products/ui-components 3.7.3 → 3.7.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.
package/index.d.ts CHANGED
@@ -361,6 +361,7 @@ interface InputsMapData {
361
361
  selectOptions?: unknown[];
362
362
  translatable?: boolean;
363
363
  optionLabel?: string;
364
+ optionValue?: string;
364
365
  filter?: boolean;
365
366
  multiple?: boolean;
366
367
  showClear?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@corp-products/ui-components",
3
- "version": "3.7.3",
3
+ "version": "3.7.4",
4
4
  "author": "shireen Omar",
5
5
  "description": "shared UI components across our apps",
6
6
  "peerDependencies": {