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,3 @@
declare const focus: import("styled-components").RuleSet<object>;
export { focus };
//# sourceMappingURL=buttons.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"buttons.d.ts","sourceRoot":"","sources":["../../src/styles/buttons.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,KAAK,6CA+BV,CAAC;AAEF,OAAO,EAAE,KAAK,EAAE,CAAC"}

View File

@@ -0,0 +1,4 @@
/// <reference types="react" />
declare const GlobalStyle: import("react").NamedExoticComponent<import("styled-components").ExecutionProps & object>;
export { GlobalStyle };
//# sourceMappingURL=global.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"global.d.ts","sourceRoot":"","sources":["../../src/styles/global.ts"],"names":[],"mappings":";AAEA,QAAA,MAAM,WAAW,2FAmGhB,CAAC;AAEF,OAAO,EAAE,WAAW,EAAE,CAAC"}

View File

@@ -0,0 +1,55 @@
declare const EASINGS: {
easeInSine: string;
easeOutSine: string;
easeInOutSine: string;
easeInQuad: string;
easeOutQuad: string;
easeInOutQuad: string;
easeInCubic: string;
easeOutCubic: string;
easeInOutCubic: string;
easeInQuart: string;
easeOutQuart: string;
easeInOutQuart: string;
easeInQuint: string;
easeOutQuint: string;
easeInOutQuint: string;
easeInExpo: string;
easeOutExpo: string;
easeInOutExpo: string;
easeInCirc: string;
easeOutCirc: string;
easeInOutCirc: string;
easeInBack: string;
easeOutBack: string;
easeInOutBack: string;
easeInOutFast: string;
authenticMotion: string;
};
declare const TIMINGS: {
'320': string;
'200': string;
'120': string;
};
/**
* A collection of common transitions attached to the theme to be used.
*/
declare const TRANSITIONS: {
color: string;
backgroundColor: string;
};
declare const ANIMATIONS: {
overlayFadeIn: import("styled-components/dist/models/Keyframes").default;
modalPopIn: import("styled-components/dist/models/Keyframes").default;
modalPopOut: import("styled-components/dist/models/Keyframes").default;
popIn: import("styled-components/dist/models/Keyframes").default;
popOut: import("styled-components/dist/models/Keyframes").default;
slideDownIn: import("styled-components/dist/models/Keyframes").default;
slideDownOut: import("styled-components/dist/models/Keyframes").default;
slideUpIn: import("styled-components/dist/models/Keyframes").default;
slideUpOut: import("styled-components/dist/models/Keyframes").default;
fadeIn: import("styled-components/dist/models/Keyframes").default;
fadeOut: import("styled-components/dist/models/Keyframes").default;
};
export { ANIMATIONS, EASINGS, TRANSITIONS, TIMINGS };
//# sourceMappingURL=motion.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"motion.d.ts","sourceRoot":"","sources":["../../src/styles/motion.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoCZ,CAAC;AAEF,QAAA,MAAM,OAAO;;;;CAIZ,CAAC;AAEF;;GAEG;AACH,QAAA,MAAM,WAAW;;;CAGhB,CAAC;AAEF,QAAA,MAAM,UAAU;;;;;;;;;;;;CAyGf,CAAC;AAEF,OAAO,EAAE,UAAU,EAAE,OAAO,EAAE,WAAW,EAAE,OAAO,EAAE,CAAC"}

View File

@@ -0,0 +1,11 @@
import { DefaultTheme } from 'styled-components';
declare const TEXT_VARIANTS: readonly ["alpha", "beta", "delta", "epsilon", "omega", "pi", "sigma"];
declare const ellipsis: import("styled-components").RuleSet<object>;
interface VariantProps {
$variant?: (typeof TEXT_VARIANTS)[number];
theme: DefaultTheme;
}
declare const variant: ({ $variant, theme }: VariantProps) => string;
export { TEXT_VARIANTS, ellipsis, variant };
export type { VariantProps };
//# sourceMappingURL=type.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../src/styles/type.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAO,MAAM,mBAAmB,CAAC;AActD,QAAA,MAAM,aAAa,wEAA2D,CAAC;AAM/E,QAAA,MAAM,QAAQ,6CAKb,CAAC;AAMF,UAAU,YAAY;IACpB,QAAQ,CAAC,EAAE,CAAC,OAAO,aAAa,CAAC,CAAC,MAAM,CAAC,CAAC;IAC1C,KAAK,EAAE,YAAY,CAAC;CACrB;AAED,QAAA,MAAM,OAAO,wBAAiC,YAAY,WAuDzD,CAAC;AAEF,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,OAAO,EAAE,CAAC;AAC5C,YAAY,EAAE,YAAY,EAAE,CAAC"}