issue-pane 2.4.9-f9b2dc9a → 2.4.10-e234bb2d
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/issuePane.js +1 -1
- package/package.json +4 -4
package/issuePane.js
CHANGED
|
@@ -440,7 +440,7 @@ export default {
|
|
|
440
440
|
var b = dom.createElement('button')
|
|
441
441
|
const container = dom.createElement('div')
|
|
442
442
|
b.setAttribute('type', 'button')
|
|
443
|
-
b.setAttribute('style', 'padding: 0.3em; font-size: 100%; margin: 0.5em;')
|
|
443
|
+
b.setAttribute('style', 'padding: 0.3em; font-size: 100%; margin: 0.5em; display: flex; align-items: center;')
|
|
444
444
|
container.appendChild(b)
|
|
445
445
|
paneDiv.appendChild(container)
|
|
446
446
|
const img = dom.createElement('img')
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "issue-pane",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.10-e234bb2d",
|
|
4
4
|
"description": "Solid-compatible Panes: issue editor",
|
|
5
5
|
"main": "./issuePane.js",
|
|
6
6
|
"scripts": {
|
|
@@ -34,10 +34,10 @@
|
|
|
34
34
|
},
|
|
35
35
|
"homepage": "https://github.com/solid/issue-pane",
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"pane-registry": "2.4.
|
|
37
|
+
"pane-registry": "^2.4.7",
|
|
38
38
|
"rdflib": "^2.2.17",
|
|
39
|
-
"solid-logic": "1.3.
|
|
40
|
-
"solid-ui": "2.4.
|
|
39
|
+
"solid-logic": "^1.3.14",
|
|
40
|
+
"solid-ui": "^2.4.19"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"eslint": "^7.32.0",
|