@factorialco/f0-react 2.4.0 → 2.4.1
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/{F0AiProposalCard-pqQaiKFp.js → F0AiProposalCard-Dnuvkpg2.js} +1640 -1561
- package/dist/ai.d.ts +5 -5
- package/dist/ai.js +1 -1
- package/dist/experimental.d.ts +5 -5
- package/dist/f0.d.ts +5 -5
- package/dist/f0.js +2 -2
- package/dist/i18n-provider-defaults.d.ts +5 -5
- package/dist/styles.css +1 -1
- package/icons/app/Marker.d.ts.map +1 -1
- package/icons/app/Marker.js +1 -1
- package/icons/app/Multitask.d.ts.map +1 -1
- package/icons/app/Multitask.js +2 -2
- package/package.json +2 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Marker.d.ts","sourceRoot":"","sources":["../../src/icons/app/Marker.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAA;
|
|
1
|
+
{"version":3,"file":"Marker.d.ts","sourceRoot":"","sources":["../../src/icons/app/Marker.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAA;AAmBrC,QAAA,MAAM,UAAU,gIAAwB,CAAA;AACxC,eAAe,UAAU,CAAA"}
|
package/icons/app/Marker.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import { forwardRef } from "react";
|
|
3
|
-
const SvgMarker = (props, ref) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ref: ref, ...props, children: _jsx("
|
|
3
|
+
const SvgMarker = (props, ref) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ref: ref, ...props, children: _jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", d: "M7 17L6 18L3.5 20.5L4.5 17.5L5.5 14.5M7 17L5.5 14.5M7 17L14.5 9.5M5.5 14.5L14 6C14.8284 5.17157 16.1716 5.17157 17 6V6C17.8284 6.82843 17.8284 8.17157 17 9L14.5 11.5", vectorEffect: "non-scaling-stroke" }) }));
|
|
4
4
|
const ForwardRef = forwardRef(SvgMarker);
|
|
5
5
|
export default ForwardRef;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Multitask.d.ts","sourceRoot":"","sources":["../../src/icons/app/Multitask.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAA;
|
|
1
|
+
{"version":3,"file":"Multitask.d.ts","sourceRoot":"","sources":["../../src/icons/app/Multitask.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAA;AA4ErC,QAAA,MAAM,UAAU,gIAA2B,CAAA;AAC3C,eAAe,UAAU,CAAA"}
|
package/icons/app/Multitask.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { forwardRef } from "react";
|
|
3
|
-
const SvgMultitask = (props, ref) => (
|
|
3
|
+
const SvgMultitask = (props, ref) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ref: ref, ...props, children: [_jsx("rect", { width: 5, height: 5, x: 4, y: 4, stroke: "currentColor", rx: 1, vectorEffect: "non-scaling-stroke" }), _jsx("rect", { width: 5, height: 5, x: 15, y: 4, stroke: "currentColor", rx: 1, vectorEffect: "non-scaling-stroke" }), _jsx("rect", { width: 5, height: 5, x: 4, y: 15, stroke: "currentColor", rx: 1, vectorEffect: "non-scaling-stroke" }), _jsx("rect", { width: 5, height: 5, x: 15, y: 15, stroke: "currentColor", rx: 1, vectorEffect: "non-scaling-stroke" }), _jsx("path", { stroke: "currentColor", strokeLinecap: "round", d: "M9 6.5H15", vectorEffect: "non-scaling-stroke" }), _jsx("path", { stroke: "currentColor", strokeLinecap: "round", d: "M6.5 9V15", vectorEffect: "non-scaling-stroke" }), _jsx("path", { stroke: "currentColor", strokeLinecap: "round", d: "M17.5 9V15", vectorEffect: "non-scaling-stroke" }), _jsx("path", { stroke: "currentColor", strokeLinecap: "round", d: "M9 17.5H15", vectorEffect: "non-scaling-stroke" })] }));
|
|
4
4
|
const ForwardRef = forwardRef(SvgMultitask);
|
|
5
5
|
export default ForwardRef;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@factorialco/f0-react",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"files": [
|
|
6
6
|
"assets",
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
"yjs": "^13.6.27",
|
|
102
102
|
"zen-observable-ts": "^1.1.0",
|
|
103
103
|
"zod-to-json-schema": "^3.25.1",
|
|
104
|
-
"@factorialco/f0-core": "1.50.
|
|
104
|
+
"@factorialco/f0-core": "1.50.3"
|
|
105
105
|
},
|
|
106
106
|
"devDependencies": {
|
|
107
107
|
"@chromatic-com/storybook": "^5.1.1",
|