@das-fed/mframe 0.0.14 → 0.0.15

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.
Files changed (3) hide show
  1. package/es5.js +2 -1
  2. package/index.js +1 -1
  3. package/package.json +1 -1
package/es5.js CHANGED
@@ -4789,7 +4789,8 @@ var _f = {
4789
4789
  };
4790
4790
  ge(), new MutationObserver(ge).observe(se, {
4791
4791
  childList: true,
4792
- subtree: true
4792
+ subtree: true,
4793
+ attributes: true
4793
4794
  });
4794
4795
  };
4795
4796
  _context3.next = 3;
package/index.js CHANGED
@@ -4835,7 +4835,7 @@ const _f = { style: { flex: "1", display: "flex", "min-height": "0" } }, bf = {
4835
4835
  const { x: ve, y: J, width: ie, height: ye } = (se == null ? void 0 : se.getBoundingClientRect()) || {};
4836
4836
  s.data.set({ [`${N}Rect`]: { x: ve, y: J, width: ie, height: ye } });
4837
4837
  };
4838
- ge(), new MutationObserver(ge).observe(se, { childList: !0, subtree: !0 });
4838
+ ge(), new MutationObserver(ge).observe(se, { childList: !0, subtree: !0, attributes: !0 });
4839
4839
  };
4840
4840
  await Promise.all([
4841
4841
  ...Object.keys(h).map(async (N) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@das-fed/mframe",
3
- "version": "0.0.14",
3
+ "version": "0.0.15",
4
4
  "type": "module",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",