@pinnacle0/web-ui 0.7.21 → 0.7.22

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.
@@ -59,9 +59,12 @@
59
59
  text-align: center;
60
60
 
61
61
  .ant-badge {
62
+ // Badge now wraps the icon (in the menu item's `icon` slot), which antd sizes to the
63
+ // full title height with the glyph vertically centered — offset the count down so it
64
+ // sits on the icon's top-right corner instead of floating above the title.
62
65
  .ant-badge-count {
63
- right: -2px;
64
- top: 0;
66
+ right: -8px;
67
+ top: 10px;
65
68
  z-index: 1;
66
69
  }
67
70
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pinnacle0/web-ui",
3
- "version": "0.7.21",
3
+ "version": "0.7.22",
4
4
  "author": "Pinnacle",
5
5
  "license": "MIT",
6
6
  "sideEffects": [
@@ -44,8 +44,8 @@
44
44
  "react": "19.2.5",
45
45
  "react-dom": "19.2.5",
46
46
  "react-router-dom": "5.3.0",
47
- "@pinnacle0/devtool-util": "1.3.16",
48
- "@pinnacle0/webpack-util": "0.8.33"
47
+ "@pinnacle0/webpack-util": "0.8.33",
48
+ "@pinnacle0/devtool-util": "1.3.16"
49
49
  },
50
50
  "exports": {
51
51
  "./core/*": {