@factorialco/f0-react 1.464.2 → 1.464.3
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/{F0AiChat-BpJz7hVx.js → F0AiChat-CuAyl4Bo.js} +7 -7
- package/dist/ai.d.ts +5 -5
- package/dist/ai.js +2 -2
- package/dist/experimental.d.ts +5 -5
- package/dist/experimental.js +254 -254
- package/dist/f0.d.ts +11 -11
- package/dist/f0.js +12 -7
- package/dist/i18n-provider-defaults.d.ts +5 -5
- package/dist/{index-CIbdOzH6.js → index-ozaVCpfr.js} +1 -1
- package/dist/styles.css +1 -1
- package/dist/{types-CSzQpJb9.js → types-TWXJ7fOI.js} +1 -1
- package/package.json +2 -2
|
@@ -33070,7 +33070,7 @@ const uVe = En(void 0), sAt = ({ children: e, ...t }) => /* @__PURE__ */ f(uVe.P
|
|
|
33070
33070
|
medium: "size-8 rounded",
|
|
33071
33071
|
large: "size-10 rounded-md text-lg",
|
|
33072
33072
|
xlarge: "size-14 rounded-xl text-2xl",
|
|
33073
|
-
xxlarge: "size-18 rounded-
|
|
33073
|
+
xxlarge: "size-18 rounded-2xl text-3xl"
|
|
33074
33074
|
},
|
|
33075
33075
|
type: {
|
|
33076
33076
|
base: "",
|
|
@@ -178045,8 +178045,8 @@ const jhr = ({ text: e }) => /* @__PURE__ */ f(
|
|
|
178045
178045
|
false: "flex-none"
|
|
178046
178046
|
},
|
|
178047
178047
|
size: {
|
|
178048
|
-
sm: "rounded
|
|
178049
|
-
md: "rounded-
|
|
178048
|
+
sm: "rounded",
|
|
178049
|
+
md: "rounded-md"
|
|
178050
178050
|
}
|
|
178051
178051
|
},
|
|
178052
178052
|
compoundVariants: [
|
|
@@ -187554,7 +187554,7 @@ const fgr = {
|
|
|
187554
187554
|
seconds: "Seconds"
|
|
187555
187555
|
}, hgr = 2, pgr = xr({
|
|
187556
187556
|
base: [
|
|
187557
|
-
"inline-flex items-center gap-1 overflow-hidden rounded
|
|
187557
|
+
"inline-flex items-center gap-1 overflow-hidden rounded",
|
|
187558
187558
|
"border border-solid border-f1-border bg-f1-background",
|
|
187559
187559
|
"transition-[border-color]",
|
|
187560
187560
|
"focus-within:outline-none focus-within:ring-2 focus-within:ring-offset-0 focus-within:transition-none active:transition-none"
|
|
@@ -190503,7 +190503,7 @@ function ECr({
|
|
|
190503
190503
|
{
|
|
190504
190504
|
className: J(
|
|
190505
190505
|
nr("focus:border-f1-border-focus"),
|
|
190506
|
-
"relative flex h-[36px] min-w-0 flex-grow items-center gap-1 rounded
|
|
190506
|
+
"relative flex h-[36px] min-w-0 flex-grow items-center gap-1 rounded border border-solid border-transparent px-1.5 text-sm transition-colors",
|
|
190507
190507
|
n && "bg-f1-background-selected",
|
|
190508
190508
|
m && !g && "cursor-pointer hover:bg-f1-background-hover",
|
|
190509
190509
|
g && "cursor-not-allowed opacity-30"
|
|
@@ -191129,7 +191129,7 @@ function jYe(e, t, n, r, i, a, o, s, l, c, u, d, h, p, m, v, g, C, y) {
|
|
|
191129
191129
|
"div",
|
|
191130
191130
|
{
|
|
191131
191131
|
className: J(
|
|
191132
|
-
"pointer-events-none h-10 rounded
|
|
191132
|
+
"pointer-events-none h-10 rounded border-2 border-dashed border-f1-border-secondary bg-f1-background-hover/40",
|
|
191133
191133
|
S ? "mt-0" : "mt-0.5",
|
|
191134
191134
|
"mb-0.5"
|
|
191135
191135
|
)
|
|
@@ -191206,7 +191206,7 @@ function jYe(e, t, n, r, i, a, o, s, l, c, u, d, h, p, m, v, g, C, y) {
|
|
|
191206
191206
|
},
|
|
191207
191207
|
e.id
|
|
191208
191208
|
),
|
|
191209
|
-
M && /* @__PURE__ */ f("div", { className: "pointer-events-none my-0.5 h-10 rounded
|
|
191209
|
+
M && /* @__PURE__ */ f("div", { className: "pointer-events-none my-0.5 h-10 rounded border-2 border-dashed border-f1-border-secondary bg-f1-background-hover/40" })
|
|
191210
191210
|
] });
|
|
191211
191211
|
}
|
|
191212
191212
|
function Ixe({
|
package/dist/ai.d.ts
CHANGED
|
@@ -3260,11 +3260,6 @@ declare module "gridstack" {
|
|
|
3260
3260
|
}
|
|
3261
3261
|
|
|
3262
3262
|
|
|
3263
|
-
declare namespace Calendar {
|
|
3264
|
-
var displayName: string;
|
|
3265
|
-
}
|
|
3266
|
-
|
|
3267
|
-
|
|
3268
3263
|
declare module "@tiptap/core" {
|
|
3269
3264
|
interface Commands<ReturnType> {
|
|
3270
3265
|
aiBlock: {
|
|
@@ -3312,3 +3307,8 @@ declare module "@tiptap/core" {
|
|
|
3312
3307
|
};
|
|
3313
3308
|
}
|
|
3314
3309
|
}
|
|
3310
|
+
|
|
3311
|
+
|
|
3312
|
+
declare namespace Calendar {
|
|
3313
|
+
var displayName: string;
|
|
3314
|
+
}
|
package/dist/ai.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { l as t, k as e, F as r, a as o, C as i, b as n, m as F, n as u, d as A, I as c, g as C, c as m, h, e as l, u as d, j as I, i as f, f as T } from "./F0AiChat-
|
|
1
|
+
import { l as t, k as e, F as r, a as o, C as i, b as n, m as F, n as u, d as A, I as c, g as C, c as m, h, e as l, u as d, j as I, i as f, f as T } from "./F0AiChat-CuAyl4Bo.js";
|
|
2
2
|
import { defaultTranslations as S } from "./i18n-provider-defaults.js";
|
|
3
|
-
import { A as v, e as x, F as P, c as V, d as k, b as O, a as b, f as y, o as M, u as j } from "./types-
|
|
3
|
+
import { A as v, e as x, F as P, c as V, d as k, b as O, a as b, f as y, o as M, u as j } from "./types-TWXJ7fOI.js";
|
|
4
4
|
export {
|
|
5
5
|
v as AiChatTranslationsProvider,
|
|
6
6
|
t as ChatSpinner,
|
package/dist/experimental.d.ts
CHANGED
|
@@ -8031,11 +8031,6 @@ declare module "gridstack" {
|
|
|
8031
8031
|
}
|
|
8032
8032
|
|
|
8033
8033
|
|
|
8034
|
-
declare namespace Calendar {
|
|
8035
|
-
var displayName: string;
|
|
8036
|
-
}
|
|
8037
|
-
|
|
8038
|
-
|
|
8039
8034
|
declare module "@tiptap/core" {
|
|
8040
8035
|
interface Commands<ReturnType> {
|
|
8041
8036
|
aiBlock: {
|
|
@@ -8083,3 +8078,8 @@ declare module "@tiptap/core" {
|
|
|
8083
8078
|
};
|
|
8084
8079
|
}
|
|
8085
8080
|
}
|
|
8081
|
+
|
|
8082
|
+
|
|
8083
|
+
declare namespace Calendar {
|
|
8084
|
+
var displayName: string;
|
|
8085
|
+
}
|