@breadstone-infrastructure/style-dictionary 0.0.204 → 0.0.206
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/formats/index.d.ts +3 -0
- package/formats/index.d.ts.map +1 -0
- package/formats/index.js +19 -0
- package/formats/index.js.map +1 -0
- package/formats/tailwind/v3/DesignTokenType.d.ts +10 -0
- package/formats/tailwind/v3/DesignTokenType.d.ts.map +1 -0
- package/formats/tailwind/v3/DesignTokenType.js +3 -0
- package/formats/tailwind/v3/DesignTokenType.js.map +1 -0
- package/formats/tailwind/v3/TailwindPropertyMapping.d.ts +61 -0
- package/formats/tailwind/v3/TailwindPropertyMapping.d.ts.map +1 -0
- package/formats/tailwind/v3/TailwindPropertyMapping.js +421 -0
- package/formats/tailwind/v3/TailwindPropertyMapping.js.map +1 -0
- package/formats/tailwind/v3/TailwindV3PropertyMapping.d.ts +61 -0
- package/formats/tailwind/v3/TailwindV3PropertyMapping.d.ts.map +1 -0
- package/formats/tailwind/v3/TailwindV3PropertyMapping.js +421 -0
- package/formats/tailwind/v3/TailwindV3PropertyMapping.js.map +1 -0
- package/formats/tailwind/v3/buildTailwindConfig.d.ts +23 -0
- package/formats/tailwind/v3/buildTailwindConfig.d.ts.map +1 -0
- package/formats/tailwind/v3/buildTailwindConfig.js +281 -0
- package/formats/tailwind/v3/buildTailwindConfig.js.map +1 -0
- package/formats/tailwind/v3/buildTailwindV3Config.d.ts +24 -0
- package/formats/tailwind/v3/buildTailwindV3Config.d.ts.map +1 -0
- package/formats/tailwind/v3/buildTailwindV3Config.js +282 -0
- package/formats/tailwind/v3/buildTailwindV3Config.js.map +1 -0
- package/formats/tailwind/v3/index.d.ts +5 -0
- package/formats/tailwind/v3/index.d.ts.map +1 -0
- package/formats/tailwind/v3/index.js +21 -0
- package/formats/tailwind/v3/index.js.map +1 -0
- package/formats/tailwind/v3/tailwindFormat.d.ts +13 -0
- package/formats/tailwind/v3/tailwindFormat.d.ts.map +1 -0
- package/formats/tailwind/v3/tailwindFormat.js +57 -0
- package/formats/tailwind/v3/tailwindFormat.js.map +1 -0
- package/formats/tailwind/v3/tailwindFormat2.d.ts +13 -0
- package/formats/tailwind/v3/tailwindFormat2.d.ts.map +1 -0
- package/formats/tailwind/v3/tailwindFormat2.js +65 -0
- package/formats/tailwind/v3/tailwindFormat2.js.map +1 -0
- package/formats/tailwind/v3/tailwindV3Format.d.ts +32 -0
- package/formats/tailwind/v3/tailwindV3Format.d.ts.map +1 -0
- package/formats/tailwind/v3/tailwindV3Format.js +123 -0
- package/formats/tailwind/v3/tailwindV3Format.js.map +1 -0
- package/formats/tailwind/v4/DesignTokenType.d.ts +10 -0
- package/formats/tailwind/v4/DesignTokenType.d.ts.map +1 -0
- package/formats/tailwind/v4/DesignTokenType.js +3 -0
- package/formats/tailwind/v4/DesignTokenType.js.map +1 -0
- package/formats/tailwind/v4/TailwindV4PropertyMapping.d.ts +45 -0
- package/formats/tailwind/v4/TailwindV4PropertyMapping.d.ts.map +1 -0
- package/formats/tailwind/v4/TailwindV4PropertyMapping.js +322 -0
- package/formats/tailwind/v4/TailwindV4PropertyMapping.js.map +1 -0
- package/formats/tailwind/v4/buildTailwindV4Theme.d.ts +71 -0
- package/formats/tailwind/v4/buildTailwindV4Theme.d.ts.map +1 -0
- package/formats/tailwind/v4/buildTailwindV4Theme.js +247 -0
- package/formats/tailwind/v4/buildTailwindV4Theme.js.map +1 -0
- package/formats/tailwind/v4/index.d.ts +2 -0
- package/formats/tailwind/v4/index.d.ts.map +1 -0
- package/formats/tailwind/v4/index.js +18 -0
- package/formats/tailwind/v4/index.js.map +1 -0
- package/formats/tailwind/v4/tailwindV4Format.d.ts +55 -0
- package/formats/tailwind/v4/tailwindV4Format.d.ts.map +1 -0
- package/formats/tailwind/v4/tailwindV4Format.js +88 -0
- package/formats/tailwind/v4/tailwindV4Format.js.map +1 -0
- package/index.d.ts +3 -9
- package/index.d.ts.map +1 -1
- package/index.js +3 -17
- package/index.js.map +1 -1
- package/package.json +2 -2
- package/preprocessors/index.d.ts +3 -0
- package/preprocessors/index.d.ts.map +1 -0
- package/preprocessors/index.js +19 -0
- package/preprocessors/index.js.map +1 -0
- package/transforms/index.d.ts +7 -0
- package/transforms/index.d.ts.map +1 -0
- package/transforms/index.js +23 -0
- package/transforms/index.js.map +1 -0
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./tailwindV4Format.js"), exports);
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/formats/tailwind/v4/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,wDAAsC"}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import type { Format } from 'style-dictionary/types';
|
|
2
|
+
/**
|
|
3
|
+
* Style-Dictionary format that outputs a Tailwind v4 CSS theme file.
|
|
4
|
+
* Generates a CSS file with @import "tailwindcss" and @theme directive
|
|
5
|
+
* containing all design tokens as CSS custom properties.
|
|
6
|
+
*
|
|
7
|
+
* @example
|
|
8
|
+
* ```css
|
|
9
|
+
* @import "tailwindcss";
|
|
10
|
+
*
|
|
11
|
+
* @theme {
|
|
12
|
+
* --color-primary-500: #3b82f6;
|
|
13
|
+
* --spacing-4: 1rem;
|
|
14
|
+
* --radius-md: 0.375rem;
|
|
15
|
+
* }
|
|
16
|
+
* ```
|
|
17
|
+
*
|
|
18
|
+
* @public
|
|
19
|
+
*/
|
|
20
|
+
export declare const tailwindV4ThemeFormat: Format;
|
|
21
|
+
/**
|
|
22
|
+
* Style-Dictionary format that outputs a Tailwind v4 CSS preset file.
|
|
23
|
+
* Generates a CSS file with @theme directive but without the @import "tailwindcss".
|
|
24
|
+
* Useful for creating theme presets that can be imported into a main CSS file.
|
|
25
|
+
*
|
|
26
|
+
* @example
|
|
27
|
+
* ```css
|
|
28
|
+
* @theme {
|
|
29
|
+
* --color-primary-500: #3b82f6;
|
|
30
|
+
* --spacing-4: 1rem;
|
|
31
|
+
* --radius-md: 0.375rem;
|
|
32
|
+
* }
|
|
33
|
+
* ```
|
|
34
|
+
*
|
|
35
|
+
* @public
|
|
36
|
+
*/
|
|
37
|
+
export declare const tailwindV4PresetFormat: Format;
|
|
38
|
+
/**
|
|
39
|
+
* Style-Dictionary format that outputs CSS custom properties in :root selector.
|
|
40
|
+
* This format does NOT use the @theme directive and is useful for projects
|
|
41
|
+
* that want to use the tokens as regular CSS custom properties.
|
|
42
|
+
*
|
|
43
|
+
* @example
|
|
44
|
+
* ```css
|
|
45
|
+
* :root {
|
|
46
|
+
* --color-primary-500: #3b82f6;
|
|
47
|
+
* --spacing-4: 1rem;
|
|
48
|
+
* --radius-md: 0.375rem;
|
|
49
|
+
* }
|
|
50
|
+
* ```
|
|
51
|
+
*
|
|
52
|
+
* @public
|
|
53
|
+
*/
|
|
54
|
+
export declare const tailwindV4CssPropertiesFormat: Format;
|
|
55
|
+
//# sourceMappingURL=tailwindV4Format.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tailwindV4Format.d.ts","sourceRoot":"","sources":["../../../../src/formats/tailwind/v4/tailwindV4Format.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAsB,MAAM,EAAgB,MAAM,wBAAwB,CAAC;AAKvF;;;;;;;;;;;;;;;;;GAiBG;AACH,eAAO,MAAM,qBAAqB,EAAE,MAanC,CAAC;AAEF;;;;;;;;;;;;;;;GAeG;AACH,eAAO,MAAM,sBAAsB,EAAE,MAYpC,CAAC;AAEF;;;;;;;;;;;;;;;GAeG;AACH,eAAO,MAAM,6BAA6B,EAAE,MAY3C,CAAC"}
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// #region Imports
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.tailwindV4CssPropertiesFormat = exports.tailwindV4PresetFormat = exports.tailwindV4ThemeFormat = void 0;
|
|
5
|
+
const buildTailwindV4Theme_js_1 = require("./buildTailwindV4Theme.js");
|
|
6
|
+
// #endregion
|
|
7
|
+
/**
|
|
8
|
+
* Style-Dictionary format that outputs a Tailwind v4 CSS theme file.
|
|
9
|
+
* Generates a CSS file with @import "tailwindcss" and @theme directive
|
|
10
|
+
* containing all design tokens as CSS custom properties.
|
|
11
|
+
*
|
|
12
|
+
* @example
|
|
13
|
+
* ```css
|
|
14
|
+
* @import "tailwindcss";
|
|
15
|
+
*
|
|
16
|
+
* @theme {
|
|
17
|
+
* --color-primary-500: #3b82f6;
|
|
18
|
+
* --spacing-4: 1rem;
|
|
19
|
+
* --radius-md: 0.375rem;
|
|
20
|
+
* }
|
|
21
|
+
* ```
|
|
22
|
+
*
|
|
23
|
+
* @public
|
|
24
|
+
*/
|
|
25
|
+
exports.tailwindV4ThemeFormat = {
|
|
26
|
+
name: 'tailwind/v4/theme',
|
|
27
|
+
format({ dictionary, options }) {
|
|
28
|
+
return (0, buildTailwindV4Theme_js_1.buildTailwindV4Theme)(dictionary.allTokens, {
|
|
29
|
+
ignoredTokenNameSubstrings: options.ignoredTokenNames ?? [],
|
|
30
|
+
includeTailwindImport: true,
|
|
31
|
+
wrapInTheme: true,
|
|
32
|
+
themeLayer: options.themeLayer
|
|
33
|
+
});
|
|
34
|
+
}
|
|
35
|
+
};
|
|
36
|
+
/**
|
|
37
|
+
* Style-Dictionary format that outputs a Tailwind v4 CSS preset file.
|
|
38
|
+
* Generates a CSS file with @theme directive but without the @import "tailwindcss".
|
|
39
|
+
* Useful for creating theme presets that can be imported into a main CSS file.
|
|
40
|
+
*
|
|
41
|
+
* @example
|
|
42
|
+
* ```css
|
|
43
|
+
* @theme {
|
|
44
|
+
* --color-primary-500: #3b82f6;
|
|
45
|
+
* --spacing-4: 1rem;
|
|
46
|
+
* --radius-md: 0.375rem;
|
|
47
|
+
* }
|
|
48
|
+
* ```
|
|
49
|
+
*
|
|
50
|
+
* @public
|
|
51
|
+
*/
|
|
52
|
+
exports.tailwindV4PresetFormat = {
|
|
53
|
+
name: 'tailwind/v4/preset',
|
|
54
|
+
format({ dictionary, options }) {
|
|
55
|
+
return (0, buildTailwindV4Theme_js_1.buildTailwindV4Preset)(dictionary.allTokens, {
|
|
56
|
+
ignoredTokenNameSubstrings: options.ignoredTokenNames ?? [],
|
|
57
|
+
wrapInTheme: true,
|
|
58
|
+
themeLayer: options.themeLayer
|
|
59
|
+
});
|
|
60
|
+
}
|
|
61
|
+
};
|
|
62
|
+
/**
|
|
63
|
+
* Style-Dictionary format that outputs CSS custom properties in :root selector.
|
|
64
|
+
* This format does NOT use the @theme directive and is useful for projects
|
|
65
|
+
* that want to use the tokens as regular CSS custom properties.
|
|
66
|
+
*
|
|
67
|
+
* @example
|
|
68
|
+
* ```css
|
|
69
|
+
* :root {
|
|
70
|
+
* --color-primary-500: #3b82f6;
|
|
71
|
+
* --spacing-4: 1rem;
|
|
72
|
+
* --radius-md: 0.375rem;
|
|
73
|
+
* }
|
|
74
|
+
* ```
|
|
75
|
+
*
|
|
76
|
+
* @public
|
|
77
|
+
*/
|
|
78
|
+
exports.tailwindV4CssPropertiesFormat = {
|
|
79
|
+
name: 'tailwind/v4/css-properties',
|
|
80
|
+
format({ dictionary, options }) {
|
|
81
|
+
return (0, buildTailwindV4Theme_js_1.buildTailwindV4Preset)(dictionary.allTokens, {
|
|
82
|
+
ignoredTokenNameSubstrings: options.ignoredTokenNames ?? [],
|
|
83
|
+
includeTailwindImport: false,
|
|
84
|
+
wrapInTheme: false
|
|
85
|
+
});
|
|
86
|
+
}
|
|
87
|
+
};
|
|
88
|
+
//# sourceMappingURL=tailwindV4Format.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tailwindV4Format.js","sourceRoot":"","sources":["../../../../src/formats/tailwind/v4/tailwindV4Format.ts"],"names":[],"mappings":";AAAA,kBAAkB;;;AAGlB,uEAAwF;AAExF,aAAa;AAEb;;;;;;;;;;;;;;;;;GAiBG;AACU,QAAA,qBAAqB,GAAW;IACzC,IAAI,EAAE,mBAAmB;IACzB,MAAM,CAAC,EAAE,UAAU,EAAE,OAAO,EAG3B;QACG,OAAO,IAAA,8CAAoB,EAAC,UAAU,CAAC,SAAS,EAAE;YAC9C,0BAA0B,EAAE,OAAO,CAAC,iBAAiB,IAAI,EAAE;YAC3D,qBAAqB,EAAE,IAAI;YAC3B,WAAW,EAAE,IAAI;YACjB,UAAU,EAAE,OAAO,CAAC,UAAU;SACjC,CAAC,CAAC;IACP,CAAC;CACJ,CAAC;AAEF;;;;;;;;;;;;;;;GAeG;AACU,QAAA,sBAAsB,GAAW;IAC1C,IAAI,EAAE,oBAAoB;IAC1B,MAAM,CAAC,EAAE,UAAU,EAAE,OAAO,EAG3B;QACG,OAAO,IAAA,+CAAqB,EAAC,UAAU,CAAC,SAAS,EAAE;YAC/C,0BAA0B,EAAE,OAAO,CAAC,iBAAiB,IAAI,EAAE;YAC3D,WAAW,EAAE,IAAI;YACjB,UAAU,EAAE,OAAO,CAAC,UAAU;SACjC,CAAC,CAAC;IACP,CAAC;CACJ,CAAC;AAEF;;;;;;;;;;;;;;;GAeG;AACU,QAAA,6BAA6B,GAAW;IACjD,IAAI,EAAE,4BAA4B;IAClC,MAAM,CAAC,EAAE,UAAU,EAAE,OAAO,EAG3B;QACG,OAAO,IAAA,+CAAqB,EAAC,UAAU,CAAC,SAAS,EAAE;YAC/C,0BAA0B,EAAE,OAAO,CAAC,iBAAiB,IAAI,EAAE;YAC3D,qBAAqB,EAAE,KAAK;YAC5B,WAAW,EAAE,KAAK;SACrB,CAAC,CAAC;IACP,CAAC;CACJ,CAAC"}
|
package/index.d.ts
CHANGED
|
@@ -1,10 +1,4 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
3
|
-
export
|
|
4
|
-
export { quoteStringTransform } from './transforms/quoteStringTransform';
|
|
5
|
-
export { listScssTransform } from './transforms/listScssTransform';
|
|
6
|
-
export { oklchCssTransform } from './transforms/oklchCssTransform';
|
|
7
|
-
export { expandShadowPreprocessor } from './preprocessors/expandShadowPreprocessor';
|
|
8
|
-
export * from './preprocessors/lint';
|
|
9
|
-
export * from './formats/tailwind';
|
|
1
|
+
export * from './formats';
|
|
2
|
+
export * from './preprocessors';
|
|
3
|
+
export * from './transforms';
|
|
10
4
|
//# sourceMappingURL=index.d.ts.map
|
package/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC"}
|
package/index.js
CHANGED
|
@@ -14,21 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
var shadowCssTransform_1 = require("./transforms/shadowCssTransform");
|
|
21
|
-
Object.defineProperty(exports, "shadowCssTransform", { enumerable: true, get: function () { return shadowCssTransform_1.shadowCssTransform; } });
|
|
22
|
-
var gradientCssTransform_1 = require("./transforms/gradientCssTransform");
|
|
23
|
-
Object.defineProperty(exports, "gradientCssTransform", { enumerable: true, get: function () { return gradientCssTransform_1.gradientCssTransform; } });
|
|
24
|
-
var quoteStringTransform_1 = require("./transforms/quoteStringTransform");
|
|
25
|
-
Object.defineProperty(exports, "quoteStringTransform", { enumerable: true, get: function () { return quoteStringTransform_1.quoteStringTransform; } });
|
|
26
|
-
var listScssTransform_1 = require("./transforms/listScssTransform");
|
|
27
|
-
Object.defineProperty(exports, "listScssTransform", { enumerable: true, get: function () { return listScssTransform_1.listScssTransform; } });
|
|
28
|
-
var oklchCssTransform_1 = require("./transforms/oklchCssTransform");
|
|
29
|
-
Object.defineProperty(exports, "oklchCssTransform", { enumerable: true, get: function () { return oklchCssTransform_1.oklchCssTransform; } });
|
|
30
|
-
var expandShadowPreprocessor_1 = require("./preprocessors/expandShadowPreprocessor");
|
|
31
|
-
Object.defineProperty(exports, "expandShadowPreprocessor", { enumerable: true, get: function () { return expandShadowPreprocessor_1.expandShadowPreprocessor; } });
|
|
32
|
-
__exportStar(require("./preprocessors/lint"), exports);
|
|
33
|
-
__exportStar(require("./formats/tailwind"), exports);
|
|
17
|
+
__exportStar(require("./formats"), exports);
|
|
18
|
+
__exportStar(require("./preprocessors"), exports);
|
|
19
|
+
__exportStar(require("./transforms"), exports);
|
|
34
20
|
//# sourceMappingURL=index.js.map
|
package/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,4CAA0B;AAC1B,kDAAgC;AAChC,+CAA6B"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@breadstone-infrastructure/style-dictionary",
|
|
3
3
|
"description": "Common style-dictionary classes and functions",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.206",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "andre.wehlert <awehlert@breadstone.de> (https://www.breadstone.de)",
|
|
7
7
|
"repository": {
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"module": "./index.js",
|
|
14
14
|
"types": "./index.d.ts",
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@breadstone-infrastructure/utilities": "^0.0.
|
|
16
|
+
"@breadstone-infrastructure/utilities": "^0.0.206",
|
|
17
17
|
"chroma-js": "^3.2.0",
|
|
18
18
|
"style-dictionary": "^4.4.0",
|
|
19
19
|
"tailwindcss": "^3.4.18"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/preprocessors/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC;AACvB,cAAc,+BAA+B,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./lint"), exports);
|
|
18
|
+
__exportStar(require("./expandShadowPreprocessor.js"), exports);
|
|
19
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/preprocessors/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAuB;AACvB,gEAA8C"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export * from './letterSpacingCalcCssTransform.js';
|
|
2
|
+
export * from './shadowCssTransform.js';
|
|
3
|
+
export * from './gradientCssTransform.js';
|
|
4
|
+
export * from './quoteStringTransform.js';
|
|
5
|
+
export * from './listScssTransform.js';
|
|
6
|
+
export * from './oklchCssTransform.js';
|
|
7
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/transforms/index.ts"],"names":[],"mappings":"AAAA,cAAc,oCAAoC,CAAC;AACnD,cAAc,yBAAyB,CAAC;AACxC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,wBAAwB,CAAC;AACvC,cAAc,wBAAwB,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./letterSpacingCalcCssTransform.js"), exports);
|
|
18
|
+
__exportStar(require("./shadowCssTransform.js"), exports);
|
|
19
|
+
__exportStar(require("./gradientCssTransform.js"), exports);
|
|
20
|
+
__exportStar(require("./quoteStringTransform.js"), exports);
|
|
21
|
+
__exportStar(require("./listScssTransform.js"), exports);
|
|
22
|
+
__exportStar(require("./oklchCssTransform.js"), exports);
|
|
23
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/transforms/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,qEAAmD;AACnD,0DAAwC;AACxC,4DAA0C;AAC1C,4DAA0C;AAC1C,yDAAuC;AACvC,yDAAuC"}
|