We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9764eb8 commit d71fc87Copy full SHA for d71fc87
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@netdata/netdata-ui",
3
- "version": "4.6.3",
+ "version": "4.6.4",
4
"description": "netdata UI kit",
5
"main": "dist/index.js",
6
"module": "dist/es6/index.js",
src/index.js
@@ -81,6 +81,7 @@ export { default as Box } from "./components/templates/box"
81
export { default as makeBox } from "./components/templates/box/box"
82
83
export { default as Layer } from "./components/templates/layer"
84
+export { default as BackdropContainer } from "./components/templates/layer/backdropContainer"
85
86
export { default as Animation } from "./components/animation"
87
0 commit comments