@instantdb/components 1.0.21-branch-webhooks-2.25147016046.1 → 1.0.21

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@instantdb/components",
3
3
  "private": false,
4
- "version": "1.0.21-branch-webhooks-2.25147016046.1",
4
+ "version": "1.0.21",
5
5
  "type": "module",
6
6
  "description": "Instant's UI components",
7
7
  "license": "Apache-2.0",
@@ -94,11 +94,11 @@
94
94
  "swr": "^2.2.4",
95
95
  "tailwind-merge": "^2.2.1",
96
96
  "uuid": "^11.1.0",
97
- "@instantdb/admin": "1.0.21-branch-webhooks-2.25147016046.1",
98
- "@instantdb/core": "1.0.21-branch-webhooks-2.25147016046.1",
99
- "@instantdb/react": "1.0.21-branch-webhooks-2.25147016046.1",
100
- "@instantdb/platform": "1.0.21-branch-webhooks-2.25147016046.1",
101
- "@instantdb/version": "1.0.21-branch-webhooks-2.25147016046.1"
97
+ "@instantdb/admin": "1.0.21",
98
+ "@instantdb/platform": "1.0.21",
99
+ "@instantdb/react": "1.0.21",
100
+ "@instantdb/core": "1.0.21",
101
+ "@instantdb/version": "1.0.21"
102
102
  },
103
103
  "scripts": {
104
104
  "test": "echo \"Error: no test specified\" && exit 1",
@@ -1108,7 +1108,7 @@ export function Copytext({ value }: { value: string }) {
1108
1108
  const [showCopied, setShowCopied] = useState(false);
1109
1109
 
1110
1110
  return (
1111
- <span className="inline-flex items-center rounded-sm bg-gray-100 px-2 text-sm text-gray-800 dark:bg-neutral-700 dark:text-neutral-200">
1111
+ <span className="inline-flex items-center rounded-sm bg-gray-500 px-2 text-sm text-white">
1112
1112
  <code
1113
1113
  className="truncate"
1114
1114
  onClick={(e) => {