@aleph-alpha/config-css 0.7.0 → 0.8.1
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/CHANGELOG.md +20 -0
- package/package.json +2 -2
- package/sd-output/box-shadows.json +0 -7
- package/sd-output/dark-mode.json +0 -148
- package/sd-output/global.json +0 -4
- package/sd-output/light-mode.json +0 -148
- package/sd-output/spacings.json +0 -21
- package/sd-output/typography.json +0 -14
- package/transformed-tokens/dark-mode.json +0 -688
- package/transformed-tokens/global.json +0 -400
- package/transformed-tokens/light-mode.json +0 -688
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,23 @@
|
|
|
1
|
+
## 0.8.1 (2025-03-12)
|
|
2
|
+
|
|
3
|
+
### 🩹 Fixes
|
|
4
|
+
|
|
5
|
+
- **deps:** update dependency @tokens-studio/sd-transforms to v1.2.12
|
|
6
|
+
|
|
7
|
+
### ❤️ Thank You
|
|
8
|
+
|
|
9
|
+
- Renovatebot
|
|
10
|
+
|
|
11
|
+
## 0.8.0 (2025-03-10)
|
|
12
|
+
|
|
13
|
+
### 🚀 Features
|
|
14
|
+
|
|
15
|
+
- **AST-1742:** add Apache 2.0 license
|
|
16
|
+
|
|
17
|
+
### ❤️ Thank You
|
|
18
|
+
|
|
19
|
+
- Martin Achtner
|
|
20
|
+
|
|
1
21
|
## 0.7.0 (2025-02-14)
|
|
2
22
|
|
|
3
23
|
### 🚀 Features
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aleph-alpha/config-css",
|
|
3
3
|
"license": "Apache-2.0",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.8.1",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"typings": "dist/index.d.ts",
|
|
7
7
|
"prettier": "@aleph-alpha/prettier-config-frontend",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
]
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@tokens-studio/sd-transforms": "1.2.
|
|
20
|
+
"@tokens-studio/sd-transforms": "1.2.12",
|
|
21
21
|
"token-transformer": "0.0.33",
|
|
22
22
|
"unocss": "^0.61.3",
|
|
23
23
|
"unocss-preset-animations": "1.1.1",
|
package/sd-output/dark-mode.json
DELETED
|
@@ -1,148 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"core-content-primary": "#f2f2f8",
|
|
3
|
-
"core-content-secondary": "#b9b9ce",
|
|
4
|
-
"core-content-tertiary": "#9595ac",
|
|
5
|
-
"core-content-placeholder": "#9595ac",
|
|
6
|
-
"core-content-on-bg-inverse": "#1e1e23",
|
|
7
|
-
"core-content-always-white": "#fbfbfd",
|
|
8
|
-
"core-content-accent-soft": "#b2bfff",
|
|
9
|
-
"core-content-always-black": "#0f0f12",
|
|
10
|
-
"core-content-link-visited": "#b2bfff",
|
|
11
|
-
"core-bg-primary": "#0f0f12",
|
|
12
|
-
"core-bg-secondary": "#17171c",
|
|
13
|
-
"core-bg-tertiary": "#1e1e23",
|
|
14
|
-
"core-bg-tertiary-hover": "#33333c",
|
|
15
|
-
"core-bg-accent": "#9397fe",
|
|
16
|
-
"core-bg-accent-soft": "#2b1ca3",
|
|
17
|
-
"core-bg-accent-soft-hover": "#3421c7",
|
|
18
|
-
"core-bg-on-color-inverse": "#fbfbfd",
|
|
19
|
-
"core-bg-loading": "#4841f2",
|
|
20
|
-
"core-bg-modal-overlay": "#0f0f12bf",
|
|
21
|
-
"core-bg-gradient-0": "#0f0f1200",
|
|
22
|
-
"core-bg-accent-hover": "#b2bfff",
|
|
23
|
-
"core-bg-text-mark-soft": "#1b125c",
|
|
24
|
-
"core-bg-text-mark-soft-hover": "#231780",
|
|
25
|
-
"core-bg-text-mark": "#2b1ca3",
|
|
26
|
-
"core-bg-text-mark-hover": "#3421c7",
|
|
27
|
-
"core-border-default": "#33333c",
|
|
28
|
-
"core-border-focus": "#9397fe",
|
|
29
|
-
"core-border-hover": "#9595ac",
|
|
30
|
-
"core-border-contrast": "#7f7f94",
|
|
31
|
-
"core-border-contrast-hover": "#ebebf4",
|
|
32
|
-
"core-border-text-mark": "#9397fe",
|
|
33
|
-
"core-border-text-mark-hover": "#b2bfff",
|
|
34
|
-
"brand-content-default": "#0f0f12",
|
|
35
|
-
"brand-content-brand-soft": "#dcf706",
|
|
36
|
-
"brand-bg-brand": "#dcf706",
|
|
37
|
-
"brand-bg-brand-hover": "#bcd902",
|
|
38
|
-
"brand-bg-brand-soft": "#3c4301",
|
|
39
|
-
"brand-border-default": "#bcd902",
|
|
40
|
-
"semantic-content-success": "#fbfbfd",
|
|
41
|
-
"semantic-content-success-soft": "#4ade80",
|
|
42
|
-
"semantic-content-error": "#fbfbfd",
|
|
43
|
-
"semantic-content-error-soft": "#fe8c8c",
|
|
44
|
-
"semantic-content-warning": "#0f0f12",
|
|
45
|
-
"semantic-content-warning-soft": "#facc15",
|
|
46
|
-
"semantic-content-info": "#fbfbfd",
|
|
47
|
-
"semantic-content-info-soft": "#b2bfff",
|
|
48
|
-
"semantic-content-error-label": "#fe8c8c",
|
|
49
|
-
"semantic-content-success-label": "#4ade80",
|
|
50
|
-
"semantic-bg-success": "#166534",
|
|
51
|
-
"semantic-bg-success-soft": "#052e16",
|
|
52
|
-
"semantic-bg-success-action": "#15803d",
|
|
53
|
-
"semantic-bg-success-soft-action": "#0a4d25",
|
|
54
|
-
"semantic-bg-error": "#991b1b",
|
|
55
|
-
"semantic-bg-error-action": "#b91c1c",
|
|
56
|
-
"semantic-bg-error-soft": "#450a0a",
|
|
57
|
-
"semantic-bg-error-soft-action": "#6f1313",
|
|
58
|
-
"semantic-bg-warning": "#eab308",
|
|
59
|
-
"semantic-bg-warning-action": "#facc15",
|
|
60
|
-
"semantic-bg-warning-soft": "#422006",
|
|
61
|
-
"semantic-bg-warning-soft-action": "#64370a",
|
|
62
|
-
"semantic-bg-info": "#3c26eb",
|
|
63
|
-
"semantic-bg-info-action": "#4841f2",
|
|
64
|
-
"semantic-bg-info-soft": "#1b125c",
|
|
65
|
-
"semantic-bg-info-soft-action": "#3421c7",
|
|
66
|
-
"semantic-bg-error-action-hover": "#6f1313",
|
|
67
|
-
"semantic-bg-success-action-hover": "#0a4d25",
|
|
68
|
-
"semantic-border-success": "#15803d",
|
|
69
|
-
"semantic-border-success-soft": "#0a4d25",
|
|
70
|
-
"semantic-border-error": "#b91c1c",
|
|
71
|
-
"semantic-border-error-soft": "#6f1313",
|
|
72
|
-
"semantic-border-warning": "#facc15",
|
|
73
|
-
"semantic-border-warning-soft": "#64370a",
|
|
74
|
-
"semantic-border-info": "#4841f2",
|
|
75
|
-
"semantic-border-info-soft": "#2b1ca3",
|
|
76
|
-
"primitives-neutral-25": "#fbfbfd",
|
|
77
|
-
"primitives-neutral-50": "#f2f2f8",
|
|
78
|
-
"primitives-neutral-100": "#ebebf4",
|
|
79
|
-
"primitives-neutral-150": "#dbdbe9",
|
|
80
|
-
"primitives-neutral-200": "#ccccde",
|
|
81
|
-
"primitives-neutral-300": "#b9b9ce",
|
|
82
|
-
"primitives-neutral-400": "#9595ac",
|
|
83
|
-
"primitives-neutral-450": "#7f7f94",
|
|
84
|
-
"primitives-neutral-500": "#646474",
|
|
85
|
-
"primitives-neutral-600": "#484851",
|
|
86
|
-
"primitives-neutral-700": "#33333c",
|
|
87
|
-
"primitives-neutral-800": "#1e1e23",
|
|
88
|
-
"primitives-neutral-900": "#17171c",
|
|
89
|
-
"primitives-neutral-950": "#0f0f12",
|
|
90
|
-
"primitives-neutral-950-0": "#0f0f1200",
|
|
91
|
-
"primitives-neutral-25-0": "#fbfbfd00",
|
|
92
|
-
"primitives-neutral-950-75": "#0f0f12bf",
|
|
93
|
-
"primitives-brand-25": "#fdffee",
|
|
94
|
-
"primitives-brand-50": "#fbffdc",
|
|
95
|
-
"primitives-brand-100": "#f8ffbf",
|
|
96
|
-
"primitives-brand-200": "#f3ff92",
|
|
97
|
-
"primitives-brand-250": "#e9f781",
|
|
98
|
-
"primitives-brand-300": "#e6f668",
|
|
99
|
-
"primitives-brand-400": "#e0f538",
|
|
100
|
-
"primitives-brand-500": "#dcf706",
|
|
101
|
-
"primitives-brand-550": "#cce804",
|
|
102
|
-
"primitives-brand-600": "#bcd902",
|
|
103
|
-
"primitives-brand-700": "#a5b900",
|
|
104
|
-
"primitives-brand-800": "#798800",
|
|
105
|
-
"primitives-brand-900": "#576200",
|
|
106
|
-
"primitives-brand-950": "#3c4301",
|
|
107
|
-
"primitives-ultramarine-25": "#f4f5ff",
|
|
108
|
-
"primitives-ultramarine-50": "#e5ebff",
|
|
109
|
-
"primitives-ultramarine-100": "#d0daff",
|
|
110
|
-
"primitives-ultramarine-200": "#b2bfff",
|
|
111
|
-
"primitives-ultramarine-300": "#9397fe",
|
|
112
|
-
"primitives-ultramarine-400": "#555cf9",
|
|
113
|
-
"primitives-ultramarine-450": "#4841f2",
|
|
114
|
-
"primitives-ultramarine-500": "#433de2",
|
|
115
|
-
"primitives-ultramarine-600": "#3c26eb",
|
|
116
|
-
"primitives-ultramarine-700": "#3421c7",
|
|
117
|
-
"primitives-ultramarine-800": "#2b1ca3",
|
|
118
|
-
"primitives-ultramarine-900": "#231780",
|
|
119
|
-
"primitives-ultramarine-950": "#1b125c",
|
|
120
|
-
"primitives-green-100": "#dcfce7",
|
|
121
|
-
"primitives-green-200": "#bbf7d0",
|
|
122
|
-
"primitives-green-300": "#70f3a0",
|
|
123
|
-
"primitives-green-400": "#4ade80",
|
|
124
|
-
"primitives-green-700": "#15803d",
|
|
125
|
-
"primitives-green-800": "#166534",
|
|
126
|
-
"primitives-green-900": "#0a4d25",
|
|
127
|
-
"primitives-green-950": "#052e16",
|
|
128
|
-
"primitives-red-100": "#fee2e2",
|
|
129
|
-
"primitives-red-200": "#fecaca",
|
|
130
|
-
"primitives-red-300": "#fe8c8c",
|
|
131
|
-
"primitives-red-400": "#f87171",
|
|
132
|
-
"primitives-red-600": "#dc2626",
|
|
133
|
-
"primitives-red-700": "#b91c1c",
|
|
134
|
-
"primitives-red-800": "#991b1b",
|
|
135
|
-
"primitives-red-900": "#6f1313",
|
|
136
|
-
"primitives-red-950": "#450a0a",
|
|
137
|
-
"primitives-yellow-50": "#fefacf",
|
|
138
|
-
"primitives-yellow-100": "#fef9c3",
|
|
139
|
-
"primitives-yellow-200": "#fef08a",
|
|
140
|
-
"primitives-yellow-300": "#feeb62",
|
|
141
|
-
"primitives-yellow-400": "#fcdc3c",
|
|
142
|
-
"primitives-yellow-500": "#facc15",
|
|
143
|
-
"primitives-yellow-550": "#f2bf0f",
|
|
144
|
-
"primitives-yellow-600": "#eab308",
|
|
145
|
-
"primitives-yellow-800": "#854d0e",
|
|
146
|
-
"primitives-yellow-900": "#64370a",
|
|
147
|
-
"primitives-yellow-950": "#422006"
|
|
148
|
-
}
|
package/sd-output/global.json
DELETED
|
@@ -1,148 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"core-content-primary": "#1e1e23",
|
|
3
|
-
"core-content-secondary": "#484851",
|
|
4
|
-
"core-content-tertiary": "#646474",
|
|
5
|
-
"core-content-placeholder": "#646474",
|
|
6
|
-
"core-content-on-bg-inverse": "#fbfbfd",
|
|
7
|
-
"core-content-always-white": "#f2f2f8",
|
|
8
|
-
"core-content-accent-soft": "#3c26eb",
|
|
9
|
-
"core-content-always-black": "#0f0f12",
|
|
10
|
-
"core-content-link-visited": "#2b1ca3",
|
|
11
|
-
"core-bg-primary": "#fbfbfd",
|
|
12
|
-
"core-bg-secondary": "#f2f2f8",
|
|
13
|
-
"core-bg-tertiary": "#fbfbfd",
|
|
14
|
-
"core-bg-tertiary-hover": "#dbdbe9",
|
|
15
|
-
"core-bg-accent": "#555cf9",
|
|
16
|
-
"core-bg-accent-soft": "#d0daff",
|
|
17
|
-
"core-bg-accent-soft-hover": "#b2bfff",
|
|
18
|
-
"core-bg-on-color-inverse": "#1e1e23",
|
|
19
|
-
"core-bg-loading": "#4841f2",
|
|
20
|
-
"core-bg-modal-overlay": "#0f0f12bf",
|
|
21
|
-
"core-bg-gradient-0": "#fbfbfd00",
|
|
22
|
-
"core-bg-accent-hover": "#433de2",
|
|
23
|
-
"core-bg-text-mark-soft": "#e5ebff",
|
|
24
|
-
"core-bg-text-mark-soft-hover": "#d0daff",
|
|
25
|
-
"core-bg-text-mark": "#b2bfff",
|
|
26
|
-
"core-bg-text-mark-hover": "#9397fe",
|
|
27
|
-
"core-border-default": "#dbdbe9",
|
|
28
|
-
"core-border-focus": "#555cf9",
|
|
29
|
-
"core-border-hover": "#9595ac",
|
|
30
|
-
"core-border-contrast": "#7f7f94",
|
|
31
|
-
"core-border-contrast-hover": "#33333c",
|
|
32
|
-
"core-border-text-mark": "#555cf9",
|
|
33
|
-
"core-border-text-mark-hover": "#433de2",
|
|
34
|
-
"brand-content-default": "#0f0f12",
|
|
35
|
-
"brand-content-brand-soft": "#576200",
|
|
36
|
-
"brand-bg-brand": "#cce804",
|
|
37
|
-
"brand-bg-brand-hover": "#dcf706",
|
|
38
|
-
"brand-bg-brand-soft": "#e9f781",
|
|
39
|
-
"brand-border-default": "#bcd902",
|
|
40
|
-
"semantic-content-success": "#fbfbfd",
|
|
41
|
-
"semantic-content-success-soft": "#166534",
|
|
42
|
-
"semantic-content-error": "#fbfbfd",
|
|
43
|
-
"semantic-content-error-soft": "#991b1b",
|
|
44
|
-
"semantic-content-warning": "#0f0f12",
|
|
45
|
-
"semantic-content-warning-soft": "#854d0e",
|
|
46
|
-
"semantic-content-info": "#fbfbfd",
|
|
47
|
-
"semantic-content-info-soft": "#2b1ca3",
|
|
48
|
-
"semantic-content-error-label": "#dc2626",
|
|
49
|
-
"semantic-content-success-label": "#15803d",
|
|
50
|
-
"semantic-bg-success": "#15803d",
|
|
51
|
-
"semantic-bg-success-soft": "#dcfce7",
|
|
52
|
-
"semantic-bg-success-action": "#166534",
|
|
53
|
-
"semantic-bg-success-soft-action": "#bbf7d0",
|
|
54
|
-
"semantic-bg-error": "#dc2626",
|
|
55
|
-
"semantic-bg-error-action": "#b91c1c",
|
|
56
|
-
"semantic-bg-error-soft": "#fee2e2",
|
|
57
|
-
"semantic-bg-error-soft-action": "#fecaca",
|
|
58
|
-
"semantic-bg-warning": "#fcdc3c",
|
|
59
|
-
"semantic-bg-warning-action": "#f2bf0f",
|
|
60
|
-
"semantic-bg-warning-soft": "#fefacf",
|
|
61
|
-
"semantic-bg-warning-soft-action": "#fef08a",
|
|
62
|
-
"semantic-bg-info": "#433de2",
|
|
63
|
-
"semantic-bg-info-action": "#3421c7",
|
|
64
|
-
"semantic-bg-info-soft": "#e5ebff",
|
|
65
|
-
"semantic-bg-info-soft-action": "#d0daff",
|
|
66
|
-
"semantic-bg-error-action-hover": "#991b1b",
|
|
67
|
-
"semantic-bg-success-action-hover": "#0a4d25",
|
|
68
|
-
"semantic-border-success": "#166534",
|
|
69
|
-
"semantic-border-success-soft": "#bbf7d0",
|
|
70
|
-
"semantic-border-error": "#991b1b",
|
|
71
|
-
"semantic-border-error-soft": "#fecaca",
|
|
72
|
-
"semantic-border-warning": "#facc15",
|
|
73
|
-
"semantic-border-warning-soft": "#fef08a",
|
|
74
|
-
"semantic-border-info": "#3c26eb",
|
|
75
|
-
"semantic-border-info-soft": "#d0daff",
|
|
76
|
-
"primitives-neutral-25": "#fbfbfd",
|
|
77
|
-
"primitives-neutral-50": "#f2f2f8",
|
|
78
|
-
"primitives-neutral-100": "#ebebf4",
|
|
79
|
-
"primitives-neutral-150": "#dbdbe9",
|
|
80
|
-
"primitives-neutral-200": "#ccccde",
|
|
81
|
-
"primitives-neutral-300": "#b9b9ce",
|
|
82
|
-
"primitives-neutral-400": "#9595ac",
|
|
83
|
-
"primitives-neutral-450": "#7f7f94",
|
|
84
|
-
"primitives-neutral-500": "#646474",
|
|
85
|
-
"primitives-neutral-600": "#484851",
|
|
86
|
-
"primitives-neutral-700": "#33333c",
|
|
87
|
-
"primitives-neutral-800": "#1e1e23",
|
|
88
|
-
"primitives-neutral-900": "#17171c",
|
|
89
|
-
"primitives-neutral-950": "#0f0f12",
|
|
90
|
-
"primitives-neutral-950-0": "#0f0f1200",
|
|
91
|
-
"primitives-neutral-25-0": "#fbfbfd00",
|
|
92
|
-
"primitives-neutral-950-75": "#0f0f12bf",
|
|
93
|
-
"primitives-brand-25": "#fdffee",
|
|
94
|
-
"primitives-brand-50": "#fbffdc",
|
|
95
|
-
"primitives-brand-100": "#f8ffbf",
|
|
96
|
-
"primitives-brand-200": "#f3ff92",
|
|
97
|
-
"primitives-brand-250": "#e9f781",
|
|
98
|
-
"primitives-brand-300": "#e6f668",
|
|
99
|
-
"primitives-brand-400": "#e0f538",
|
|
100
|
-
"primitives-brand-500": "#dcf706",
|
|
101
|
-
"primitives-brand-550": "#cce804",
|
|
102
|
-
"primitives-brand-600": "#bcd902",
|
|
103
|
-
"primitives-brand-700": "#a5b900",
|
|
104
|
-
"primitives-brand-800": "#798800",
|
|
105
|
-
"primitives-brand-900": "#576200",
|
|
106
|
-
"primitives-brand-950": "#3c4301",
|
|
107
|
-
"primitives-ultramarine-25": "#f4f5ff",
|
|
108
|
-
"primitives-ultramarine-50": "#e5ebff",
|
|
109
|
-
"primitives-ultramarine-100": "#d0daff",
|
|
110
|
-
"primitives-ultramarine-200": "#b2bfff",
|
|
111
|
-
"primitives-ultramarine-300": "#9397fe",
|
|
112
|
-
"primitives-ultramarine-400": "#555cf9",
|
|
113
|
-
"primitives-ultramarine-450": "#4841f2",
|
|
114
|
-
"primitives-ultramarine-500": "#433de2",
|
|
115
|
-
"primitives-ultramarine-600": "#3c26eb",
|
|
116
|
-
"primitives-ultramarine-700": "#3421c7",
|
|
117
|
-
"primitives-ultramarine-800": "#2b1ca3",
|
|
118
|
-
"primitives-ultramarine-900": "#231780",
|
|
119
|
-
"primitives-ultramarine-950": "#1b125c",
|
|
120
|
-
"primitives-green-100": "#dcfce7",
|
|
121
|
-
"primitives-green-200": "#bbf7d0",
|
|
122
|
-
"primitives-green-300": "#70f3a0",
|
|
123
|
-
"primitives-green-400": "#4ade80",
|
|
124
|
-
"primitives-green-700": "#15803d",
|
|
125
|
-
"primitives-green-800": "#166534",
|
|
126
|
-
"primitives-green-900": "#0a4d25",
|
|
127
|
-
"primitives-green-950": "#052e16",
|
|
128
|
-
"primitives-red-100": "#fee2e2",
|
|
129
|
-
"primitives-red-200": "#fecaca",
|
|
130
|
-
"primitives-red-300": "#fe8c8c",
|
|
131
|
-
"primitives-red-400": "#f87171",
|
|
132
|
-
"primitives-red-600": "#dc2626",
|
|
133
|
-
"primitives-red-700": "#b91c1c",
|
|
134
|
-
"primitives-red-800": "#991b1b",
|
|
135
|
-
"primitives-red-900": "#6f1313",
|
|
136
|
-
"primitives-red-950": "#450a0a",
|
|
137
|
-
"primitives-yellow-50": "#fefacf",
|
|
138
|
-
"primitives-yellow-100": "#fef9c3",
|
|
139
|
-
"primitives-yellow-200": "#fef08a",
|
|
140
|
-
"primitives-yellow-300": "#feeb62",
|
|
141
|
-
"primitives-yellow-400": "#fcdc3c",
|
|
142
|
-
"primitives-yellow-500": "#facc15",
|
|
143
|
-
"primitives-yellow-550": "#f2bf0f",
|
|
144
|
-
"primitives-yellow-600": "#eab308",
|
|
145
|
-
"primitives-yellow-800": "#854d0e",
|
|
146
|
-
"primitives-yellow-900": "#64370a",
|
|
147
|
-
"primitives-yellow-950": "#422006"
|
|
148
|
-
}
|
package/sd-output/spacings.json
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"NONE": "0rem",
|
|
3
|
-
"DEFAULT": "0.25rem",
|
|
4
|
-
"MODAL": "0.5rem",
|
|
5
|
-
"CHIPS": "2.75rem",
|
|
6
|
-
"3XS": "0.25rem",
|
|
7
|
-
"XS": "0.5rem",
|
|
8
|
-
"M": "0.75rem",
|
|
9
|
-
"L": "1rem",
|
|
10
|
-
"XL": "1.25rem",
|
|
11
|
-
"XXL": "1.5rem",
|
|
12
|
-
"3XL": "2rem",
|
|
13
|
-
"4XL": "3rem",
|
|
14
|
-
"5XL": "4rem",
|
|
15
|
-
"4XS": "0.125rem",
|
|
16
|
-
"XXS": "0.25rem",
|
|
17
|
-
"S": "0.5rem",
|
|
18
|
-
"LETTERSPACING-0": "0em",
|
|
19
|
-
"PARAGRAPHSPACING-0": "0",
|
|
20
|
-
"PARAGRAPHINDENT-0": "0px"
|
|
21
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"heading-30": {"font-family":"Raleway","font-weight":700,"line-height":"normal","font-size":"30px","letter-spacing":"0em","text-decoration":"none"},
|
|
3
|
-
"heading-20": {"font-family":"Raleway","font-weight":700,"line-height":"normal","font-size":"20px","letter-spacing":"0em","text-decoration":"none"},
|
|
4
|
-
"heading-18": {"font-family":"Raleway","font-weight":700,"line-height":"normal","font-size":"18px","letter-spacing":"0em","text-decoration":"none"},
|
|
5
|
-
"heading-16": {"font-family":"Raleway","font-weight":700,"line-height":"24px","font-size":"16px","letter-spacing":"0em","text-decoration":"none"},
|
|
6
|
-
"heading-14": {"font-family":"Raleway","font-weight":600,"line-height":"16px","font-size":"14px","letter-spacing":"0em","text-decoration":"none"},
|
|
7
|
-
"body-16-bold": {"font-family":"Raleway","font-weight":700,"line-height":"24px","font-size":"16px","letter-spacing":"0em","text-decoration":"none"},
|
|
8
|
-
"body-16": {"font-family":"Raleway","font-weight":500,"line-height":"24px","font-size":"16px","letter-spacing":"0em","text-decoration":"none"},
|
|
9
|
-
"body-16-compact": {"font-family":"Raleway","font-weight":500,"line-height":"20px","font-size":"16px","letter-spacing":"0em","text-decoration":"none"},
|
|
10
|
-
"label-14-bold": {"font-family":"Raleway","font-weight":700,"line-height":"normal","font-size":"14px","letter-spacing":"0em","text-decoration":"none"},
|
|
11
|
-
"label-14": {"font-family":"Raleway","font-weight":500,"line-height":"16px","font-size":"14px","letter-spacing":"0em","text-decoration":"none"},
|
|
12
|
-
"label-12-bold": {"font-family":"Raleway","font-weight":700,"line-height":"normal","font-size":"12px","letter-spacing":"0em","text-decoration":"none"},
|
|
13
|
-
"label-12": {"font-family":"Raleway","font-weight":500,"line-height":"normal","font-size":"12px","letter-spacing":"0em","text-decoration":"none"}
|
|
14
|
-
}
|