graphiql
Advanced tools
Comparing version 3.4.0-canary-5291229d.0 to 3.4.0-canary-8ecdb189.0
@@ -25,3 +25,2 @@ import React, { PropsWithChildren, ReactNode } from 'react'; | ||
forcedTheme?: (typeof THEMES)[number]; | ||
className?: string; | ||
}; | ||
@@ -28,0 +27,0 @@ declare const THEMES: readonly ["light", "dark", "system"]; |
@@ -244,5 +244,4 @@ "use strict"; | ||
react_1.default.createElement(react_2.PlusIcon, { "aria-hidden": "true" })))); | ||
var className = props.className ? " ".concat(props.className) : ''; | ||
return (react_1.default.createElement(react_2.Tooltip.Provider, null, | ||
react_1.default.createElement("div", { "data-testid": "graphiql-container", className: "graphiql-container".concat(className) }, | ||
react_1.default.createElement("div", { "data-testid": "graphiql-container", className: "graphiql-container" }, | ||
react_1.default.createElement("div", { className: "graphiql-sidebar" }, | ||
@@ -249,0 +248,0 @@ react_1.default.createElement("div", { className: "graphiql-sidebar-section" }, pluginContext === null || pluginContext === void 0 ? void 0 : pluginContext.plugins.map(function (plugin, index) { |
@@ -25,3 +25,2 @@ import React, { PropsWithChildren, ReactNode } from 'react'; | ||
forcedTheme?: (typeof THEMES)[number]; | ||
className?: string; | ||
}; | ||
@@ -28,0 +27,0 @@ declare const THEMES: readonly ["light", "dark", "system"]; |
@@ -217,5 +217,4 @@ var __assign = (this && this.__assign) || function () { | ||
React.createElement(PlusIcon, { "aria-hidden": "true" })))); | ||
var className = props.className ? " ".concat(props.className) : ''; | ||
return (React.createElement(Tooltip.Provider, null, | ||
React.createElement("div", { "data-testid": "graphiql-container", className: "graphiql-container".concat(className) }, | ||
React.createElement("div", { "data-testid": "graphiql-container", className: "graphiql-container" }, | ||
React.createElement("div", { className: "graphiql-sidebar" }, | ||
@@ -222,0 +221,0 @@ React.createElement("div", { className: "graphiql-sidebar-section" }, pluginContext === null || pluginContext === void 0 ? void 0 : pluginContext.plugins.map(function (plugin, index) { |
{ | ||
"name": "graphiql", | ||
"version": "3.4.0-canary-5291229d.0", | ||
"version": "3.4.0-canary-8ecdb189.0", | ||
"description": "An graphical interactive in-browser GraphQL IDE.", | ||
@@ -50,3 +50,3 @@ "contributors": [ | ||
"dependencies": { | ||
"@graphiql/react": "^0.22.4", | ||
"@graphiql/react": "^0.23.0-canary-8ecdb189.0", | ||
"@graphiql/toolkit": "^0.9.1", | ||
@@ -53,0 +53,0 @@ "graphql-language-service": "^5.2.1", |
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
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
13554552
171044
+ Added@graphiql/react@0.23.1(transitive)
- Removed@graphiql/react@0.22.4(transitive)