@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.esm.js +3 -3
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/core/components/dialog/dialog.tsx +1 -1
- package/src/core/components/menu/__workshop__/disableFocusOnClose.tsx +2 -2
- package/src/core/primitives/select/select.tsx +2 -2
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.
|
|
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: "
|
|
5921
|
+
weight: "semibold",
|
|
5922
5922
|
children: header
|
|
5923
5923
|
})
|
|
5924
5924
|
}), showCloseButton && /* @__PURE__ */jsxRuntime.jsx(Box, {
|