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';
import { BoxProps } from '../../primitives/Box';
type StatusVariant = 'alternative' | 'danger' | 'neutral' | 'primary' | 'secondary' | 'success' | 'warning';
type StatusSize = 'XS' | 'S' | 'M';
interface StatusProps extends BoxProps {
variant?: StatusVariant;
size?: StatusSize;
children: React.ReactNode;
}
declare const Status: ({ variant, size, children, ...props }: StatusProps) => import("react/jsx-runtime").JSX.Element;
export { Status };
export type { StatusProps, StatusSize, StatusVariant };
//# sourceMappingURL=Status.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"Status.d.ts","sourceRoot":"","sources":["../../../src/components/Status/Status.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,OAAO,EAAO,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAErD,KAAK,aAAa,GAAG,aAAa,GAAG,QAAQ,GAAG,SAAS,GAAG,SAAS,GAAG,WAAW,GAAG,SAAS,GAAG,SAAS,CAAC;AAC5G,KAAK,UAAU,GAAG,IAAI,GAAG,GAAG,GAAG,GAAG,CAAC;AAEnC,UAAU,WAAY,SAAQ,QAAQ;IACpC,OAAO,CAAC,EAAE,aAAa,CAAC;IACxB,IAAI,CAAC,EAAE,UAAU,CAAC;IAClB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B;AAeD,QAAA,MAAM,MAAM,0CAA6D,WAAW,4CAsBnF,CAAC;AAEF,OAAO,EAAE,MAAM,EAAE,CAAC;AAClB,YAAY,EAAE,WAAW,EAAE,UAAU,EAAE,aAAa,EAAE,CAAC"}

View File

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

View File

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