@validationcloud/fractal-ui 1.23.0 → 1.24.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.
@@ -1,14 +1,4 @@
1
1
  import { default as React } from 'react';
2
- type Side = 'left' | 'right' | 'top' | 'bottom';
3
- export declare const PagePadding: React.ForwardRefExoticComponent<{
4
- /**
5
- * Which sides should receive padding.
6
- * • Omit ⇒ all sides get padding (default behavior)
7
- * • Pass specific sides ⇒ only those sides get padding
8
- * • Pass [] ⇒ no padding
9
- */
10
- readonly sides?: Side[];
11
- } & Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
2
+ export declare const PagePadding: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
12
3
  asChild?: boolean;
13
4
  } & React.RefAttributes<HTMLDivElement>>;
14
- export {};
@@ -1,8 +1,6 @@
1
1
  import { StoryObj } from '@storybook/react-vite';
2
2
  declare const meta: {
3
- component: import('react').ForwardRefExoticComponent<{
4
- readonly sides?: ("bottom" | "left" | "right" | "top")[];
5
- } & Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
3
+ component: import('react').ForwardRefExoticComponent<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
6
4
  asChild?: boolean;
7
5
  } & import('react').RefAttributes<HTMLDivElement>>;
8
6
  };