@commonsku/styles 1.17.74 → 1.17.75

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
@@ -508,7 +508,7 @@ declare const Dot: styled_components.StyledComponent<"span", any, {
508
508
  disabled?: boolean | undefined;
509
509
  } & SharedStyleTypes, never>;
510
510
  type LabeledRadioProps = RadioProps & {
511
- label: string;
511
+ label: React__default.ReactNode;
512
512
  labelStyle?: React__default.CSSProperties;
513
513
  radioIconStyle?: React__default.CSSProperties;
514
514
  radioColor?: string;