@gitbutler/design-core 1.3.6 → 1.3.8
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/fonts/fonts.css +65 -65
- package/package.json +55 -53
- package/styles/reset.css +264 -280
- package/styles/text.css +67 -67
- package/utility/general.css +16 -16
- package/utility/helpers.css +109 -111
package/fonts/fonts.css
CHANGED
|
@@ -14,95 +14,95 @@
|
|
|
14
14
|
*/
|
|
15
15
|
|
|
16
16
|
@font-face {
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
17
|
+
font-style: normal;
|
|
18
|
+
font-weight: 400;
|
|
19
|
+
src: url("but-head/But-Head-Regular.woff2") format("woff2");
|
|
20
|
+
font-family: "But Head";
|
|
21
|
+
font-display: swap;
|
|
22
22
|
}
|
|
23
23
|
@font-face {
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
24
|
+
font-style: italic;
|
|
25
|
+
font-weight: 400;
|
|
26
|
+
src: url("but-head/But-Head-Italic.woff2") format("woff2");
|
|
27
|
+
font-family: "But Head";
|
|
28
|
+
font-display: swap;
|
|
29
29
|
}
|
|
30
30
|
|
|
31
31
|
@font-face {
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
32
|
+
font-style: normal;
|
|
33
|
+
font-weight: 400;
|
|
34
|
+
src: url("geist-mono/GeistMono-Regular.woff2") format("woff2");
|
|
35
|
+
font-family: "Geist Mono";
|
|
36
|
+
font-display: swap;
|
|
37
37
|
}
|
|
38
38
|
@font-face {
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
39
|
+
font-style: normal;
|
|
40
|
+
font-weight: 500;
|
|
41
|
+
src: url("geist-mono/GeistMono-Medium.woff2") format("woff2");
|
|
42
|
+
font-family: "Geist Mono";
|
|
43
|
+
font-display: swap;
|
|
44
44
|
}
|
|
45
45
|
@font-face {
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
46
|
+
font-style: normal;
|
|
47
|
+
font-weight: 700;
|
|
48
|
+
src: url("geist-mono/GeistMono-Bold.woff2") format("woff2");
|
|
49
|
+
font-family: "Geist Mono";
|
|
50
|
+
font-display: swap;
|
|
51
51
|
}
|
|
52
52
|
|
|
53
53
|
@font-face {
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
54
|
+
font-style: normal;
|
|
55
|
+
font-weight: 400;
|
|
56
|
+
src: url("inter/Inter-Regular.woff2") format("woff2");
|
|
57
|
+
font-family: "Inter";
|
|
58
|
+
font-display: swap;
|
|
59
59
|
}
|
|
60
60
|
@font-face {
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
61
|
+
font-style: italic;
|
|
62
|
+
font-weight: 400;
|
|
63
|
+
src: url("inter/Inter-Italic.woff2") format("woff2");
|
|
64
|
+
font-family: "Inter";
|
|
65
|
+
font-display: swap;
|
|
66
66
|
}
|
|
67
67
|
@font-face {
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
68
|
+
font-style: normal;
|
|
69
|
+
font-weight: 500;
|
|
70
|
+
src: url("inter/Inter-Medium.woff2") format("woff2");
|
|
71
|
+
font-family: "Inter";
|
|
72
|
+
font-display: swap;
|
|
73
73
|
}
|
|
74
74
|
@font-face {
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
75
|
+
font-style: italic;
|
|
76
|
+
font-weight: 500;
|
|
77
|
+
src: url("inter/Inter-MediumItalic.woff2") format("woff2");
|
|
78
|
+
font-family: "Inter";
|
|
79
|
+
font-display: swap;
|
|
80
80
|
}
|
|
81
81
|
@font-face {
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
82
|
+
font-style: normal;
|
|
83
|
+
font-weight: 600;
|
|
84
|
+
src: url("inter/Inter-SemiBold.woff2") format("woff2");
|
|
85
|
+
font-family: "Inter";
|
|
86
|
+
font-display: swap;
|
|
87
87
|
}
|
|
88
88
|
@font-face {
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
89
|
+
font-style: italic;
|
|
90
|
+
font-weight: 600;
|
|
91
|
+
src: url("inter/Inter-SemiBoldItalic.woff2") format("woff2");
|
|
92
|
+
font-family: "Inter";
|
|
93
|
+
font-display: swap;
|
|
94
94
|
}
|
|
95
95
|
@font-face {
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
96
|
+
font-style: normal;
|
|
97
|
+
font-weight: 700;
|
|
98
|
+
src: url("inter/Inter-Bold.woff2") format("woff2");
|
|
99
|
+
font-family: "Inter";
|
|
100
|
+
font-display: swap;
|
|
101
101
|
}
|
|
102
102
|
@font-face {
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
103
|
+
font-style: italic;
|
|
104
|
+
font-weight: 700;
|
|
105
|
+
src: url("inter/Inter-BoldItalic.woff2") format("woff2");
|
|
106
|
+
font-family: "Inter";
|
|
107
|
+
font-display: swap;
|
|
108
108
|
}
|
package/package.json
CHANGED
|
@@ -1,55 +1,57 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
2
|
+
"name": "@gitbutler/design-core",
|
|
3
|
+
"version": "1.3.8",
|
|
4
|
+
"type": "module",
|
|
5
|
+
"description": "Design tokens for GitButler applications",
|
|
6
|
+
"keywords": [
|
|
7
|
+
"design-tokens",
|
|
8
|
+
"css",
|
|
9
|
+
"terrazzo",
|
|
10
|
+
"gitbutler"
|
|
11
|
+
],
|
|
12
|
+
"homepage": "https://github.com/gitbutlerapp/design-tokens",
|
|
13
|
+
"repository": {
|
|
14
|
+
"type": "git",
|
|
15
|
+
"url": "git+https://github.com/gitbutlerapp/design-tokens.git"
|
|
16
|
+
},
|
|
17
|
+
"main": "./tokens/tokens.css",
|
|
18
|
+
"exports": {
|
|
19
|
+
"./tokens": "./tokens/tokens.css",
|
|
20
|
+
"./tokens.json": "./tokens/tokens.json",
|
|
21
|
+
"./fonts": "./fonts/fonts.css",
|
|
22
|
+
"./fonts/*": "./fonts/*",
|
|
23
|
+
"./core": "./core.css",
|
|
24
|
+
"./styles": "./styles/base.css",
|
|
25
|
+
"./styles/base": "./styles/base.css",
|
|
26
|
+
"./styles/reset": "./styles/reset.css",
|
|
27
|
+
"./styles/text": "./styles/text.css",
|
|
28
|
+
"./utility": "./utility/utility.css",
|
|
29
|
+
"./utility/general": "./utility/general.css",
|
|
30
|
+
"./utility/helpers": "./utility/helpers.css",
|
|
31
|
+
"./utility/layout": "./utility/layout.min.css"
|
|
32
|
+
},
|
|
33
|
+
"scripts": {
|
|
34
|
+
"build": "npx tz build",
|
|
35
|
+
"dev": "npx tz build --watch",
|
|
36
|
+
"prepublishOnly": "npm run build",
|
|
37
|
+
"format": "prettier --write \"**/*.css\"",
|
|
38
|
+
"format:check": "prettier --check \"**/*.css\""
|
|
39
|
+
},
|
|
40
|
+
"devDependencies": {
|
|
41
|
+
"@terrazzo/cli": "0.10.3",
|
|
42
|
+
"@terrazzo/parser": "0.10.4",
|
|
43
|
+
"@terrazzo/plugin-css": "0.10.4",
|
|
44
|
+
"prettier": "^3.0.0"
|
|
45
|
+
},
|
|
46
|
+
"files": [
|
|
47
|
+
"tokens/",
|
|
48
|
+
"fonts/",
|
|
49
|
+
"styles/",
|
|
50
|
+
"utility/",
|
|
51
|
+
"core.css",
|
|
52
|
+
"README.md"
|
|
53
|
+
],
|
|
54
|
+
"publishConfig": {
|
|
55
|
+
"access": "public"
|
|
56
|
+
}
|
|
55
57
|
}
|