@cyber-harbour/ui 1.1.9 → 1.1.11

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.mts CHANGED
@@ -1878,6 +1878,12 @@ interface FullscreenCardProps {
1878
1878
  left?: number;
1879
1879
  right?: number;
1880
1880
  bottom?: number;
1881
+ offset?: {
1882
+ top?: number;
1883
+ left?: number;
1884
+ right?: number;
1885
+ bottom?: number;
1886
+ };
1881
1887
  }
1882
1888
  declare const FullscreenCard: react.ForwardRefExoticComponent<FullscreenCardProps & {
1883
1889
  m?: string | number;
package/dist/index.d.ts CHANGED
@@ -1878,6 +1878,12 @@ interface FullscreenCardProps {
1878
1878
  left?: number;
1879
1879
  right?: number;
1880
1880
  bottom?: number;
1881
+ offset?: {
1882
+ top?: number;
1883
+ left?: number;
1884
+ right?: number;
1885
+ bottom?: number;
1886
+ };
1881
1887
  }
1882
1888
  declare const FullscreenCard: react.ForwardRefExoticComponent<FullscreenCardProps & {
1883
1889
  m?: string | number;