@101app/design-tokens-web 1.0.121 → 1.0.123
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/icons/monochrome/wiki.svg +1 -1
- package/package.json +2 -2
- package/tokens.css +29 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24"><path d="
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24"><path d="M7.625 8.363a.43.43 0 0 1-.356-.125.46.46 0 0 1-.142-.34q0-.2.117-.34.125-.15.381-.166 1.71-.109 3.122-.34a47 47 0 0 0 2.747-.532q.282-.058.432.091a.44.44 0 0 1 .158.34.57.57 0 0 1-.1.324q-.1.14-.39.2-1.394.316-2.822.547-1.428.233-3.147.34m0 2.581a.46.46 0 0 1-.356-.133.47.47 0 0 1-.142-.348q0-.19.117-.332.125-.15.381-.166a35 35 0 0 0 3.122-.34q1.42-.233 2.747-.523.282-.067.432.083a.44.44 0 0 1 .158.34q0 .183-.1.324-.1.132-.39.207-1.394.307-2.822.54-1.428.224-3.147.348m0 2.574a.46.46 0 0 1-.356-.133.47.47 0 0 1-.142-.349q0-.19.117-.332.125-.141.381-.158 1.71-.124 3.122-.348 1.42-.225 2.747-.523.282-.067.432.074a.45.45 0 0 1 .158.35q0 .181-.1.323-.1.141-.39.207-1.394.307-2.822.54-1.428.232-3.147.349m0 2.564a.47.47 0 0 1-.356-.124.47.47 0 0 1-.142-.349q0-.19.117-.332.125-.15.381-.166a28 28 0 0 0 1.652-.14q.69-.093 1.262-.175.29-.058.44.091.158.15.158.349 0 .166-.117.315a.5.5 0 0 1-.323.191q-.639.107-1.362.2-.713.083-1.71.14m-3.361 2.574V6.27q0-1.146.614-1.735.614-.597 1.677-.664 1.452-.091 2.789-.257 1.345-.165 2.581-.382 1.245-.225 2.39-.49 1.246-.298 1.935.282.69.574.689 1.876V17.03q0 1.104-.382 1.677-.382.58-1.311.855-1.503.414-2.906.672a36 36 0 0 1-2.772.415q-1.361.15-2.756.224-1.212.075-1.884-.515-.664-.58-.664-1.701m1.56-.274q0 .473.282.714.283.24.772.215a45 45 0 0 0 2.657-.207 34 34 0 0 0 2.548-.373q1.254-.224 2.49-.573.45-.117.623-.382.183-.274.182-.797V5.192q0-.507-.29-.755-.29-.249-.805-.133-1.137.265-2.358.49-1.212.214-2.498.381-1.287.158-2.648.233a1.16 1.16 0 0 0-.69.232q-.265.207-.265.673zm5.296 3.254q1.063-.165 2.175-.407a41 41 0 0 0 2.283-.548q.838-.24 1.402-.697.573-.45.864-1.17.29-.723.29-1.785V4.943q0-.207-.016-.407a17 17 0 0 0-.042-.44q.822.208 1.237.847.423.63.423 1.685V18.92q0 1.353-.672 2.034-.665.68-2 .68z"/></svg>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@101app/design-tokens-web",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.123",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "101 web design tokens and generated SVG icons.",
|
|
6
6
|
"type": "module",
|
|
@@ -21,5 +21,5 @@
|
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"access": "public"
|
|
23
23
|
},
|
|
24
|
-
"designTokensSourceCommit": "
|
|
24
|
+
"designTokensSourceCommit": "ff42f3fad5639c6210c3fa95038c18a4ef5150ce"
|
|
25
25
|
}
|
package/tokens.css
CHANGED
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
|
|
147
147
|
.text-body-medium {
|
|
148
148
|
font-family: "Roboto", sans-serif;
|
|
149
|
-
font-size:
|
|
149
|
+
font-size: 14px;
|
|
150
150
|
font-weight: 500;
|
|
151
151
|
line-height: normal;
|
|
152
152
|
letter-spacing: calc(1em * 0 / 100);
|
|
@@ -156,7 +156,7 @@
|
|
|
156
156
|
|
|
157
157
|
.text-body-regular {
|
|
158
158
|
font-family: "Roboto", sans-serif;
|
|
159
|
-
font-size:
|
|
159
|
+
font-size: 14px;
|
|
160
160
|
font-weight: 400;
|
|
161
161
|
line-height: normal;
|
|
162
162
|
letter-spacing: calc(1em * 0 / 100);
|
|
@@ -204,6 +204,33 @@
|
|
|
204
204
|
font-feature-settings: "lnum" 1, "tnum" 1;
|
|
205
205
|
}
|
|
206
206
|
|
|
207
|
+
.text-title-1-medium {
|
|
208
|
+
font-family: "Roboto", sans-serif;
|
|
209
|
+
font-size: 18px;
|
|
210
|
+
font-weight: 500;
|
|
211
|
+
line-height: normal;
|
|
212
|
+
letter-spacing: calc(1em * 0 / 100);
|
|
213
|
+
text-decoration-line: none;
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
.text-title-2-medium {
|
|
217
|
+
font-family: "Roboto", sans-serif;
|
|
218
|
+
font-size: 16px;
|
|
219
|
+
font-weight: 500;
|
|
220
|
+
line-height: normal;
|
|
221
|
+
letter-spacing: calc(1em * 0 / 100);
|
|
222
|
+
text-decoration-line: none;
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
.text-title-3-medium {
|
|
226
|
+
font-family: "Roboto", sans-serif;
|
|
227
|
+
font-size: 14px;
|
|
228
|
+
font-weight: 700;
|
|
229
|
+
line-height: normal;
|
|
230
|
+
letter-spacing: calc(1em * 0 / 100);
|
|
231
|
+
text-decoration-line: none;
|
|
232
|
+
}
|
|
233
|
+
|
|
207
234
|
.text-title-medium {
|
|
208
235
|
font-family: "Roboto", sans-serif;
|
|
209
236
|
font-size: 18px;
|