Skip to content

Commit c97a2cb

Browse files
authored
Drupal 10 compatibility for 3.x (#1347)
* Add drupal 10 compatibility
1 parent 8418bb7 commit c97a2cb

48 files changed

Lines changed: 7200 additions & 7536 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

assets/explorer/.babelrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"presets": ["es2015", "stage-0", "react"]
2+
"presets": ["es2015", "stage-0", "react"],
3+
"plugins": ["syntax-dynamic-import"]
34
}

assets/explorer/dist/bundle.min.js

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
/*
2+
object-assign
3+
(c) Sindre Sorhus
4+
@license MIT
5+
*/
6+
7+
/*!
8+
* escape-html
9+
* Copyright(c) 2012-2013 TJ Holowaychuk
10+
* Copyright(c) 2015 Andreas Lubbe
11+
* Copyright(c) 2015 Tiancheng "Timothy" Gu
12+
* MIT Licensed
13+
*/
14+
15+
/** @license React v0.19.1
16+
* scheduler.production.min.js
17+
*
18+
* Copyright (c) Facebook, Inc. and its affiliates.
19+
*
20+
* This source code is licensed under the MIT license found in the
21+
* LICENSE file in the root directory of this source tree.
22+
*/
23+
24+
/** @license React v16.14.0
25+
* react-dom.production.min.js
26+
*
27+
* Copyright (c) Facebook, Inc. and its affiliates.
28+
*
29+
* This source code is licensed under the MIT license found in the
30+
* LICENSE file in the root directory of this source tree.
31+
*/
32+
33+
/** @license React v16.14.0
34+
* react.production.min.js
35+
*
36+
* Copyright (c) Facebook, Inc. and its affiliates.
37+
*
38+
* This source code is licensed under the MIT license found in the
39+
* LICENSE file in the root directory of this source tree.
40+
*/

assets/explorer/dist/container.css

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
11
#graphql-explorer {
2-
height: calc(100vh);
3-
}
4-
5-
.toolbar-fixed #graphql-explorer {
6-
height: calc(100vh - 39px);
7-
}
8-
9-
.toolbar-horizontal.toolbar-tray-open #graphql-explorer {
10-
height: calc(100vh - 79px);
2+
position: relative;
3+
height: 650px;
114
}

0 commit comments

Comments
 (0)