first commit

This commit is contained in:
Stefan Hacker
2026-04-03 09:38:48 +02:00
commit 37ad745546
47450 changed files with 3120798 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
import type { ISpacing } from '../types/index';
export declare const DefaultSpacing: ISpacing;
+8
View File
@@ -0,0 +1,8 @@
export var DefaultSpacing = {
s2: '4px',
s1: '8px',
m: '16px',
l1: '20px',
l2: '32px',
};
//# sourceMappingURL=DefaultSpacing.js.map
+1
View File
@@ -0,0 +1 @@
{"version":3,"file":"DefaultSpacing.js","sourceRoot":"../src/","sources":["spacing/DefaultSpacing.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,IAAM,cAAc,GAAa;IACtC,EAAE,EAAE,KAAK;IACT,EAAE,EAAE,KAAK;IACT,CAAC,EAAE,MAAM;IACT,EAAE,EAAE,MAAM;IACV,EAAE,EAAE,MAAM;CACX,CAAC","sourcesContent":["import type { ISpacing } from '../types/index';\n\nexport const DefaultSpacing: ISpacing = {\n s2: '4px',\n s1: '8px',\n m: '16px',\n l1: '20px',\n l2: '32px',\n};\n"]}
+1
View File
@@ -0,0 +1 @@
export { DefaultSpacing } from './DefaultSpacing';
+2
View File
@@ -0,0 +1,2 @@
export { DefaultSpacing } from './DefaultSpacing';
//# sourceMappingURL=index.js.map
+1
View File
@@ -0,0 +1 @@
{"version":3,"file":"index.js","sourceRoot":"../src/","sources":["spacing/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC","sourcesContent":["export { DefaultSpacing } from './DefaultSpacing';\n"]}