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 @@
import { DefaultTheme } from 'styled-components';
export declare const lightTheme: DefaultTheme;
//# sourceMappingURL=index.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/themes/lightTheme/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAOjD,eAAO,MAAM,UAAU,EAAE,YAIxB,CAAC"}

View File

@@ -0,0 +1,5 @@
import { Colors } from '../colors';
export declare const lightColorTokenObject: {
color: Colors;
};
//# sourceMappingURL=light-colors.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"light-colors.d.ts","sourceRoot":"","sources":["../../../src/themes/lightTheme/light-colors.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,WAAW,CAAC;AAEnC,eAAO,MAAM,qBAAqB,EAAE;IAAE,KAAK,EAAE,MAAM,CAAA;CAgDlD,CAAC"}

View File

@@ -0,0 +1,5 @@
import { Shadows } from '../colors';
export declare const lightShadowTokenObject: {
shadow: Shadows;
};
//# sourceMappingURL=light-shadows.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"light-shadows.d.ts","sourceRoot":"","sources":["../../../src/themes/lightTheme/light-shadows.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAEpC,eAAO,MAAM,sBAAsB,EAAE;IAAE,MAAM,EAAE,OAAO,CAAA;CASrD,CAAC"}