@factorialco/f0-react 1.274.0 → 1.276.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 +39 -6
- package/dist/experimental.js +967 -948
- package/dist/f0.css +1 -0
- package/dist/f0.d.ts +117 -6
- package/dist/f0.js +4689 -1040
- package/dist/{hooks-d0sWj0ci.js → hooks-DHOMsL_I.js} +14 -14
- package/package.json +2 -1
|
@@ -96194,13 +96194,13 @@ function Hkt({ schema: e, value: t, onChange: n, isCompactMode: r }) {
|
|
|
96194
96194
|
className: "sticky bottom-0 left-0 right-0 flex items-center justify-between gap-2 border border-solid border-transparent border-t-f1-border-secondary bg-f1-background/80 p-2 backdrop-blur-[8px]",
|
|
96195
96195
|
children: [l(mn, {
|
|
96196
96196
|
variant: "outline",
|
|
96197
|
-
label:
|
|
96197
|
+
label: a.filters.selectAll,
|
|
96198
96198
|
onClick: y,
|
|
96199
96199
|
disabled: C.length === 0 || Array.isArray(t) && t.length === C.length,
|
|
96200
96200
|
size: "sm"
|
|
96201
96201
|
}), l(mn, {
|
|
96202
96202
|
variant: "ghost",
|
|
96203
|
-
label:
|
|
96203
|
+
label: a.filters.clear,
|
|
96204
96204
|
onClick: w,
|
|
96205
96205
|
disabled: !Array.isArray(t) || t.length === 0,
|
|
96206
96206
|
size: "sm"
|
|
@@ -101982,18 +101982,18 @@ export {
|
|
|
101982
101982
|
nG as bb,
|
|
101983
101983
|
eG as bc,
|
|
101984
101984
|
tG as bd,
|
|
101985
|
-
|
|
101986
|
-
|
|
101987
|
-
|
|
101988
|
-
|
|
101989
|
-
|
|
101990
|
-
|
|
101991
|
-
|
|
101992
|
-
|
|
101993
|
-
|
|
101994
|
-
|
|
101995
|
-
|
|
101996
|
-
|
|
101985
|
+
xy as be,
|
|
101986
|
+
Z_t as bf,
|
|
101987
|
+
N4 as bg,
|
|
101988
|
+
AY as bh,
|
|
101989
|
+
uMt as bi,
|
|
101990
|
+
dMt as bj,
|
|
101991
|
+
uLt as bk,
|
|
101992
|
+
A_t as bl,
|
|
101993
|
+
BY as bm,
|
|
101994
|
+
dLt as bn,
|
|
101995
|
+
T_t as bo,
|
|
101996
|
+
H_t as bp,
|
|
101997
101997
|
G_t as bq,
|
|
101998
101998
|
Y_t as br,
|
|
101999
101999
|
Q_t as bs,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@factorialco/f0-react",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.276.0",
|
|
4
4
|
"main": "dist/f0.js",
|
|
5
5
|
"typings": "dist/f0.d.ts",
|
|
6
6
|
"private": false,
|
|
@@ -205,6 +205,7 @@
|
|
|
205
205
|
"embla-carousel-autoplay": "^8.5.2",
|
|
206
206
|
"embla-carousel-react": "^8.6.0",
|
|
207
207
|
"embla-carousel-wheel-gestures": "^8.0.1",
|
|
208
|
+
"gridstack": "^12.3.3",
|
|
208
209
|
"prosemirror-state": "^1.4.3",
|
|
209
210
|
"prosemirror-view": "^1.38.1",
|
|
210
211
|
"react-remove-scroll": "^2.7.1",
|