@datatechsolutions/ui 2.11.4 → 2.11.6

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.mts CHANGED
@@ -3066,6 +3066,8 @@ interface CategoryTabsProps {
3066
3066
  items: Array<{
3067
3067
  key: string;
3068
3068
  config: CategoryTabConfig;
3069
+ value?: string;
3070
+ reactKey?: string;
3069
3071
  }>;
3070
3072
  selectedKey: string | null;
3071
3073
  onSelect: (key: string) => void;
package/dist/index.d.ts CHANGED
@@ -3066,6 +3066,8 @@ interface CategoryTabsProps {
3066
3066
  items: Array<{
3067
3067
  key: string;
3068
3068
  config: CategoryTabConfig;
3069
+ value?: string;
3070
+ reactKey?: string;
3069
3071
  }>;
3070
3072
  selectedKey: string | null;
3071
3073
  onSelect: (key: string) => void;