@pinnacle0/web-ui 0.5.51 → 0.5.53

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.
@@ -112,9 +112,9 @@
112
112
  color: #fff;
113
113
 
114
114
  .ant-spin {
115
- display: inline-block;
115
+ display: inline-flex;
116
+ align-items: center;
116
117
  margin-left: 8px;
117
- margin-right: -16px;
118
118
  color: #fff;
119
119
  }
120
120
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pinnacle0/web-ui",
3
- "version": "0.5.51",
3
+ "version": "0.5.53",
4
4
  "author": "Pinnacle",
5
5
  "license": "MIT",
6
6
  "sideEffects": [
@@ -17,11 +17,11 @@
17
17
  "node": ">=18"
18
18
  },
19
19
  "dependencies": {
20
- "@ant-design/cssinjs": "1.18.4",
21
- "@ant-design/icons": "5.3.4",
20
+ "@ant-design/cssinjs": "1.20.0",
21
+ "@ant-design/icons": "5.3.6",
22
22
  "@juggle/resize-observer": "3.4.0",
23
23
  "@tanstack/react-virtual": "3.2.0",
24
- "antd": "5.15.3",
24
+ "antd": "5.16.5",
25
25
  "classnames": "2.5.1",
26
26
  "dayjs": "1.11.10",
27
27
  "intersection-observer": "0.12.2",
@@ -49,7 +49,7 @@
49
49
  "react": "18.2.0",
50
50
  "react-dom": "18.2.0",
51
51
  "react-router-dom": "5.3.0",
52
- "@pinnacle0/devtool-util": "1.2.11",
52
+ "@pinnacle0/devtool-util": "1.2.13",
53
53
  "@pinnacle0/webpack-util": "0.6.3"
54
54
  },
55
55
  "publishConfig": {