@sanity/ui 2.0.0-alpha.27 → 2.0.0-alpha.29

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
@@ -5111,11 +5111,11 @@ const Tooltip = react.forwardRef(function Tooltip2(props, ref) {
5111
5111
  },
5112
5112
  exit: {
5113
5113
  opacity: 0,
5114
- scale: 0.95,
5115
- transition: {
5116
- duration: 0.4,
5117
- type: "spring"
5118
- }
5114
+ scale: 0.95
5115
+ },
5116
+ transition: {
5117
+ duration: 0.3,
5118
+ type: "spring"
5119
5119
  },
5120
5120
  children
5121
5121
  }),
@@ -7029,7 +7029,6 @@ const Tab = react.forwardRef(function Tab2(props, forwardedRef) {
7029
7029
  onBlur: handleBlur,
7030
7030
  onFocus: handleFocus,
7031
7031
  padding,
7032
- radius: "full",
7033
7032
  ref: setRef,
7034
7033
  role: "tab",
7035
7034
  selected,