@101app/design-tokens-web 1.0.108 → 1.0.109
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/attributes.svg +1 -0
- package/package.json +2 -2
package/icons/icons.json
CHANGED
|
@@ -241,6 +241,18 @@
|
|
|
241
241
|
"sourceName": "arrow-up",
|
|
242
242
|
"pageName": " Icons"
|
|
243
243
|
},
|
|
244
|
+
{
|
|
245
|
+
"figmaComponentId": "13065:784",
|
|
246
|
+
"webPath": "web/icons/monochrome/attributes.svg",
|
|
247
|
+
"iosAssetName": "icon-monochrome-attributes",
|
|
248
|
+
"iosImagesetPath": "ios/Icons.xcassets/icon-monochrome-attributes.imageset/Contents.json",
|
|
249
|
+
"iosPdfPath": "ios/Icons.xcassets/icon-monochrome-attributes.imageset/icon-monochrome-attributes.pdf",
|
|
250
|
+
"androidResourceName": "icon_monochrome_attributes",
|
|
251
|
+
"androidPath": "android/res/drawable/icon_monochrome_attributes.xml",
|
|
252
|
+
"category": "monochrome",
|
|
253
|
+
"sourceName": "attributes",
|
|
254
|
+
"pageName": " Icons"
|
|
255
|
+
},
|
|
244
256
|
{
|
|
245
257
|
"figmaComponentId": "11504:10032",
|
|
246
258
|
"webPath": "web/icons/monochrome/avatar.svg",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24"><g><path d="M8.198 18.855V5.175h1.594v13.68zm6.002 0V5.175h1.594v13.68zm-9.314.905q-1.344 0-2.033-.68-.69-.682-.69-2.01V6.96q0-1.328.69-2.009.689-.69 2.033-.689h14.211q1.353 0 2.042.69.69.68.69 2.008v10.11q0 1.328-.69 2.01-.69.68-2.042.68zm.1-1.627h14.02q.573 0 .88-.299.306-.307.307-.905V7.101q0-.597-.307-.896-.307-.308-.88-.308H4.986q-.582 0-.888.308-.3.299-.3.896v9.828q0 .598.3.905.306.3.888.299"/></g></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.109",
|
|
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": "c501a16fa8240da88e598b4600384c6ceb979ce7"
|
|
25
25
|
}
|