ruru-components 2.0.0-beta.34 → 2.0.0-beta.35
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/CHANGELOG.md +8 -0
- package/package.json +1 -1
- package/ruru.css +5 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# ruru-components
|
|
2
2
|
|
|
3
|
+
## 2.0.0-beta.35
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`ce9dd46`](https://github.com/graphile/crystal/commit/ce9dd46bd0625ab23ee0f728baec0479149ef895)
|
|
8
|
+
Thanks [@benjie](https://github.com/benjie)! - Fix the sidebar border in
|
|
9
|
+
collapsed mode
|
|
10
|
+
|
|
3
11
|
## 2.0.0-beta.34
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
package/package.json
CHANGED
package/ruru.css
CHANGED
|
@@ -120,6 +120,11 @@
|
|
|
120
120
|
|
|
121
121
|
.graphiql-plugin {
|
|
122
122
|
padding: var(--px-8) var(--px-12);
|
|
123
|
+
border-left: none;
|
|
124
|
+
}
|
|
125
|
+
.graphiql-sidebar {
|
|
126
|
+
border-right: 1px solid
|
|
127
|
+
hsla(var(--color-neutral), var(--alpha-background-heavy));
|
|
123
128
|
}
|
|
124
129
|
|
|
125
130
|
.graphiql-explorer-graphql-arguments > div > span > svg {
|