sanity 5.3.1 → 5.3.2-next.2

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.
@@ -1,4 +1,4 @@
1
- var version = "5.3.1", peerDependencies = {
1
+ var version = "5.3.2-next.2+dbf74ce69a", peerDependencies = {
2
2
  "styled-components": "^6.1.15"
3
3
  };
4
4
  export {
@@ -5192,12 +5192,12 @@ const HorizontalScroller = styled(Card)((props) => {
5192
5192
  showSplitPaneButton && /* @__PURE__ */ jsx(Button$1, { "aria-label": t("buttons.split-pane-button.aria-label"), icon: SplitVerticalIcon, mode: "bleed", onClick: onPaneSplit, tooltipProps: {
5193
5193
  content: t("buttons.split-pane-button.tooltip")
5194
5194
  } }, "split-pane-button"),
5195
- showSplitPaneCloseButton && /* @__PURE__ */ jsx(Button$1, { icon: CloseIcon, mode: "bleed", onClick: onPaneClose, tooltipProps: {
5196
- content: t("buttons.split-pane-close-button.title")
5197
- } }, "close-view-button"),
5198
5195
  onSetMaximizedPane && /* @__PURE__ */ jsx(Button$1, { "aria-label": t(isMaximizedPane ? "buttons.focus-pane-button.aria-label.collapse" : "buttons.focus-pane-button.aria-label.focus"), icon: isMaximizedPane ? CollapseIcon : ExpandIcon, mode: "bleed", onClick: handleFocusPane, tooltipProps: {
5199
5196
  content: t(isMaximizedPane ? "buttons.focus-pane-button.tooltip.collapse" : "buttons.focus-pane-button.tooltip.focus")
5200
5197
  }, "data-testid": isMaximizedPane ? "focus-pane-button-collapse" : "focus-pane-button-focus" }, "focus-pane-button"),
5198
+ showSplitPaneCloseButton && /* @__PURE__ */ jsx(Button$1, { icon: CloseIcon, mode: "bleed", onClick: onPaneClose, tooltipProps: {
5199
+ content: t("buttons.split-pane-close-button.title")
5200
+ } }, "close-view-button"),
5201
5201
  showPaneGroupCloseButton && /* @__PURE__ */ jsx(Button$1, { icon: CloseIcon, mode: "bleed", tooltipProps: {
5202
5202
  content: t("buttons.split-pane-close-group-button.title")
5203
5203
  }, as: BackLink2 }, "close-view-button")