@itcase/tokens-am 1.1.31 → 1.1.32

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.
@@ -176,6 +176,48 @@
176
176
 
177
177
  --typography-email-text-xxs: 10px;
178
178
  --typography-email-text-xxs-line-height: 14px;
179
+
180
+ --typography-h1-print: 22px;
181
+ --typography-h1-line-height-print: 22px;
182
+
183
+ --typography-h2-print: 20px;
184
+ --typography-h2-line-height-print: 20px;
185
+
186
+ --typography-h3-print: 18px;
187
+ --typography-h3-line-height-print: 18px;
188
+
189
+ --typography-h4-print: 16px;
190
+ --typography-h4-line-height-print: 16px;
191
+
192
+ --typography-h5-print: 14px;
193
+ --typography-h5-line-height-print: 14px;
194
+
195
+ --typography-h6-print: 12px;
196
+ --typography-h6-line-height-print: 12px;
197
+
198
+ --typography-p-print: 12px;
199
+ --typography-p-line-height-print: 12px;
200
+
201
+ --typography-text-xxl-print: 12px;
202
+ --typography-text-xxl-line-height-print: 12px;
203
+
204
+ --typography-text-xl-print: 11px;
205
+ --typography-text-xl-line-height-print: 11px;
206
+
207
+ --typography-text-l-print: 10px;
208
+ --typography-text-l-line-height-print: 10px;
209
+
210
+ --typography-text-m-print: 9px;
211
+ --typography-text-m-line-height-print: 9px;
212
+
213
+ --typography-text-s: 8px;
214
+ --typography-text-s-line-height: 8px;
215
+
216
+ --typography-text-xs: 7px;
217
+ --typography-text-xs-line-height: 7px;
218
+
219
+ --typography-text-xxs: 6px;
220
+ --typography-text-xxs-line-height: 6px;
179
221
  }
180
222
 
181
223
  :root:where(.am) {
@@ -4,10 +4,17 @@
4
4
 
5
5
  :root:where(.am) {
6
6
  --font-primary: 'Wix Madefor Display', sans-serif, system-ui;
7
+
8
+ /* set default */
7
9
  --font-secondary: 'Fira Sans Condensed', sans-serif;
8
10
  --font-tertiary: system-ui;
11
+ --font-print: 'Fira Sans Condensed', sans-serif;
12
+
13
+ /* For remove */
9
14
  --font-map-print: 'Fira Sans Condensed', sans-serif;
10
- --font-email: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
15
+ --font-email:
16
+ -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu,
17
+ Cantarell, 'Helvetica Neue', sans-serif;
11
18
  }
12
19
 
13
20
  @font-face {
@@ -16,10 +23,8 @@
16
23
  src:
17
24
  url('/fonts/WixMadeforDisplay/WixMadeforDisplay-Bold.eot?#iefix')
18
25
  format('embedded-opentype'),
19
- url('/fonts/WixMadeforDisplay/WixMadeforDisplay-Bold.woff2')
20
- format('woff2'),
21
- url('/fonts/WixMadeforDisplay/WixMadeforDisplay-Bold.woff')
22
- format('woff'),
26
+ url('/fonts/WixMadeforDisplay/WixMadeforDisplay-Bold.woff2') format('woff2'),
27
+ url('/fonts/WixMadeforDisplay/WixMadeforDisplay-Bold.woff') format('woff'),
23
28
  url('/fonts/WixMadeforDisplay/WixMadeforDisplay-Bold.ttf')
24
29
  format('truetype');
25
30
  font-weight: 700;
@@ -52,8 +57,7 @@
52
57
  format('embedded-opentype'),
53
58
  url('/fonts/WixMadeforDisplay/WixMadeforDisplay-Medium.woff2')
54
59
  format('woff2'),
55
- url('/fonts/WixMadeforDisplay/WixMadeforDisplay-Medium.woff')
56
- format('woff'),
60
+ url('/fonts/WixMadeforDisplay/WixMadeforDisplay-Medium.woff') format('woff'),
57
61
  url('/fonts/WixMadeforDisplay/WixMadeforDisplay-Medium.ttf')
58
62
  format('truetype');
59
63
  font-weight: 500;
@@ -78,7 +82,6 @@
78
82
  font-optical-sizing: auto;
79
83
  }
80
84
 
81
-
82
85
  @font-face {
83
86
  font-family: 'Fira Sans Condensed';
84
87
  src: url('/fonts/FiraSansCondensed/FiraSansCondensed-Regular.eot');
@@ -96,7 +99,6 @@
96
99
  font-optical-sizing: auto;
97
100
  }
98
101
 
99
-
100
102
  @font-face {
101
103
  font-family: 'Fira Sans Condensed';
102
104
  src: url('/fonts/FiraSansCondensed/FiraSansCondensed-Medium.eot');
@@ -105,8 +107,7 @@
105
107
  format('embedded-opentype'),
106
108
  url('/fonts/FiraSansCondensed/FiraSansCondensed-Medium.woff2')
107
109
  format('woff2'),
108
- url('/fonts/FiraSansCondensed/FiraSansCondensed-Medium.woff')
109
- format('woff'),
110
+ url('/fonts/FiraSansCondensed/FiraSansCondensed-Medium.woff') format('woff'),
110
111
  url('/fonts/FiraSansCondensed/FiraSansCondensed-Medium.ttf')
111
112
  format('truetype');
112
113
  font-weight: 500;
@@ -137,13 +138,11 @@
137
138
  src:
138
139
  url('/fonts/FiraSansCondensed/FiraSansCondensed-Bold.eot?#iefix')
139
140
  format('embedded-opentype'),
140
- url('/fonts/FiraSansCondensed/FiraSansCondensed-Bold.woff2')
141
- format('woff2'),
142
- url('/fonts/FiraSansCondensed/FiraSansCondensed-Bold.woff')
143
- format('woff'),
141
+ url('/fonts/FiraSansCondensed/FiraSansCondensed-Bold.woff2') format('woff2'),
142
+ url('/fonts/FiraSansCondensed/FiraSansCondensed-Bold.woff') format('woff'),
144
143
  url('/fonts/FiraSansCondensed/FiraSansCondensed-Bold.ttf')
145
144
  format('truetype');
146
145
  font-weight: 700;
147
146
  font-style: normal;
148
147
  font-optical-sizing: auto;
149
- }
148
+ }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@itcase/tokens-am",
3
3
  "description": "",
4
- "version": "1.1.31",
4
+ "version": "1.1.32",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "private": false,
@@ -24,5 +24,5 @@
24
24
  "access": "public",
25
25
  "registry": "https://registry.npmjs.org/"
26
26
  },
27
- "gitHead": "970fccb10f67b9e4569598c18b943bc72ceb6e4a"
27
+ "gitHead": "5351c6adfb17c75019b7823d21aaca7e380728c4"
28
28
  }