@corp-products/ui-components 3.6.7 → 3.6.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/index.d.ts CHANGED
@@ -357,6 +357,7 @@ interface InputsMapData {
357
357
  size?: 'small' | 'large';
358
358
  variant?: 'in' | 'over' | 'on';
359
359
  selectOptions?: unknown[];
360
+ translatable?: boolean;
360
361
  optionLabel?: string;
361
362
  filter?: boolean;
362
363
  multiple?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@corp-products/ui-components",
3
- "version": "3.6.7",
3
+ "version": "3.6.8",
4
4
  "author": "shireen Omar",
5
5
  "description": "shared UI components across our apps",
6
6
  "peerDependencies": {