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,5 @@
import { Colors } from '../colors';
export declare const darkColorTokenObject: {
color: Colors;
};
//# sourceMappingURL=dark-colors.d.ts.map

View File

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

View File

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

View File

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

View File

@@ -0,0 +1,3 @@
import { DefaultTheme } from 'styled-components';
export declare const darkTheme: DefaultTheme;
//# sourceMappingURL=index.d.ts.map

View File

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