@101app/design-tokens-web 1.0.154 → 1.0.155
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/monochrome/api.svg +1 -1
- package/package.json +2 -2
package/icons/monochrome/api.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24"><path d="
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24"><path d="M3.486 16.116c-.574 0-.934-.336-.934-.867 0-.152.042-.36.122-.586l2.405-6.549c.256-.714.69-1.043 1.385-1.043.72 0 1.148.317 1.41 1.037l2.417 6.555c.085.238.116.403.116.586 0 .507-.384.867-.922.867-.518 0-.793-.238-.958-.812l-.464-1.391h-3.18l-.464 1.373c-.17.586-.445.83-.933.83m1.8-3.632h2.35L6.47 8.877h-.043zm7.166 3.632c-.58 0-.922-.354-.922-.958V8.15c0-.604.342-.958.922-.958h2.66c1.807 0 3.053 1.202 3.053 3.015 0 1.806-1.288 3.015-3.144 3.015h-1.648v1.935c0 .604-.341.958-.921.958m.921-4.333h1.245c1.056 0 1.673-.562 1.673-1.57 0-1-.61-1.562-1.667-1.562h-1.25zm6.806 4.333c-.58 0-.922-.354-.922-.958V8.035c0-.61.342-.964.922-.964s.921.354.921.964v7.123c0 .604-.341.958-.921.958"/></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.155",
|
|
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": "b01567f4cc3f23dd3fcf2f85f6a4c20d00c6cca1"
|
|
25
25
|
}
|