@databrainhq/plugin 0.11.29 → 0.11.31
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/components/MetricList/MetricList.d.ts +1 -0
- package/dist/components/MetricList/components/FullScreenView/index.d.ts +3 -1
- package/dist/components/MetricList/components/MetricCards/MetricCard.d.ts +4 -2
- package/dist/hooks/useDashboardContext.d.ts +1 -0
- package/dist/hooks/useMetricCard.d.ts +3 -1
- package/dist/hooks/useNewEmbeddedDashboard.d.ts +1 -0
- package/dist/types/app.d.ts +1 -0
- package/dist/utils/generated/graphql.d.ts +4 -4
- package/dist/webcomponents.d.ts +3 -10
- package/dist/webcomponents.es.js +66679 -45594
- package/dist/webcomponents.umd.js +447 -239
- package/package.json +17 -23
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@databrainhq/plugin",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.31",
|
|
4
4
|
"description": "Databrain app ui plugin.",
|
|
5
5
|
"author": "",
|
|
6
6
|
"license": "MIT",
|
|
@@ -40,7 +40,9 @@
|
|
|
40
40
|
"@graphql-codegen/typescript-operations": "^2.5.12",
|
|
41
41
|
"@graphql-codegen/typescript-react-apollo": "^3.3.7",
|
|
42
42
|
"@graphql-codegen/typescript-react-query": "^3.6.2",
|
|
43
|
+
"@headlessui/react": "^1.7.2",
|
|
43
44
|
"@iconify/json": "^2.2.6",
|
|
45
|
+
"@r2wc/react-to-web-component": "^2.0.2",
|
|
44
46
|
"@storybook/addon-essentials": "^7.0.9",
|
|
45
47
|
"@storybook/addon-interactions": "^7.0.9",
|
|
46
48
|
"@storybook/addon-links": "^7.0.9",
|
|
@@ -49,6 +51,8 @@
|
|
|
49
51
|
"@storybook/react-vite": "^7.0.9",
|
|
50
52
|
"@storybook/testing-library": "^0.0.14-next.2",
|
|
51
53
|
"@svgr/core": "^6.5.1",
|
|
54
|
+
"@tanstack/match-sorter-utils": "^8.8.4",
|
|
55
|
+
"@tanstack/react-table": "^8.7.9",
|
|
52
56
|
"@types/react": "^18.0.26",
|
|
53
57
|
"@types/react-datepicker": "^4.11.2",
|
|
54
58
|
"@types/react-dom": "^18.0.10",
|
|
@@ -56,10 +60,14 @@
|
|
|
56
60
|
"@typescript-eslint/eslint-plugin": "^4.31.1",
|
|
57
61
|
"@typescript-eslint/parser": "^4.31.1",
|
|
58
62
|
"@vitejs/plugin-react": "^4.0",
|
|
63
|
+
"ace-builds": "^1.17.0",
|
|
59
64
|
"autoprefixer": "^10.4.7",
|
|
60
65
|
"babel-eslint": "^10.0.3",
|
|
61
66
|
"babel-loader": "^9.1.2",
|
|
67
|
+
"classnames": "^2.3.2",
|
|
62
68
|
"cross-env": "^7.0.2",
|
|
69
|
+
"echarts": "^5.4.1",
|
|
70
|
+
"echarts-for-react": "^3.0.2",
|
|
63
71
|
"eslint": "^7.32.0",
|
|
64
72
|
"eslint-config-airbnb": "^18.2.1",
|
|
65
73
|
"eslint-config-airbnb-typescript": "^14.0.0",
|
|
@@ -76,7 +84,14 @@
|
|
|
76
84
|
"postcss": "^8.4.21",
|
|
77
85
|
"prettier": "^2.0.4",
|
|
78
86
|
"react": "^18.2.0",
|
|
87
|
+
"react-ace": "^10.1.0",
|
|
88
|
+
"react-datepicker": "^4.11.0",
|
|
79
89
|
"react-dom": "^18.2.0",
|
|
90
|
+
"react-error-boundary": "^3.1.4",
|
|
91
|
+
"react-grid-layout": "^1.3.4",
|
|
92
|
+
"react-hook-form": "^7.33.1",
|
|
93
|
+
"react-query": "^3.39.2",
|
|
94
|
+
"simplebar-react": "^3.2.4",
|
|
80
95
|
"storybook": "^7.0.9",
|
|
81
96
|
"tailwindcss": "^3.2.4",
|
|
82
97
|
"ts-node": "^10.9.1",
|
|
@@ -89,26 +104,5 @@
|
|
|
89
104
|
},
|
|
90
105
|
"files": [
|
|
91
106
|
"dist"
|
|
92
|
-
]
|
|
93
|
-
"dependencies": {
|
|
94
|
-
"@headlessui/react": "^1.7.2",
|
|
95
|
-
"@r2wc/react-to-web-component": "^2.0.2",
|
|
96
|
-
"@tanstack/match-sorter-utils": "^8.8.4",
|
|
97
|
-
"@tanstack/react-table": "^8.7.9",
|
|
98
|
-
"ace-builds": "^1.17.0",
|
|
99
|
-
"classnames": "^2.3.2",
|
|
100
|
-
"echarts": "^5.4.1",
|
|
101
|
-
"echarts-for-react": "^3.0.2",
|
|
102
|
-
"react-ace": "^10.1.0",
|
|
103
|
-
"react-datepicker": "^4.11.0",
|
|
104
|
-
"react-error-boundary": "^3.1.4",
|
|
105
|
-
"react-grid-layout": "^1.3.4",
|
|
106
|
-
"react-hook-form": "^7.33.1",
|
|
107
|
-
"react-query": "^3.39.2",
|
|
108
|
-
"simplebar-react": "^3.2.4"
|
|
109
|
-
},
|
|
110
|
-
"peerDependencies": {
|
|
111
|
-
"react": "^18.2.0",
|
|
112
|
-
"react-dom": "^18.2.0"
|
|
113
|
-
}
|
|
107
|
+
]
|
|
114
108
|
}
|