@ludo.ninja/components 2.3.18 → 2.3.19

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.
@@ -148,7 +148,7 @@ const UserStreak = ({ className, style, tooltipPosition = 'bottomLeft' }) => {
148
148
  boxShadow: ' 0px 4px 16px -2px rgba(0, 0, 0, 0.14)',
149
149
  borderRadius: '12px',
150
150
  },
151
- inner: {
151
+ body: {
152
152
  borderRadius: '12px',
153
153
  border: 'none',
154
154
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ludo.ninja/components",
3
- "version": "2.3.18",
3
+ "version": "2.3.19",
4
4
  "private": false,
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
@@ -40,7 +40,7 @@
40
40
  "path-to-regexp": "^6.2.1",
41
41
  "prettier": "^2.7.1",
42
42
  "qs": "^6.12.1",
43
- "rc-tooltip": "^6.3.1",
43
+ "rc-tooltip": "^6.4.0",
44
44
  "react": "^18.3.1",
45
45
  "react-cropper": "^2.1.8",
46
46
  "react-date-picker": "^11.0.0",