linear-react-components-ui 1.0.14-beta.1 → 1.0.14-beta.2

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.
@@ -175,6 +175,10 @@ var UiTour = function UiTour(props) {
175
175
  showStepTour(initialStep);
176
176
  }
177
177
  });
178
+ mutationObserver.observe(document, {
179
+ subtree: true,
180
+ childList: true
181
+ });
178
182
  }
179
183
  }
180
184
  return function () {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "linear-react-components-ui",
3
- "version": "1.0.14-beta.1",
3
+ "version": "1.0.14-beta.2",
4
4
  "description": "Linear Sistemas ReactJs Components",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.cjs",