@conboai/app.db.query 0.9.50 → 0.9.51
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 +5 -0
- package/package.json +2 -2
package/dist/app.db.query.js
CHANGED
|
@@ -73857,6 +73857,11 @@ const RNe = ({
|
|
|
73857
73857
|
}
|
|
73858
73858
|
}
|
|
73859
73859
|
},
|
|
73860
|
+
tooltip: {
|
|
73861
|
+
outside: !0,
|
|
73862
|
+
useHTML: !0,
|
|
73863
|
+
zIndex: 100
|
|
73864
|
+
},
|
|
73860
73865
|
series: [
|
|
73861
73866
|
{
|
|
73862
73867
|
type: "xrange",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@conboai/app.db.query",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.51",
|
|
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.77",
|
|
43
43
|
"@emotion/react": "^11.11.4",
|
|
44
44
|
"@emotion/styled": "^11.11.5",
|
|
45
45
|
"@hookform/resolvers": "^3.9.1",
|