@apexcura/ui-components 0.0.16-Beta346 → 0.0.16-Beta348

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.
@@ -168,5 +168,6 @@ export type ElementType = {
168
168
  avatarClassName?: string;
169
169
  segmentedOptions?: string[];
170
170
  manageRadioButton?: boolean;
171
+ cardClassname?: string;
171
172
  };
172
173
  export {};