@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 +5 -6
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +5 -6
- package/dist/index.js.map +1 -1
- package/dist/theme.esm.js +2 -2
- package/dist/theme.esm.js.map +1 -1
- package/dist/theme.js +2 -2
- package/dist/theme.js.map +1 -1
- package/package.json +2 -2
- package/src/core/components/tab/tab.tsx +0 -1
- package/src/core/primitives/tooltip/tooltip.tsx +2 -1
- package/src/theme/build/buildTheme.test.ts +2 -2
- package/src/theme/themes/studio/config.ts +2 -2
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
|
-
|
|
5103
|
-
|
|
5104
|
-
|
|
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,
|