@shelf/global-renderer 1.0.4-beta.38 → 1.0.4-beta.4

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.
@@ -3266,7 +3266,7 @@ export declare const StepHeader: import("styled-components").IStyledComponent<"w
3266
3266
  onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
3267
3267
  }>;
3268
3268
  export declare const StepType: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
3269
- $color?: string | undefined;
3269
+ color?: string | undefined;
3270
3270
  }>>;
3271
3271
  export declare const StepTypeTitle: import("styled-components").IStyledComponent<"web", {
3272
3272
  ref?: import("react").LegacyRef<HTMLDivElement> | undefined;