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;
+13
View File
@@ -0,0 +1,13 @@
define(["require", "exports"], function (require, exports) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.DefaultSpacing = void 0;
exports.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":";;;;IAEa,QAAA,cAAc,GAAa;QACtC,EAAE,EAAE,KAAK;QACT,EAAE,EAAE,KAAK;QACT,CAAC,EAAE,MAAM;QACT,EAAE,EAAE,MAAM;QACV,EAAE,EAAE,MAAM;KACX,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';
+7
View File
@@ -0,0 +1,7 @@
define(["require", "exports", "./DefaultSpacing"], function (require, exports, DefaultSpacing_1) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.DefaultSpacing = void 0;
Object.defineProperty(exports, "DefaultSpacing", { enumerable: true, get: function () { return DefaultSpacing_1.DefaultSpacing; } });
});
//# sourceMappingURL=index.js.map
+1
View File
@@ -0,0 +1 @@
{"version":3,"file":"index.js","sourceRoot":"../src/","sources":["spacing/index.ts"],"names":[],"mappings":";;;;IAAS,gHAAA,cAAc,OAAA","sourcesContent":["export { DefaultSpacing } from './DefaultSpacing';\n"]}