@101app/design-tokens-web 1.0.122 → 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.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/tokens.css +29 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@101app/design-tokens-web",
3
- "version": "1.0.122",
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": "7daad363115f44a4026e5ce71f02ba3e4a488cc4"
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: 16px;
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: 16px;
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;