sanity 5.0.0-next-major.20251215132654 → 5.0.0-next-major.20251215144759

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.
@@ -1,4 +1,4 @@
1
- var version = "5.0.0-next-major.20251215132654+534d769f6c", peerDependencies = {
1
+ var version = "5.0.0-next-major.20251215144759+8e50fc95e6", peerDependencies = {
2
2
  "styled-components": "^6.1.15"
3
3
  };
4
4
  export {
@@ -7,7 +7,7 @@ try {
7
7
  try {
8
8
  buildVersion = buildVersion || // This is replaced by `@sanity/pkg-utils` at build time
9
9
  // and must always be references by its full static name, e.g. no optional chaining, no `if (process && process.env)` etc.
10
- "5.0.0-next-major.20251215132654+534d769f6c";
10
+ "5.0.0-next-major.20251215144759+8e50fc95e6";
11
11
  } catch {
12
12
  }
13
13
  const SANITY_VERSION = buildVersion || `${version}-dev`;
package/lib/index.js CHANGED
@@ -30683,7 +30683,7 @@ function _temp$2S(c2, index) {
30683
30683
  } = c2.props;
30684
30684
  return /* @__PURE__ */ jsxs(Fragment, { children: [
30685
30685
  dividerBefore && index !== 0 && /* @__PURE__ */ jsx(MenuDivider, {}),
30686
- /* @__PURE__ */ jsx(MenuItem, { text, icon, pressed: selected, ...rest })
30686
+ /* @__PURE__ */ jsx(MenuItem, { text, icon, pressed: selected, "aria-pressed": selected, ...rest })
30687
30687
  ] }, c2.key);
30688
30688
  }
30689
30689
  function ObserveElement(props2) {