@sanity/ui 2.15.16 → 2.15.18
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/_chunks-cjs/_visual-editing.js +4 -4
- package/dist/_chunks-cjs/_visual-editing.js.map +1 -1
- package/dist/_chunks-es/_visual-editing.mjs +4 -4
- package/dist/_chunks-es/_visual-editing.mjs.map +1 -1
- package/dist/theme.js +2 -2
- package/dist/theme.js.map +1 -1
- package/dist/theme.mjs +2 -2
- package/dist/theme.mjs.map +1 -1
- package/package.json +4 -4
- package/src/theme/defaults/colorTokens.ts +2 -2
|
@@ -2702,7 +2702,7 @@ const StyledInline = /* @__PURE__ */ styled(Box).withConfig({
|
|
|
2702
2702
|
displayName: "StyledInline",
|
|
2703
2703
|
componentId: "sc-1pkiy6j-0"
|
|
2704
2704
|
})(inlineBaseStyle, inlineSpaceStyle), Inline = forwardRef(function(props, ref) {
|
|
2705
|
-
const $ = c(
|
|
2705
|
+
const $ = c(13);
|
|
2706
2706
|
let as, childrenProp, restProps, space;
|
|
2707
2707
|
$[0] !== props ? ({
|
|
2708
2708
|
as,
|
|
@@ -2712,9 +2712,9 @@ const StyledInline = /* @__PURE__ */ styled(Box).withConfig({
|
|
|
2712
2712
|
} = props, $[0] = props, $[1] = as, $[2] = childrenProp, $[3] = restProps, $[4] = space) : (as = $[1], childrenProp = $[2], restProps = $[3], space = $[4]);
|
|
2713
2713
|
let t0, t1;
|
|
2714
2714
|
$[5] !== childrenProp ? (t1 = Children.map(childrenProp, _temp$4), $[5] = childrenProp, $[6] = t1) : t1 = $[6], t0 = t1;
|
|
2715
|
-
const children = t0, t2 = useArrayProp(space);
|
|
2716
|
-
let
|
|
2717
|
-
return $[7] !== as || $[8] !== children || $[9] !== restProps || $[10] !== t2 ? (
|
|
2715
|
+
const children = t0, t2 = useArrayProp(space), t3 = ref;
|
|
2716
|
+
let t4;
|
|
2717
|
+
return $[7] !== as || $[8] !== children || $[9] !== restProps || $[10] !== t2 || $[11] !== t3 ? (t4 = /* @__PURE__ */ jsx(StyledInline, { "data-ui": "Inline", ...restProps, $space: t2, forwardedAs: as, ref: t3, children }), $[7] = as, $[8] = children, $[9] = restProps, $[10] = t2, $[11] = t3, $[12] = t4) : t4 = $[12], t4;
|
|
2718
2718
|
});
|
|
2719
2719
|
Inline.displayName = "ForwardRef(Inline)";
|
|
2720
2720
|
function _temp$4(child) {
|