@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.esm.js CHANGED
@@ -5098,11 +5098,11 @@ const Tooltip = forwardRef(function Tooltip2(props, ref) {
5098
5098
  },
5099
5099
  exit: {
5100
5100
  opacity: 0,
5101
- scale: 0.95,
5102
- transition: {
5103
- duration: 0.4,
5104
- type: "spring"
5105
- }
5101
+ scale: 0.95
5102
+ },
5103
+ transition: {
5104
+ duration: 0.3,
5105
+ type: "spring"
5106
5106
  },
5107
5107
  children
5108
5108
  }),
@@ -7016,7 +7016,6 @@ const Tab = forwardRef(function Tab2(props, forwardedRef) {
7016
7016
  onBlur: handleBlur,
7017
7017
  onFocus: handleFocus,
7018
7018
  padding,
7019
- radius: "full",
7020
7019
  ref: setRef,
7021
7020
  role: "tab",
7022
7021
  selected,