Skip to content

Commit 730624d

Browse files
committed
v4.5.0
1 parent e646670 commit 730624d

File tree

3 files changed

+615
-406
lines changed

3 files changed

+615
-406
lines changed

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netdata/netdata-ui",
3-
"version": "4.4.5",
3+
"version": "4.5.0",
44
"description": "netdata UI kit",
55
"main": "dist/index.js",
66
"module": "dist/es6/index.js",
@@ -45,7 +45,7 @@
4545
"@elastic/react-search-ui": "^1.21.1",
4646
"@elastic/search-ui-site-search-connector": "^1.21.1",
4747
"@prismicio/client": "7.3.1",
48-
"@storybook/test": "^8.0.2",
48+
"@storybook/test": "^8.0.9",
4949
"@styled-system/css": "^5.1.5",
5050
"@tanstack/react-table": "^8.14.0",
5151
"@tanstack/react-virtual": "3.2.0",
@@ -65,25 +65,25 @@
6565
},
6666
"devDependencies": {
6767
"@babel/cli": "^7.24.1",
68-
"@babel/core": "^7.24.1",
68+
"@babel/core": "^7.24.4",
6969
"@babel/eslint-parser": "^7.24.1",
7070
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
7171
"@babel/plugin-transform-modules-umd": "^7.24.1",
72-
"@babel/plugin-transform-runtime": "^7.24.1",
73-
"@babel/preset-env": "^7.24.1",
72+
"@babel/plugin-transform-runtime": "^7.24.3",
73+
"@babel/preset-env": "^7.24.4",
7474
"@babel/preset-react": "^7.24.1",
75-
"@storybook/addon-essentials": "^8.0.2",
76-
"@storybook/addon-interactions": "^8.0.2",
77-
"@storybook/addon-links": "^8.0.2",
75+
"@storybook/addon-essentials": "^8.0.9",
76+
"@storybook/addon-interactions": "^8.0.9",
77+
"@storybook/addon-links": "^8.0.9",
7878
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
79-
"@storybook/blocks": "^8.0.2",
80-
"@storybook/react": "^8.0.2",
81-
"@storybook/react-webpack5": "^8.0.2",
79+
"@storybook/blocks": "^8.0.9",
80+
"@storybook/react": "^8.0.9",
81+
"@storybook/react-webpack5": "^8.0.9",
8282
"@testing-library/jest-dom": "^6.4.2",
8383
"@testing-library/react": "^14.2.2",
8484
"@testing-library/user-event": "^14.5.2",
8585
"babel-loader": "^9.1.3",
86-
"babel-plugin-module-resolver": "^5.0.0",
86+
"babel-plugin-module-resolver": "^5.0.2",
8787
"babel-plugin-styled-components": "^2.1.4",
8888
"clean-webpack-plugin": "^4.0.0",
8989
"copyfiles": "^2.4.1",
@@ -106,13 +106,13 @@
106106
"react": "^18.2.0",
107107
"react-dom": "^18.2.0",
108108
"rimraf": "^5.0.5",
109-
"sass-loader": "^14.1.1",
110-
"storybook": "^8.0.2",
109+
"sass-loader": "^14.2.1",
110+
"storybook": "^8.0.9",
111111
"styled-components": "^5.3.9",
112112
"svg-sprite-loader": "^6.0.11",
113113
"svgo-loader": "^4.0.0",
114114
"url-loader": "^4.1.1",
115-
"webpack": "^5.90.3",
115+
"webpack": "^5.91.0",
116116
"webpack-cli": "^5.1.4"
117117
}
118118
}

src/components/table/header/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ const Header = ({
3636
background="mainBackground"
3737
gap={1}
3838
alignItems="center"
39-
padding={[1]}
4039
{...tableMeta.bulkActionsStyles}
4140
>
4241
{typeof title === "string" ? <TextBig strong>{title}</TextBig> : title}

0 commit comments

Comments
 (0)