@conboai/app.db.query 0.8.2 → 0.8.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/app.db.query.js +1 -1
- package/package.json +2 -2
package/dist/app.db.query.js
CHANGED
|
@@ -113717,7 +113717,7 @@ class gFe {
|
|
|
113717
113717
|
}
|
|
113718
113718
|
const yFe = new gFe(), bFe = "AIzaSyARRJwBmfqqfnNnLYFmUrhRtdUbiR37CVM", Xm = (e) => {
|
|
113719
113719
|
const { subtitle: t = "", textToCopy: n = "", children: r } = e, o = (s) => {
|
|
113720
|
-
yFe.info(`Conbo key ${s} copied to clipboard
|
|
113720
|
+
yFe.info(`Conbo key ${s} copied to clipboard!`), navigator.clipboard.writeText(s);
|
|
113721
113721
|
}, i = {
|
|
113722
113722
|
width: "20px",
|
|
113723
113723
|
padding: 0,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@conboai/app.db.query",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/app.db.query.js",
|
|
6
6
|
"types": "dist/build/index.d.ts",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"format": "prettier --write \"src/**/*.{ts,tsx,json}\" --color"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@conboai/storybook.components": "
|
|
42
|
+
"@conboai/storybook.components": "0.5.6",
|
|
43
43
|
"@emotion/react": "^11.11.4",
|
|
44
44
|
"@emotion/styled": "^11.11.5",
|
|
45
45
|
"@hookform/resolvers": "^3.9.1",
|