@thecb/components 10.6.0-beta.4 → 10.6.0-beta.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.ts CHANGED
@@ -1014,6 +1014,10 @@ declare const SearchableSelect: React.FC<Expand<SearchableSelectProps> &
1014
1014
  interface SpinnerProps {
1015
1015
  size?: string;
1016
1016
  centerSpinner?: boolean;
1017
+ cx?: string;
1018
+ cy?: string;
1019
+ radius?: string;
1020
+ strokeWidth?: string;
1017
1021
  }
1018
1022
 
1019
1023
  declare const Spinner: React.FC<Expand<SpinnerProps> &