@101app/design-tokens-web 1.0.170 → 1.0.171
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/description.svg +1 -0
- package/package.json +2 -2
package/icons/icons.json
CHANGED
|
@@ -805,6 +805,18 @@
|
|
|
805
805
|
"sourceName": "delete",
|
|
806
806
|
"pageName": " Icons"
|
|
807
807
|
},
|
|
808
|
+
{
|
|
809
|
+
"figmaComponentId": "13684:119",
|
|
810
|
+
"webPath": "web/icons/monochrome/description.svg",
|
|
811
|
+
"iosAssetName": "icon-monochrome-description",
|
|
812
|
+
"iosImagesetPath": "ios/Icons.xcassets/icon-monochrome-description.imageset/Contents.json",
|
|
813
|
+
"iosPdfPath": "ios/Icons.xcassets/icon-monochrome-description.imageset/icon-monochrome-description.pdf",
|
|
814
|
+
"androidResourceName": "icon_monochrome_description",
|
|
815
|
+
"androidPath": "android/res/drawable/icon_monochrome_description.xml",
|
|
816
|
+
"category": "monochrome",
|
|
817
|
+
"sourceName": "description",
|
|
818
|
+
"pageName": " Icons"
|
|
819
|
+
},
|
|
808
820
|
{
|
|
809
821
|
"figmaComponentId": "13260:121",
|
|
810
822
|
"webPath": "web/icons/monochrome/desktop.svg",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24"><path d="M12.88 15.734a.76.76 0 0 1 .556.233q.233.225.233.556a.76.76 0 0 1-.232.556.76.76 0 0 1-.557.232H4.214a.76.76 0 0 1-.556-.232.77.77 0 0 1-.224-.556q0-.331.224-.556a.76.76 0 0 1 .556-.233zm6.89-4.34a.76.76 0 0 1 .556.232q.233.225.233.556a.76.76 0 0 1-.233.556.76.76 0 0 1-.556.233H4.214a.76.76 0 0 1-.556-.233.8.8 0 0 1-.224-.556q0-.333.224-.556a.76.76 0 0 1 .556-.232zm0-4.351a.76.76 0 0 1 .556.233q.233.225.233.556a.76.76 0 0 1-.233.557.76.76 0 0 1-.556.232H4.214a.76.76 0 0 1-.556-.232.78.78 0 0 1-.224-.557q0-.331.224-.556a.76.76 0 0 1 .556-.233z"/></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.171",
|
|
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": "81b7d59d30fe3bfe86e75a4959c9aad78ed05cb7"
|
|
25
25
|
}
|