@livetiles/reach-plugin-types 0.5.0-preview.900 → 0.5.0-preview.901
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/lib/index.d.ts +2 -0
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -5344,6 +5344,7 @@ declare module "libs/reach/ui/common/src/reach-2/progress/Skeleton" {
|
|
|
5344
5344
|
gap?: number;
|
|
5345
5345
|
}, never>;
|
|
5346
5346
|
export const SkeletonBlockGroup: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {
|
|
5347
|
+
gap?: number;
|
|
5347
5348
|
marginTop?: number;
|
|
5348
5349
|
}, never>;
|
|
5349
5350
|
export const SkeletonAvatar: FC<{
|
|
@@ -5666,6 +5667,7 @@ declare module "libs/reach/ui/common/src/reach-2/surfaces/BaseDialog" {
|
|
|
5666
5667
|
isOpen?: boolean;
|
|
5667
5668
|
onDismiss?: (event?: MouseEvent<HTMLButtonElement>) => void;
|
|
5668
5669
|
title?: string;
|
|
5670
|
+
titleSize?: 'large' | 'small';
|
|
5669
5671
|
triggerButton?: HTMLButtonElement | JSX.Element;
|
|
5670
5672
|
type?: DialogType;
|
|
5671
5673
|
}
|