@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.esm.js CHANGED
@@ -5905,7 +5905,7 @@ const DialogCard = forwardRef(function DialogCard2(props, ref) {
5905
5905
  children: header && /* @__PURE__ */jsx(Text, {
5906
5906
  id: labelId,
5907
5907
  size: 1,
5908
- weight: "medium",
5908
+ weight: "semibold",
5909
5909
  children: header
5910
5910
  })
5911
5911
  }), showCloseButton && /* @__PURE__ */jsx(Box, {