@occmundial/occ-atomic 3.0.0-beta.36 → 3.0.0-beta.37
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.
- package/CHANGELOG.md +7 -0
- package/build/Tooltip/Tooltip.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
# [3.0.0-beta.37](https://github.com/occmundial/occ-atomic/compare/v3.0.0-beta.36...v3.0.0-beta.37) (2024-07-24)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* Add placement to use memo dependencies ([3a14e00](https://github.com/occmundial/occ-atomic/commit/3a14e00b5fe72d55043f1be4b1fb57f1c860d584))
|
|
7
|
+
|
|
1
8
|
# [3.0.0-beta.36](https://github.com/occmundial/occ-atomic/compare/v3.0.0-beta.35...v3.0.0-beta.36) (2024-07-24)
|
|
2
9
|
|
|
3
10
|
|
package/build/Tooltip/Tooltip.js
CHANGED
|
@@ -153,7 +153,7 @@ function Tooltip(_ref) {
|
|
|
153
153
|
sizeMiddleware.name = "size-".concat(fit, "-").concat(width);
|
|
154
154
|
middlewares.push(sizeMiddleware);
|
|
155
155
|
return middlewares;
|
|
156
|
-
}, [showArrow, fit, width]);
|
|
156
|
+
}, [showArrow, fit, width, placement]);
|
|
157
157
|
|
|
158
158
|
var _useFloating = (0, _react2.useFloating)({
|
|
159
159
|
open: open,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@occmundial/occ-atomic",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.37",
|
|
4
4
|
"description": "Collection of shareable styled React components for OCC applications.",
|
|
5
5
|
"homepage": "http://occmundial.github.io/occ-atomic",
|
|
6
6
|
"main": "build/index.js",
|