@instantdb/components 0.22.91-experimental.btnfix.20319025226.1 → 0.22.91-experimental.btnfix.20319876432.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/index.js
CHANGED
|
@@ -992,7 +992,7 @@ const Vn = ({
|
|
|
992
992
|
}, m = n?.disablePadding ?? !1, b = e.getValue();
|
|
993
993
|
return /* @__PURE__ */ h(Ke, { children: [
|
|
994
994
|
" ",
|
|
995
|
-
/* @__PURE__ */ r(Xe, {
|
|
995
|
+
/* @__PURE__ */ r(Xe, { asChild: !0, children: /* @__PURE__ */ r(
|
|
996
996
|
"div",
|
|
997
997
|
{
|
|
998
998
|
ref: (w) => {
|
|
@@ -1002,7 +1002,7 @@ const Vn = ({
|
|
|
1002
1002
|
...s,
|
|
1003
1003
|
padding: m ? 0 : "0.5rem"
|
|
1004
1004
|
},
|
|
1005
|
-
className: O("cursor-default truncate whitespace-nowrap"),
|
|
1005
|
+
className: O("cursor-default truncate whitespace-nowrap text-left"),
|
|
1006
1006
|
children: /* @__PURE__ */ r(
|
|
1007
1007
|
"span",
|
|
1008
1008
|
{
|
|
@@ -4206,7 +4206,7 @@ const Io = ({ db: e, namespaces: t }) => {
|
|
|
4206
4206
|
),
|
|
4207
4207
|
Fe > 0 && /* @__PURE__ */ h("div", { className: "flex items-center gap-2 pl-4", children: [
|
|
4208
4208
|
/* @__PURE__ */ h(qr, { open: aa, onOpenChange: $e, children: [
|
|
4209
|
-
/* @__PURE__ */ r(Gr, { children: /* @__PURE__ */ h(
|
|
4209
|
+
/* @__PURE__ */ r(Gr, { asChild: !0, children: /* @__PURE__ */ h(
|
|
4210
4210
|
V,
|
|
4211
4211
|
{
|
|
4212
4212
|
onClick: () => {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instantdb/components",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.22.91-experimental.btnfix.
|
|
4
|
+
"version": "0.22.91-experimental.btnfix.20319876432.1",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "Instant's UI components",
|
|
7
7
|
"homepage": "https://github.com/instantdb/instant/tree/main/client/packages/components",
|
|
@@ -93,11 +93,11 @@
|
|
|
93
93
|
"swr": "^2.2.4",
|
|
94
94
|
"tailwind-merge": "^2.2.1",
|
|
95
95
|
"uuid": "^11.1.0",
|
|
96
|
-
"@instantdb/
|
|
97
|
-
"@instantdb/
|
|
98
|
-
"@instantdb/
|
|
99
|
-
"@instantdb/
|
|
100
|
-
"@instantdb/
|
|
96
|
+
"@instantdb/core": "0.22.91-experimental.btnfix.20319876432.1",
|
|
97
|
+
"@instantdb/admin": "0.22.91-experimental.btnfix.20319876432.1",
|
|
98
|
+
"@instantdb/platform": "0.22.91-experimental.btnfix.20319876432.1",
|
|
99
|
+
"@instantdb/react": "0.22.91-experimental.btnfix.20319876432.1",
|
|
100
|
+
"@instantdb/version": "0.22.91-experimental.btnfix.20319876432.1"
|
|
101
101
|
},
|
|
102
102
|
"scripts": {
|
|
103
103
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
@@ -1212,7 +1212,7 @@ export const InnerExplorer: React.FC<{
|
|
|
1212
1212
|
{numItemsSelected > 0 && (
|
|
1213
1213
|
<div className="flex items-center gap-2 pl-4">
|
|
1214
1214
|
<DropdownMenu open={dropdownOpen} onOpenChange={setDropdownOpen}>
|
|
1215
|
-
<DropdownMenuTrigger>
|
|
1215
|
+
<DropdownMenuTrigger asChild>
|
|
1216
1216
|
<Button
|
|
1217
1217
|
onClick={() => {
|
|
1218
1218
|
setDropdownOpen(true);
|
|
@@ -246,7 +246,7 @@ export const TableCell = ({ cell }: { cell: Cell<any, unknown> }) => {
|
|
|
246
246
|
return (
|
|
247
247
|
<Tooltip>
|
|
248
248
|
{' '}
|
|
249
|
-
<TooltipTrigger
|
|
249
|
+
<TooltipTrigger asChild>
|
|
250
250
|
<div
|
|
251
251
|
ref={(el) => {
|
|
252
252
|
setNodeRef(el);
|
|
@@ -256,7 +256,7 @@ export const TableCell = ({ cell }: { cell: Cell<any, unknown> }) => {
|
|
|
256
256
|
...style,
|
|
257
257
|
padding: disablePadding ? 0 : '0.5rem',
|
|
258
258
|
}}
|
|
259
|
-
className={cn(`cursor-default truncate whitespace-nowrap`)}
|
|
259
|
+
className={cn(`cursor-default truncate whitespace-nowrap text-left`)}
|
|
260
260
|
key={cell.id}
|
|
261
261
|
>
|
|
262
262
|
<span
|