@101app/design-tokens-web 1.0.131 → 1.0.133
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/icons.json +12 -0
- package/icons/monochrome/comment.svg +1 -0
- package/package.json +2 -2
- package/tokens.css +10 -0
package/icons/icons.json
CHANGED
|
@@ -649,6 +649,18 @@
|
|
|
649
649
|
"sourceName": "collapse",
|
|
650
650
|
"pageName": " Icons"
|
|
651
651
|
},
|
|
652
|
+
{
|
|
653
|
+
"figmaComponentId": "13329:108",
|
|
654
|
+
"webPath": "web/icons/monochrome/comment.svg",
|
|
655
|
+
"iosAssetName": "icon-monochrome-comment",
|
|
656
|
+
"iosImagesetPath": "ios/Icons.xcassets/icon-monochrome-comment.imageset/Contents.json",
|
|
657
|
+
"iosPdfPath": "ios/Icons.xcassets/icon-monochrome-comment.imageset/icon-monochrome-comment.pdf",
|
|
658
|
+
"androidResourceName": "icon_monochrome_comment",
|
|
659
|
+
"androidPath": "android/res/drawable/icon_monochrome_comment.xml",
|
|
660
|
+
"category": "monochrome",
|
|
661
|
+
"sourceName": "comment",
|
|
662
|
+
"pageName": " Icons"
|
|
663
|
+
},
|
|
652
664
|
{
|
|
653
665
|
"figmaComponentId": "11610:28710",
|
|
654
666
|
"webPath": "web/icons/monochrome/contractor.svg",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24"><path d="M8.04 21.262q-.497 0-.78-.323-.273-.325-.274-.88v-2.042h-.448q-1.203 0-2.067-.465a3.2 3.2 0 0 1-1.32-1.328q-.456-.872-.456-2.109V7.674q0-1.237.456-2.1a3.14 3.14 0 0 1 1.32-1.337q.872-.465 2.125-.465h10.8q1.245 0 2.116.465.872.465 1.328 1.337.457.862.457 2.1v6.441q0 1.237-.457 2.109a3.14 3.14 0 0 1-1.328 1.328q-.87.465-2.117.465h-5.13l-2.838 2.515q-.423.373-.73.548a1.26 1.26 0 0 1-.656.182m.407-1.834 2.632-2.607q.265-.265.49-.348.232-.092.614-.092h5.163q1.178 0 1.743-.58.573-.59.573-1.744V7.724q0-1.146-.573-1.727-.564-.59-1.743-.59H6.638q-1.17 0-1.743.59-.565.58-.565 1.727v6.333q0 1.154.565 1.743.572.582 1.743.581h1.137q.348 0 .506.158.165.15.166.523zM7.775 8.71a.5.5 0 0 1-.365-.149.53.53 0 0 1-.15-.374q0-.207.141-.356.15-.15.374-.15h8.35q.224 0 .374.15t.15.356q0 .216-.15.374-.15.15-.373.15zm0 2.64a.507.507 0 0 1-.515-.523.52.52 0 0 1 .141-.357.5.5 0 0 1 .374-.158h8.35q.224 0 .374.158t.15.357a.507.507 0 0 1-.524.523zm0 2.648a.5.5 0 0 1-.365-.15.5.5 0 0 1-.15-.365.51.51 0 0 1 .515-.523h5.437q.216 0 .365.158.158.15.158.365a.48.48 0 0 1-.158.366q-.15.15-.365.149z"/></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.133",
|
|
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": "368cab969581e4ca0c633ca3cb8b335b66ef8672"
|
|
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;
|