atom.io 0.16.0 → 0.16.1

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.
@@ -2043,7 +2043,6 @@ var Id = ({ id }) => {
2043
2043
  /* @__PURE__ */ jsx(
2044
2044
  "span",
2045
2045
  __spreadProps(__spreadValues({
2046
- role: "content",
2047
2046
  ref: refs.setReference
2048
2047
  }, getReferenceProps()), {
2049
2048
  style: {
@@ -2060,7 +2059,6 @@ var Id = ({ id }) => {
2060
2059
  isOpen && /* @__PURE__ */ jsx(FloatingPortal, { children: /* @__PURE__ */ jsx(
2061
2060
  "span",
2062
2061
  __spreadProps(__spreadValues({
2063
- role: "popup",
2064
2062
  ref: refs.setFloating
2065
2063
  }, getFloatingProps()), {
2066
2064
  style: __spreadProps(__spreadValues({}, floatingStyles), {