@occmundial/occ-atomic 3.0.0-beta.36 → 3.0.0-beta.37

Sign up to get free protection for your applications and to get access to all the features.
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
 
@@ -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.36",
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",