design-system-silkhaus 0.0.85-beta.3 → 0.0.85-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.
package/dist/index.d.ts CHANGED
@@ -130,6 +130,7 @@ declare interface DateRangePickerProps {
130
130
  lTBannerImage?: string;
131
131
  lTBannerTitle?: string | React_2.ReactNode;
132
132
  lTBannerDesc?: string | React_2.ReactNode;
133
+ lTBannerBgColor?: string;
133
134
  onMobileCloseClick?: () => void;
134
135
  onOutsideClick?: (e: any) => void;
135
136
  onPrevMonthClick?: (e: any) => void;