@101app/design-tokens-web 1.0.138 → 1.0.139

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 +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@101app/design-tokens-web",
3
- "version": "1.0.138",
3
+ "version": "1.0.139",
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": "337c16246ff01e4d9dc5adf3ca768ecbdb22c6cc"
24
+ "designTokensSourceCommit": "4b2c3d945e650106edb8db67fea6c567f14b4312"
25
25
  }
package/tokens.css CHANGED
@@ -147,7 +147,7 @@
147
147
  .text-body-light {
148
148
  font-family: "Roboto", sans-serif;
149
149
  font-size: 14px;
150
- font-weight: 300;
150
+ font-weight: 350;
151
151
  line-height: normal;
152
152
  letter-spacing: calc(1em * 0 / 100);
153
153
  text-decoration-line: none;