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,13 @@
import * as React from 'react';
interface AccessibleIconProps {
children?: React.ReactNode;
/**
* The accessible label for the icon. This label will be visually hidden but announced to screen
* reader users, similar to `alt` text for `img` tags.
*/
label: string;
}
declare const AccessibleIcon: React.FC<AccessibleIconProps>;
export { AccessibleIcon };
export type { AccessibleIconProps };
//# sourceMappingURL=AccessibleIcon.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"AccessibleIcon.d.ts","sourceRoot":"","sources":["../../../src/utilities/AccessibleIcon/AccessibleIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,UAAU,mBAAmB;IAC3B,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B;;;OAGG;IACH,KAAK,EAAE,MAAM,CAAC;CACf;AAED,QAAA,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CAajD,CAAC;AAIF,OAAO,EAAE,cAAc,EAAE,CAAC;AAC1B,YAAY,EAAE,mBAAmB,EAAE,CAAC"}

View File

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

View File

@@ -0,0 +1 @@
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/utilities/AccessibleIcon/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC"}

View File

@@ -0,0 +1,16 @@
/// <reference types="react" />
import { TooltipProviderProps } from '@radix-ui/react-tooltip';
import { DefaultTheme } from 'styled-components';
interface DesignSystemContextValue {
locale: string;
}
declare const useDesignSystem: (consumerName: string) => DesignSystemContextValue;
interface DesignSystemProviderProps extends Partial<DesignSystemContextValue> {
children?: React.ReactNode;
theme?: DefaultTheme;
tooltipConfig?: Omit<TooltipProviderProps, 'children'>;
}
declare const DesignSystemProvider: ({ children, locale, theme, tooltipConfig, }: DesignSystemProviderProps) => import("react/jsx-runtime").JSX.Element;
export { useDesignSystem, DesignSystemProvider };
export type { DesignSystemProviderProps, DesignSystemContextValue };
//# sourceMappingURL=DesignSystemProvider.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"DesignSystemProvider.d.ts","sourceRoot":"","sources":["../../src/utilities/DesignSystemProvider.tsx"],"names":[],"mappings":";AAAA,OAAO,EAA+B,oBAAoB,EAAE,MAAM,yBAAyB,CAAC;AAC5F,OAAO,EAAE,YAAY,EAAiB,MAAM,mBAAmB,CAAC;AAsBhE,UAAU,wBAAwB;IAChC,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,QAAA,MAAiB,eAAe,oDAE9B,CAAC;AAEH,UAAU,yBAA0B,SAAQ,OAAO,CAAC,wBAAwB,CAAC;IAC3E,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,KAAK,CAAC,EAAE,YAAY,CAAC;IACrB,aAAa,CAAC,EAAE,IAAI,CAAC,oBAAoB,EAAE,UAAU,CAAC,CAAC;CACxD;AAED,QAAA,MAAM,oBAAoB,gDAKvB,yBAAyB,4CAmC3B,CAAC;AAEF,OAAO,EAAE,eAAe,EAAE,oBAAoB,EAAE,CAAC;AACjD,YAAY,EAAE,yBAAyB,EAAE,wBAAwB,EAAE,CAAC"}

View File

@@ -0,0 +1,5 @@
/// <reference types="react" />
import * as DismissibleLayerPrimitive from '@radix-ui/react-dismissable-layer';
export declare const DismissibleLayer: import("react").ForwardRefExoticComponent<DismissibleLayerPrimitive.DismissableLayerProps & import("react").RefAttributes<HTMLDivElement>>;
export type DismissibleLayerProps = DismissibleLayerPrimitive.DismissableLayerProps;
//# sourceMappingURL=index.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/utilities/DismissibleLayer/index.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,yBAAyB,MAAM,mCAAmC,CAAC;AAE/E,eAAO,MAAM,gBAAgB,4IAAiC,CAAC;AAE/D,MAAM,MAAM,qBAAqB,GAAG,yBAAyB,CAAC,qBAAqB,CAAC"}

