@factorialco/f0-core 1.26.0 → 1.28.0
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/README.md +2 -2
- package/assets/icons/app/flask.svg +5 -0
- package/assets/icons/app/swap.svg +4 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M9 9.44526V4H14.8038V9.44526C14.8038 10.4578 15.1113 11.4466 15.6855 12.2806L18.8423 16.8659C19.7558 18.1928 18.8059 20 17.1949 20H6.60892C4.99797 20 4.04806 18.1928 4.96158 16.8659L8.11836 12.2806C8.69256 11.4466 9 10.4578 9 9.44526Z" stroke="black" stroke-width="1.3"/>
|
|
3
|
+
<path d="M8 4L16 4" stroke="black" stroke-width="1.3" stroke-linecap="round"/>
|
|
4
|
+
<path d="M6.60938 14.5H17" stroke="black" stroke-width="1.3" stroke-linecap="round"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M15.0005 16L6.00049 16M6.00049 16L9.00049 13M6.00049 16L9.00049 19" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M9.00049 8L18.0005 8M18.0005 8L15.0005 5M18.0005 8L15.0005 11" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
</svg>
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@factorialco/f0-core",
|
|
3
|
-
"version": "1.
|
|
4
|
-
"description": "Core tokens and utilities for
|
|
3
|
+
"version": "1.28.0",
|
|
4
|
+
"description": "Core tokens and utilities for F0 Design System",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
7
7
|
"types": "dist/index.d.ts",
|