@instantdb/components 0.22.91-experimental.add-push-pull-help.20346530138.1 → 0.22.91-experimental.btnfix.20319314786.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
|
{
|
|
@@ -8498,7 +8498,7 @@ const gt = ({
|
|
|
8498
8498
|
variant: l,
|
|
8499
8499
|
className: i
|
|
8500
8500
|
}) => /* @__PURE__ */ h(Ke, { children: [
|
|
8501
|
-
/* @__PURE__ */ r(Xe, { children: /* @__PURE__ */ r(
|
|
8501
|
+
/* @__PURE__ */ r(Xe, { asChild: !0, children: /* @__PURE__ */ r(
|
|
8502
8502
|
"button",
|
|
8503
8503
|
{
|
|
8504
8504
|
title: t,
|
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.
|
|
4
|
+
"version": "0.22.91-experimental.btnfix.20319314786.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/version": "0.22.91-experimental.
|
|
100
|
-
"@instantdb/
|
|
96
|
+
"@instantdb/admin": "0.22.91-experimental.btnfix.20319314786.1",
|
|
97
|
+
"@instantdb/core": "0.22.91-experimental.btnfix.20319314786.1",
|
|
98
|
+
"@instantdb/platform": "0.22.91-experimental.btnfix.20319314786.1",
|
|
99
|
+
"@instantdb/version": "0.22.91-experimental.btnfix.20319314786.1",
|
|
100
|
+
"@instantdb/react": "0.22.91-experimental.btnfix.20319314786.1"
|
|
101
101
|
},
|
|
102
102
|
"scripts": {
|
|
103
103
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
@@ -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
|