@sanity/ui 2.0.0-alpha.31 → 2.0.0-alpha.32

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.
package/dist/index.js CHANGED
@@ -5918,7 +5918,7 @@ const DialogCard = react.forwardRef(function DialogCard2(props, ref) {
5918
5918
  children: header && /* @__PURE__ */jsxRuntime.jsx(Text, {
5919
5919
  id: labelId,
5920
5920
  size: 1,
5921
- weight: "medium",
5921
+ weight: "semibold",
5922
5922
  children: header
5923
5923
  })
5924
5924
  }), showCloseButton && /* @__PURE__ */jsxRuntime.jsx(Box, {