@101app/design-tokens-web 1.0.131 → 1.0.132
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/package.json +2 -2
- package/tokens.css +10 -0
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.132",
|
|
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": "36f26ca4b3ee07f19671796e8ec7414980f2ee73"
|
|
25
25
|
}
|
package/tokens.css
CHANGED
|
@@ -144,6 +144,16 @@
|
|
|
144
144
|
--color-toast: #000000CC;
|
|
145
145
|
}
|
|
146
146
|
|
|
147
|
+
.text-body-light {
|
|
148
|
+
font-family: "Roboto", sans-serif;
|
|
149
|
+
font-size: 14px;
|
|
150
|
+
font-weight: 300;
|
|
151
|
+
line-height: normal;
|
|
152
|
+
letter-spacing: calc(1em * 0 / 100);
|
|
153
|
+
text-decoration-line: none;
|
|
154
|
+
font-feature-settings: "lnum" 1, "tnum" 1;
|
|
155
|
+
}
|
|
156
|
+
|
|
147
157
|
.text-body-medium {
|
|
148
158
|
font-family: "Roboto", sans-serif;
|
|
149
159
|
font-size: 14px;
|