@trackunit/css-tailwind 0.0.159 → 0.0.161
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/css-tailwind",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.161",
|
|
4
4
|
"main": "./index.cjs.js",
|
|
5
5
|
"repository": "https://github.com/Trackunit/manager",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
@@ -8,12 +8,13 @@
|
|
|
8
8
|
"node": ">=20.x"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"tailwindcss": "3.4.
|
|
11
|
+
"tailwindcss": "3.4.3",
|
|
12
12
|
"@trackunit/css-tailwind-custom-properties-plugin": "*",
|
|
13
13
|
"@trackunit/ui-design-tokens": "*",
|
|
14
14
|
"@trackunit/css-core": "*",
|
|
15
15
|
"@trackunit/css-component-tokens": "*",
|
|
16
16
|
"@trackunit/shared-utils": "*"
|
|
17
17
|
},
|
|
18
|
-
"type": "commonjs"
|
|
19
|
-
|
|
18
|
+
"type": "commonjs",
|
|
19
|
+
"types": "./index.cjs.d.ts"
|
|
20
|
+
}
|
|
@@ -30,44 +30,6 @@ export declare const remToPx: (value: string, fontSize?: number) => string;
|
|
|
30
30
|
* Uses the fontSize object to generate a Tailwind font configuration.
|
|
31
31
|
* **ATT: This relies on a set of line-height css variables matching the Font size keys**
|
|
32
32
|
*/
|
|
33
|
-
export declare const designTokensToFontSizeTailwindConfig: (fontSizes: typeof themeFontSize) => {
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
}];
|
|
37
|
-
sm: [string, {
|
|
38
|
-
lineHeight: string;
|
|
39
|
-
}];
|
|
40
|
-
base: [string, {
|
|
41
|
-
lineHeight: string;
|
|
42
|
-
}];
|
|
43
|
-
lg: [string, {
|
|
44
|
-
lineHeight: string;
|
|
45
|
-
}];
|
|
46
|
-
xl: [string, {
|
|
47
|
-
lineHeight: string;
|
|
48
|
-
}];
|
|
49
|
-
"2xl": [string, {
|
|
50
|
-
lineHeight: string;
|
|
51
|
-
}];
|
|
52
|
-
"3xl": [string, {
|
|
53
|
-
lineHeight: string;
|
|
54
|
-
}];
|
|
55
|
-
"4xl": [string, {
|
|
56
|
-
lineHeight: string;
|
|
57
|
-
}];
|
|
58
|
-
"5xl": [string, {
|
|
59
|
-
lineHeight: string;
|
|
60
|
-
}];
|
|
61
|
-
"6xl": [string, {
|
|
62
|
-
lineHeight: string;
|
|
63
|
-
}];
|
|
64
|
-
"7xl": [string, {
|
|
65
|
-
lineHeight: string;
|
|
66
|
-
}];
|
|
67
|
-
"8xl": [string, {
|
|
68
|
-
lineHeight: string;
|
|
69
|
-
}];
|
|
70
|
-
"9xl": [string, {
|
|
71
|
-
lineHeight: string;
|
|
72
|
-
}];
|
|
73
|
-
};
|
|
33
|
+
export declare const designTokensToFontSizeTailwindConfig: (fontSizes: typeof themeFontSize) => { [key in fontSizeKeys]: [string, {
|
|
34
|
+
lineHeight: string;
|
|
35
|
+
}]; };
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
/* node_modules/.store/tailwindcss-npm-3.4.
|
|
1
|
+
/* node_modules/.store/tailwindcss-npm-3.4.3-deb88ca0a1/node_modules/tailwindcss/base.css */
|
|
2
2
|
@tailwind base;
|
|
3
3
|
|
|
4
|
-
/* node_modules/.store/tailwindcss-npm-3.4.
|
|
4
|
+
/* node_modules/.store/tailwindcss-npm-3.4.3-deb88ca0a1/node_modules/tailwindcss/components.css */
|
|
5
5
|
@tailwind components;
|
|
6
6
|
|
|
7
|
-
/* node_modules/.store/tailwindcss-npm-3.4.
|
|
7
|
+
/* node_modules/.store/tailwindcss-npm-3.4.3-deb88ca0a1/node_modules/tailwindcss/utilities.css */
|
|
8
8
|
@tailwind utilities;
|
|
9
9
|
|
|
10
10
|
/* libs/css/core/src/lib/theme/custom-properties.css */
|
|
@@ -36,9 +36,9 @@ var __toESM = (mod, isNodeMode, target) => (
|
|
|
36
36
|
);
|
|
37
37
|
var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
38
38
|
|
|
39
|
-
// node_modules/.store/tailwindcss-npm-3.4.
|
|
39
|
+
// node_modules/.store/tailwindcss-npm-3.4.3-deb88ca0a1/node_modules/tailwindcss/lib/util/createPlugin.js
|
|
40
40
|
var require_createPlugin = __commonJS({
|
|
41
|
-
"node_modules/.store/tailwindcss-npm-3.4.
|
|
41
|
+
"node_modules/.store/tailwindcss-npm-3.4.3-deb88ca0a1/node_modules/tailwindcss/lib/util/createPlugin.js"(exports) {
|
|
42
42
|
"use strict";
|
|
43
43
|
Object.defineProperty(exports, "__esModule", {
|
|
44
44
|
value: true,
|
|
@@ -72,9 +72,9 @@ var require_createPlugin = __commonJS({
|
|
|
72
72
|
},
|
|
73
73
|
});
|
|
74
74
|
|
|
75
|
-
// node_modules/.store/tailwindcss-npm-3.4.
|
|
75
|
+
// node_modules/.store/tailwindcss-npm-3.4.3-deb88ca0a1/node_modules/tailwindcss/lib/public/create-plugin.js
|
|
76
76
|
var require_create_plugin = __commonJS({
|
|
77
|
-
"node_modules/.store/tailwindcss-npm-3.4.
|
|
77
|
+
"node_modules/.store/tailwindcss-npm-3.4.3-deb88ca0a1/node_modules/tailwindcss/lib/public/create-plugin.js"(exports) {
|
|
78
78
|
"use strict";
|
|
79
79
|
Object.defineProperty(exports, "__esModule", {
|
|
80
80
|
value: true,
|
|
@@ -97,9 +97,9 @@ var require_create_plugin = __commonJS({
|
|
|
97
97
|
},
|
|
98
98
|
});
|
|
99
99
|
|
|
100
|
-
// node_modules/.store/tailwindcss-npm-3.4.
|
|
100
|
+
// node_modules/.store/tailwindcss-npm-3.4.3-deb88ca0a1/node_modules/tailwindcss/plugin.js
|
|
101
101
|
var require_plugin = __commonJS({
|
|
102
|
-
"node_modules/.store/tailwindcss-npm-3.4.
|
|
102
|
+
"node_modules/.store/tailwindcss-npm-3.4.3-deb88ca0a1/node_modules/tailwindcss/plugin.js"(exports, module2) {
|
|
103
103
|
"use strict";
|
|
104
104
|
var createPlugin = require_create_plugin();
|
|
105
105
|
module2.exports = (createPlugin.__esModule ? createPlugin : { default: createPlugin }).default;
|