@ambuj.bhaskar/react-component-library 0.5.5 → 0.6.0

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
@@ -239,8 +239,8 @@ declare type SelectProps = {
239
239
  * Spinner component props.
240
240
  *
241
241
  * @typedef {Object} SpinnerProps
242
- * @property {SpinnerProps.size} [size="m"] - Size of the spinner.
243
- * @property {SpinnerProps.color} [color] - Color of the spinner.
242
+ * @property {SpinnerProps.size} [size="l"] - Size of the spinner.
243
+ * @property {SpinnerProps.color} [color="#fc0"] - Color of the spinner.
244
244
  */
245
245
  export declare const Spinner: React_2.FC<SpinnerProps>;
246
246