View File

@@ -0,0 +1,14 @@
import * as React from 'react';
export interface FocusTrapProps extends React.HTMLAttributes<HTMLDivElement> {
/**
* A callback called on escape key. Useful to deactivate the focus trap.
*/
onEscape?: () => void;
/**
* A boolean value to define whether the focus should be restored or not.
*/
restoreFocus?: boolean;
skipAutoFocus?: boolean;
}
export declare const FocusTrap: ({ onEscape, restoreFocus, skipAutoFocus, ...props }: FocusTrapProps) => import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=FocusTrap.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"FocusTrap.d.ts","sourceRoot":"","sources":["../../../src/utilities/FocusTrap/FocusTrap.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B,MAAM,WAAW,cAAe,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;IAC1E;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB;;OAEG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IAEvB,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB;AAED,eAAO,MAAM,SAAS,wDAAwE,cAAc,4CAoE3G,CAAC"}

View File

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

View File

@@ -0,0 +1 @@
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/utilities/FocusTrap/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC"}

View File

@@ -0,0 +1,7 @@
import { BoxProps } from '../../primitives/Box';
export interface KeyboardNavigableProps extends BoxProps {
tagName?: string;
attributeName?: string;
}
export declare const KeyboardNavigable: ({ tagName, attributeName, ...props }: KeyboardNavigableProps) => import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=KeyboardNavigable.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"KeyboardNavigable.d.ts","sourceRoot":"","sources":["../../../src/utilities/KeyboardNavigable/KeyboardNavigable.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAO,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAErD,MAAM,WAAW,sBAAuB,SAAQ,QAAQ;IACtD,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,eAAO,MAAM,iBAAiB,yCAA+C,sBAAsB,4CAwFlG,CAAC"}

View File

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

View File

@@ -0,0 +1 @@
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/utilities/KeyboardNavigable/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC"}

View File

@@ -0,0 +1,13 @@
import * as React from 'react';
import { BoxProps } from '../../primitives/Box';
type PortalElement = HTMLDivElement;
interface PortalProps extends BoxProps<'div'> {
/**
* An optional container where the portaled content should be appended.
*/
container?: HTMLElement | null;
}
declare const Portal: React.ForwardRefExoticComponent<Omit<PortalProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
export { Portal };
export type { PortalProps, PortalElement };
//# sourceMappingURL=Portal.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"Portal.d.ts","sourceRoot":"","sources":["../../../src/utilities/Portal/Portal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,OAAO,EAAO,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAErD,KAAK,aAAa,GAAG,cAAc,CAAC;AAEpC,UAAU,WAAY,SAAQ,QAAQ,CAAC,KAAK,CAAC;IAC3C;;OAEG;IACH,SAAS,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;CAChC;AAED,QAAA,MAAM,MAAM,iGAIX,CAAC;AAIF,OAAO,EAAE,MAAM,EAAE,CAAC;AAClB,YAAY,EAAE,WAAW,EAAE,aAAa,EAAE,CAAC"}

View File

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

View File

@@ -0,0 +1 @@
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/utilities/Portal/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC"}

View File

