chore: bump ui-shell version (#2796)

Add max-width to match page content
This commit is contained in:
Yoshie 2022-09-19 23:57:30 -07:00 committed by GitHub
parent 78bf55a69f
commit 8ec516a490
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 18 additions and 10 deletions

View File

@ -25,4 +25,8 @@ export default class MaxLayout extends Vue {
.main-container {
margin-top: 3.5rem;
}
qiskit-ui-shell {
--header-content-max-width: 96rem;
}
</style>

View File

@ -25,4 +25,8 @@ export default class DefaultLayout extends Vue {
.main-container {
margin-top: 3.5rem;
}
qiskit-ui-shell {
--header-content-max-width: 96rem;
}
</style>

18
package-lock.json generated
View File

@ -1131,9 +1131,9 @@
"integrity": "sha512-kmzN2Zjyp4EmCAlGu561+dJVABH96n5+RnjmsPdv4wrSx+FNyzbxnKYV1x2FYrTxtZ9LB+pd3EofEyVuQM6V0Q=="
},
"@carbon/icons": {
"version": "11.7.0",
"resolved": "https://registry.npmjs.org/@carbon/icons/-/icons-11.7.0.tgz",
"integrity": "sha512-Q6CPWSI/ypl+thK9Mivsf1/QPUa2sKMXazRe1sIlGwYA+gshWde9GYf7PPCoSOy8Agzw+VRQM8G8yMb1SLx/hg=="
"version": "11.8.0",
"resolved": "https://registry.npmjs.org/@carbon/icons/-/icons-11.8.0.tgz",
"integrity": "sha512-9msqZyurz+bXW/74SP1TZpdO5n7OfurFB47PsNnTe5pTXVxw6R1IkXyFqeFJ9caOjAXZT0qLrPcyP7Ubr7Ox1Q=="
},
"@carbon/icons-vue": {
"version": "10.49.1",
@ -3015,9 +3015,9 @@
}
},
"@qiskit/web-components": {
"version": "0.9.0",
"resolved": "https://registry.npmjs.org/@qiskit/web-components/-/web-components-0.9.0.tgz",
"integrity": "sha512-uKFFRrpitvHBDrIzz7U3h2Nd1V0r7mh5lJOKJsWxlM17yXKFtWLm22QGBhOBkSiHYHFgUmxDKoOQw2BOJMEAxw==",
"version": "0.9.2",
"resolved": "https://registry.npmjs.org/@qiskit/web-components/-/web-components-0.9.2.tgz",
"integrity": "sha512-9XFICq8LYzTfFP7Vyxutg39OgcgJYKJkzYichjyba71DWpsJbPuYnhpDCM5w86UJCzxCUzmiZPiBADy2aXb3sg==",
"requires": {
"@carbon/colors": "^10.37.1",
"@carbon/icon-helpers": "^10.30.0",
@ -3040,9 +3040,9 @@
}
},
"@carbon/icon-helpers": {
"version": "10.32.0",
"resolved": "https://registry.npmjs.org/@carbon/icon-helpers/-/icon-helpers-10.32.0.tgz",
"integrity": "sha512-t5kAnx0STZhUo6F0cLnnecKHYg2I7w84i53XiKZz3FGqiEZLFMpljKnQDe6/I7VNwzgBq0PN1dlDhZ8qqKXj5Q=="
"version": "10.33.0",
"resolved": "https://registry.npmjs.org/@carbon/icon-helpers/-/icon-helpers-10.33.0.tgz",
"integrity": "sha512-cdax+RiemAnrATgxL5zyCsD5CV1rJAVTjORXyKxhKSu9Fw6AFJEovJLR9+QQBbPaj/QNTB4o7mJ3YD15LLlB2w=="
},
"@carbon/import-once": {
"version": "10.7.0",

View File

@ -32,7 +32,7 @@
"@nuxtjs/axios": "^5.13.6",
"@open-wc/webpack-import-meta-loader": "^0.4.7",
"@qiskit-community/qiskit-vue": "^3.4.0",
"@qiskit/web-components": "^0.9.0",
"@qiskit/web-components": "^0.9.2",
"@vue/composition-api": "^1.4.9",
"airtable": "~0.11.4",
"cross-env": "^7.0.3",