design-system-silkhaus 3.12.0-beta.month-range-picker.4 → 3.12.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
@@ -2275,6 +2275,9 @@ export declare const useDocumentSize: () => {
2275
2275
  documentWidth: number;
2276
2276
  documentHeight: number;
2277
2277
  screenSize: "mobile" | "tablet" | "desktop";
2278
+ isMobile: boolean;
2279
+ isTablet: boolean;
2280
+ isDesktop: boolean;
2278
2281
  };
2279
2282
 
2280
2283
  export declare const WarningHollowIcon: FC<{