node_modules ignore

This commit is contained in:
2025-05-08 23:43:47 +02:00
parent e19d52f172
commit 4574544c9f
65041 changed files with 10593536 additions and 0 deletions

View File

@@ -0,0 +1,48 @@
import * as React from 'react';
import * as AlertDialog from '@radix-ui/react-alert-dialog';
import { FlexProps } from '../../primitives/Flex';
import { TypographyProps } from '../../primitives/Typography';
interface Props extends AlertDialog.AlertDialogProps {
}
declare const Root: React.FC<AlertDialog.AlertDialogProps>;
type TriggerElement = HTMLButtonElement;
interface TriggerProps extends Omit<AlertDialog.AlertDialogTriggerProps, 'asChild'> {
}
declare const Trigger: React.ForwardRefExoticComponent<TriggerProps & React.RefAttributes<HTMLButtonElement>>;
type ContentElement = HTMLDivElement;
interface ContentProps extends AlertDialog.AlertDialogContentProps {
}
declare const Content: React.ForwardRefExoticComponent<ContentProps & React.RefAttributes<HTMLDivElement>>;
type HeaderElement = HTMLHeadingElement;
interface HeaderProps extends TypographyProps<'h2'> {
}
declare const Header: React.ForwardRefExoticComponent<HeaderProps & React.RefAttributes<HTMLHeadingElement>>;
type BodyElement = HTMLDivElement;
interface BodyProps extends Omit<FlexProps<'div'>, 'tag'> {
/**
* @description optional icon to display, only rendered if
* children is a string. If provided, it is given the height
* & width of 24px.
*/
icon?: React.ReactElement;
}
declare const Body: React.ForwardRefExoticComponent<Omit<BodyProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
type DescriptionElement = HTMLParagraphElement;
interface DescriptionProps extends Omit<TypographyProps<'p'>, 'tag'> {
}
declare const Description: React.ForwardRefExoticComponent<DescriptionProps & React.RefAttributes<HTMLParagraphElement>>;
type FooterElement = HTMLDivElement;
interface FooterProps extends Omit<FlexProps<'footer'>, 'tag'> {
}
declare const Footer: React.ForwardRefExoticComponent<Omit<FooterProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
type CancelElement = HTMLButtonElement;
interface CancelProps extends Omit<AlertDialog.AlertDialogCancelProps, 'asChild'> {
}
declare const Cancel: React.ForwardRefExoticComponent<CancelProps & React.RefAttributes<HTMLButtonElement>>;
type ActionElement = HTMLButtonElement;
interface ActionProps extends Omit<AlertDialog.AlertDialogActionProps, 'asChild'> {
}
declare const Action: React.ForwardRefExoticComponent<ActionProps & React.RefAttributes<HTMLButtonElement>>;
export { Root, Trigger, Content, Header, Body, Description, Footer, Cancel, Action };
export type { Props, TriggerElement, TriggerProps, ContentElement, ContentProps, HeaderElement, HeaderProps, BodyElement, BodyProps, DescriptionElement, DescriptionProps, FooterElement, FooterProps, CancelElement, CancelProps, ActionElement, ActionProps, };
//# sourceMappingURL=Dialog.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"Dialog.d.ts","sourceRoot":"","sources":["../../../src/components/Dialog/Dialog.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,KAAK,WAAW,MAAM,8BAA8B,CAAC;AAG5D,OAAO,EAAuB,SAAS,EAAE,MAAM,uBAAuB,CAAC;AACvE,OAAO,EAAmC,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAO/F,UAAU,KAAM,SAAQ,WAAW,CAAC,gBAAgB;CAAG;AAEvD,QAAA,MAAM,IAAI,wCAAmB,CAAC;AAM9B,KAAK,cAAc,GAAG,iBAAiB,CAAC;AAExC,UAAU,YAAa,SAAQ,IAAI,CAAC,WAAW,CAAC,uBAAuB,EAAE,SAAS,CAAC;CAAG;AAEtF,QAAA,MAAM,OAAO,wFAEX,CAAC;AAMH,KAAK,cAAc,GAAG,cAAc,CAAC;AAErC,UAAU,YAAa,SAAQ,WAAW,CAAC,uBAAuB;CAAG;AAErE,QAAA,MAAM,OAAO,qFAOX,CAAC;AAqDH,KAAK,aAAa,GAAG,kBAAkB,CAAC;AAExC,UAAU,WAAY,SAAQ,eAAe,CAAC,IAAI,CAAC;CAAG;AAEtD,QAAA,MAAM,MAAM,wFASV,CAAC;AAYH,KAAK,WAAW,GAAG,cAAc,CAAC;AAElC,UAAU,SAAU,SAAQ,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC,EAAE,KAAK,CAAC;IACvD;;;;OAIG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,YAAY,CAAC;CAC3B;AAED,QAAA,MAAM,IAAI,+FA2BR,CAAC;AAMH,KAAK,kBAAkB,GAAG,oBAAoB,CAAC;AAE/C,UAAU,gBAAiB,SAAQ,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,EAAE,KAAK,CAAC;CAAG;AAEvE,QAAA,MAAM,WAAW,+FAMf,CAAC;AAMH,KAAK,aAAa,GAAG,cAAc,CAAC;AAEpC,UAAU,WAAY,SAAQ,IAAI,CAAC,SAAS,CAAC,QAAQ,CAAC,EAAE,KAAK,CAAC;CAAG;AAEjE,QAAA,MAAM,MAAM,iGAEV,CAAC;AAWH,KAAK,aAAa,GAAG,iBAAiB,CAAC;AAEvC,UAAU,WAAY,SAAQ,IAAI,CAAC,WAAW,CAAC,sBAAsB,EAAE,SAAS,CAAC;CAAG;AAEpF,QAAA,MAAM,MAAM,uFAEV,CAAC;AAMH,KAAK,aAAa,GAAG,iBAAiB,CAAC;AAEvC,UAAU,WAAY,SAAQ,IAAI,CAAC,WAAW,CAAC,sBAAsB,EAAE,SAAS,CAAC;CAAG;AAEpF,QAAA,MAAM,MAAM,uFAEV,CAAC;AAEH,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE,OAAO,EAAE,MAAM,EAAE,IAAI,EAAE,WAAW,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;AACrF,YAAY,EACV,KAAK,EACL,cAAc,EACd,YAAY,EACZ,cAAc,EACd,YAAY,EACZ,aAAa,EACb,WAAW,EACX,WAAW,EACX,SAAS,EACT,kBAAkB,EAClB,gBAAgB,EAChB,aAAa,EACb,WAAW,EACX,aAAa,EACb,WAAW,EACX,aAAa,EACb,WAAW,GACZ,CAAC"}

View File

@@ -0,0 +1,2 @@
export * as Dialog from './Dialog';
//# sourceMappingURL=index.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Dialog/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC"}