@corp-products/ui-components 3.6.6 → 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
@@ -29,6 +29,7 @@ interface Tab {
29
29
  disabled?: boolean;
30
30
  count?: number;
31
31
  permissionKey?: string;
32
+ key?: unknown;
32
33
  }
33
34
  interface RoutedTab extends Tab {
34
35
  link: string;
@@ -356,6 +357,7 @@ interface InputsMapData {
356
357
  size?: 'small' | 'large';
357
358
  variant?: 'in' | 'over' | 'on';
358
359
  selectOptions?: unknown[];
360
+ translatable?: boolean;
359
361
  optionLabel?: string;
360
362
  filter?: boolean;
361
363
  multiple?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@corp-products/ui-components",
3
- "version": "3.6.6",
3
+ "version": "3.6.8",
4
4
  "author": "shireen Omar",
5
5
  "description": "shared UI components across our apps",
6
6
  "peerDependencies": {