@tanstack/react-query-devtools
Advanced tools
Comparing version 4.3.0-beta.4 to 4.3.0-beta.5
@@ -222,2 +222,15 @@ /** | ||
function ScreenReader({ | ||
text | ||
}) { | ||
return /*#__PURE__*/React__namespace.createElement("span", { | ||
style: { | ||
position: 'absolute', | ||
width: '0.1px', | ||
height: '0.1px', | ||
overflow: 'hidden' | ||
} | ||
}, text); | ||
} | ||
const Panel = styled('div', (_props, theme) => ({ | ||
@@ -740,2 +753,4 @@ fontSize: 'clamp(12px, 1.5vw, 14px)', | ||
"aria-hidden": true | ||
}), /*#__PURE__*/React__namespace.createElement(ScreenReader, { | ||
text: "Open React Query Devtools" | ||
})) : null); | ||
@@ -844,2 +859,4 @@ } | ||
"aria-hidden": true | ||
}), /*#__PURE__*/React__namespace.createElement(ScreenReader, { | ||
text: "Close React Query Devtools" | ||
})), /*#__PURE__*/React__namespace.createElement("div", { | ||
@@ -949,3 +966,5 @@ style: { | ||
d: "M3.515 9.515c4.686 -4.687 12.284 -4.687 17 0" | ||
}))))) : null))), /*#__PURE__*/React__namespace.createElement("div", { | ||
}))), /*#__PURE__*/React__namespace.createElement(ScreenReader, { | ||
text: isMockOffline ? 'Restore offline mock' : 'Mock offline behavior' | ||
}))) : null))), /*#__PURE__*/React__namespace.createElement("div", { | ||
style: { | ||
@@ -952,0 +971,0 @@ overflowY: 'auto', |
@@ -222,2 +222,15 @@ /** | ||
function ScreenReader({ | ||
text | ||
}) { | ||
return /*#__PURE__*/React__namespace.createElement("span", { | ||
style: { | ||
position: 'absolute', | ||
width: '0.1px', | ||
height: '0.1px', | ||
overflow: 'hidden' | ||
} | ||
}, text); | ||
} | ||
const Panel = styled('div', (_props, theme) => ({ | ||
@@ -740,2 +753,4 @@ fontSize: 'clamp(12px, 1.5vw, 14px)', | ||
"aria-hidden": true | ||
}), /*#__PURE__*/React__namespace.createElement(ScreenReader, { | ||
text: "Open React Query Devtools" | ||
})) : null); | ||
@@ -844,2 +859,4 @@ } | ||
"aria-hidden": true | ||
}), /*#__PURE__*/React__namespace.createElement(ScreenReader, { | ||
text: "Close React Query Devtools" | ||
})), /*#__PURE__*/React__namespace.createElement("div", { | ||
@@ -949,3 +966,5 @@ style: { | ||
d: "M3.515 9.515c4.686 -4.687 12.284 -4.687 17 0" | ||
}))))) : null))), /*#__PURE__*/React__namespace.createElement("div", { | ||
}))), /*#__PURE__*/React__namespace.createElement(ScreenReader, { | ||
text: isMockOffline ? 'Restore offline mock' : 'Mock offline behavior' | ||
}))) : null))), /*#__PURE__*/React__namespace.createElement("div", { | ||
style: { | ||
@@ -952,0 +971,0 @@ overflowY: 'auto', |
{ | ||
"name": "@tanstack/react-query-devtools", | ||
"version": "4.3.0-beta.4", | ||
"version": "4.3.0-beta.5", | ||
"description": "TODO", | ||
@@ -5,0 +5,0 @@ "author": "tannerlinsley", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
952947
43
9663