@sanity/ui 2.0.0-alpha.30 → 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
@@ -4439,7 +4439,7 @@ const Select = react.forwardRef(function Select2(props, forwardedRef) {
4439
4439
  padding,
4440
4440
  children: /* @__PURE__ */jsxRuntime.jsx(Text, {
4441
4441
  size: fontSize,
4442
- children: /* @__PURE__ */jsxRuntime.jsx(icons.SelectIcon, {})
4442
+ children: /* @__PURE__ */jsxRuntime.jsx(icons.ChevronDownIcon, {})
4443
4443
  })
4444
4444
  })]
4445
4445
  });
@@ -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, {