@101app/design-tokens-web 1.0.120 → 1.0.122
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/wiki.svg +1 -0
- package/package.json +2 -2
package/icons/icons.json
CHANGED
|
@@ -2497,6 +2497,18 @@
|
|
|
2497
2497
|
"sourceName": "warning",
|
|
2498
2498
|
"pageName": " Icons"
|
|
2499
2499
|
},
|
|
2500
|
+
{
|
|
2501
|
+
"figmaComponentId": "13199:108",
|
|
2502
|
+
"webPath": "web/icons/monochrome/wiki.svg",
|
|
2503
|
+
"iosAssetName": "icon-monochrome-wiki",
|
|
2504
|
+
"iosImagesetPath": "ios/Icons.xcassets/icon-monochrome-wiki.imageset/Contents.json",
|
|
2505
|
+
"iosPdfPath": "ios/Icons.xcassets/icon-monochrome-wiki.imageset/icon-monochrome-wiki.pdf",
|
|
2506
|
+
"androidResourceName": "icon_monochrome_wiki",
|
|
2507
|
+
"androidPath": "android/res/drawable/icon_monochrome_wiki.xml",
|
|
2508
|
+
"category": "monochrome",
|
|
2509
|
+
"sourceName": "wiki",
|
|
2510
|
+
"pageName": " Icons"
|
|
2511
|
+
},
|
|
2500
2512
|
{
|
|
2501
2513
|
"figmaComponentId": "11540:11994",
|
|
2502
2514
|
"webPath": "web/icons/monochrome/youtube.svg",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24"><path d="M7.625 8.363a.43.43 0 0 1-.356-.125.46.46 0 0 1-.142-.34q0-.2.117-.34.125-.15.381-.166 1.71-.109 3.122-.34a47 47 0 0 0 2.747-.532q.282-.058.432.091a.44.44 0 0 1 .158.34.57.57 0 0 1-.1.324q-.1.14-.39.2-1.394.316-2.822.547-1.428.233-3.147.34m0 2.581a.46.46 0 0 1-.356-.133.47.47 0 0 1-.142-.348q0-.19.117-.332.125-.15.381-.166a35 35 0 0 0 3.122-.34q1.42-.233 2.747-.523.282-.067.432.083a.44.44 0 0 1 .158.34q0 .183-.1.324-.1.132-.39.207-1.394.307-2.822.54-1.428.224-3.147.348m0 2.574a.46.46 0 0 1-.356-.133.47.47 0 0 1-.142-.349q0-.19.117-.332.125-.141.381-.158 1.71-.124 3.122-.348 1.42-.225 2.747-.523.282-.067.432.074a.45.45 0 0 1 .158.35q0 .181-.1.323-.1.141-.39.207-1.394.307-2.822.54-1.428.232-3.147.349m0 2.564a.47.47 0 0 1-.356-.124.47.47 0 0 1-.142-.349q0-.19.117-.332.125-.15.381-.166a28 28 0 0 0 1.652-.14q.69-.093 1.262-.175.29-.058.44.091.158.15.158.349 0 .166-.117.315a.5.5 0 0 1-.323.191q-.639.107-1.362.2-.713.083-1.71.14m-3.361 2.574V6.27q0-1.146.614-1.735.614-.597 1.677-.664 1.452-.091 2.789-.257 1.345-.165 2.581-.382 1.245-.225 2.39-.49 1.246-.298 1.935.282.69.574.689 1.876V17.03q0 1.104-.382 1.677-.382.58-1.311.855-1.503.414-2.906.672a36 36 0 0 1-2.772.415q-1.361.15-2.756.224-1.212.075-1.884-.515-.664-.58-.664-1.701m1.56-.274q0 .473.282.714.283.24.772.215a45 45 0 0 0 2.657-.207 34 34 0 0 0 2.548-.373q1.254-.224 2.49-.573.45-.117.623-.382.183-.274.182-.797V5.192q0-.507-.29-.755-.29-.249-.805-.133-1.137.265-2.358.49-1.212.214-2.498.381-1.287.158-2.648.233a1.16 1.16 0 0 0-.69.232q-.265.207-.265.673zm5.296 3.254q1.063-.165 2.175-.407a41 41 0 0 0 2.283-.548q.838-.24 1.402-.697.573-.45.864-1.17.29-.723.29-1.785V4.943q0-.207-.016-.407a17 17 0 0 0-.042-.44q.822.208 1.237.847.423.63.423 1.685V18.92q0 1.353-.672 2.034-.665.68-2 .68z"/></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.122",
|
|
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": "7daad363115f44a4026e5ce71f02ba3e4a488cc4"
|
|
25
25
|
}
|