@commonsku/styles 1.17.33 → 1.17.35

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
@@ -2813,7 +2813,7 @@ declare function Loading({ height, width, animationDuration, barWidth, barRadius
2813
2813
  //# sourceMappingURL=Loading.d.ts.map
2814
2814
 
2815
2815
  type SkubotSpinnerProps = {
2816
- size?: TIconSize;
2816
+ size?: TIconSize | "button";
2817
2817
  width?: string | number;
2818
2818
  height?: string | number;
2819
2819
  altText?: string;