@factorialco/f0-react 1.210.2 → 1.212.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/dist/experimental.d.ts +14 -10
- package/dist/experimental.js +6466 -6436
- package/dist/f0.d.ts +9 -9
- package/dist/f0.js +2 -2
- package/dist/{hooks-CXJxTgfZ.js → hooks-BbBJaT04.js} +125 -121
- package/icons/app/Flask.d.ts +4 -0
- package/icons/app/Flask.d.ts.map +1 -0
- package/icons/app/Flask.js +5 -0
- package/icons/app/index.d.ts +1 -0
- package/icons/app/index.d.ts.map +1 -1
- package/icons/app/index.js +1 -0
- package/package.json +2 -2
package/icons/app/index.js
CHANGED
|
@@ -90,6 +90,7 @@ export { default as Files } from "./Files";
|
|
|
90
90
|
export { default as FileSigned } from "./FileSigned";
|
|
91
91
|
export { default as Filter } from "./Filter";
|
|
92
92
|
export { default as Flag } from "./Flag";
|
|
93
|
+
export { default as Flask } from "./Flask";
|
|
93
94
|
export { default as Folder } from "./Folder";
|
|
94
95
|
export { default as Folders } from "./Folders";
|
|
95
96
|
export { default as Globe } from "./Globe";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@factorialco/f0-react",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.212.0",
|
|
4
4
|
"main": "dist/f0.js",
|
|
5
5
|
"typings": "dist/f0.d.ts",
|
|
6
6
|
"private": false,
|
|
@@ -189,7 +189,7 @@
|
|
|
189
189
|
"y-protocols": "^1.0.6",
|
|
190
190
|
"yjs": "^13.6.27",
|
|
191
191
|
"zen-observable-ts": "^1.1.0",
|
|
192
|
-
"@factorialco/f0-core": "1.
|
|
192
|
+
"@factorialco/f0-core": "1.29.0"
|
|
193
193
|
},
|
|
194
194
|
"scripts": {
|
|
195
195
|
"dev": "storybook dev -p 6006",
|