@@ -0,0 +1,15 @@
import * as React from 'react';
import * as ScrollArea from '@radix-ui/react-scroll-area';
type ScrollAreaElement = HTMLDivElement;
type ScrollAreaViewportElement = HTMLDivElement;
interface ScrollAreaProps extends Omit<ScrollArea.ScrollAreaProps, 'asChild'> {
/**
* @description This ref is attatched specifically to the viewport,
* not the container of the viewport & scrollbars.
*/
viewportRef?: React.Ref<ScrollAreaViewportElement>;
}
declare const ScrollAreaImpl: React.ForwardRefExoticComponent<ScrollAreaProps & React.RefAttributes<HTMLDivElement>>;
export { ScrollAreaImpl as ScrollArea };
export type { ScrollAreaProps, ScrollAreaElement, ScrollAreaViewportElement };
//# sourceMappingURL=ScrollArea.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"ScrollArea.d.ts","sourceRoot":"","sources":["../../../src/utilities/ScrollArea/ScrollArea.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,KAAK,UAAU,MAAM,6BAA6B,CAAC;AAG1D,KAAK,iBAAiB,GAAG,cAAc,CAAC;AACxC,KAAK,yBAAyB,GAAG,cAAc,CAAC;AAEhD,UAAU,eAAgB,SAAQ,IAAI,CAAC,UAAU,CAAC,eAAe,EAAE,SAAS,CAAC;IAC3E;;;OAGG;IACH,WAAW,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,yBAAyB,CAAC,CAAC;CACpD;AAED,QAAA,MAAM,cAAc,wFAcnB,CAAC;AAoDF,OAAO,EAAE,cAAc,IAAI,UAAU,EAAE,CAAC;AACxC,YAAY,EAAE,eAAe,EAAE,iBAAiB,EAAE,yBAAyB,EAAE,CAAC"}

View File

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

View File

@@ -0,0 +1 @@
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/utilities/ScrollArea/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC"}

View File

@@ -0,0 +1,8 @@
/// <reference types="react" />
import { PolymorphicComponentProps } from '../../types';
type VisuallyHiddenProps<C extends React.ElementType = 'span'> = PolymorphicComponentProps<C, {
children?: React.ReactNode;
}>;
declare const VisuallyHidden: <C extends import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> = "span">({ tag, ...props }: VisuallyHiddenProps<C>) => import("react/jsx-runtime").JSX.Element;
export { VisuallyHidden };
//# sourceMappingURL=VisuallyHidden.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"VisuallyHidden.d.ts","sourceRoot":"","sources":["../../../src/utilities/VisuallyHidden/VisuallyHidden.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,yBAAyB,EAAE,MAAM,aAAa,CAAC;AAExD,KAAK,mBAAmB,CAAC,CAAC,SAAS,KAAK,CAAC,WAAW,GAAG,MAAM,IAAI,yBAAyB,CACxF,CAAC,EACD;IAAE,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;CAAE,CAC/B,CAAC;AAEF,QAAA,MAAM,cAAc,wHAA6D,oBAAoB,CAAC,CAAC,4CAItG,CAAC;AAaF,OAAO,EAAE,cAAc,EAAE,CAAC"}

View File

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

View File

@@ -0,0 +1 @@
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/utilities/VisuallyHidden/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC"}

View File

@@ -0,0 +1,9 @@
import * as React from 'react';
/**
* A utility function to create a forwardRef component.
* This is a workaround to allow generics to be passed
* to forwardRef components.
*/
declare const forwardRef: <T, P = object>(render: (props: P, ref: React.ForwardedRef<T>) => ReturnType<React.FunctionComponent>) => (props: React.PropsWithoutRef<P> & React.RefAttributes<T>) => ReturnType<React.FunctionComponent>;
export { forwardRef };
//# sourceMappingURL=forwardRef.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"forwardRef.d.ts","sourceRoot":"","sources":["../../src/utilities/forwardRef.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B;;;;GAIG;AACH,QAAA,MAAM,UAAU,0BACN,CAAC,KAAK,EAAE,CAAC,EAAE,GAAG,EAAE,MAAM,YAAY,CAAC,CAAC,CAAC,KAAK,WAAW,MAAM,iBAAiB,CAAC,KAClF,CAAC,KAAK,EAAE,MAAM,eAAe,CAAC,CAAC,CAAC,GAAG,MAAM,aAAa,CAAC,CAAC,CAAC,KAAK,WAAW,MAAM,iBAAiB,CAAC,CAAC;AAEvG,OAAO,EAAE,UAAU,EAAE,CAAC"}