Skip to content

Commit 466a212

Browse files
committed
deps: vue-bulma-brace v0.0.3
1 parent a35b205 commit 466a212

File tree

3 files changed

+15
-11
lines changed

3 files changed

+15
-11
lines changed

client/views/components/Brace.vue

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,9 @@
9696
</article>
9797
</div>
9898
<div class="tile is-parent">
99-
<article class="tile is-child box">
100-
<brace style="height: 100%"
99+
<article class="tile is-child box brace-container">
100+
<brace
101+
style="min-height: 100%; min-width: 100%"
101102
:fontsize="this.selected.fontsize"
102103
:theme="this.selected.theme"
103104
:mode="this.selected.mode"
@@ -158,4 +159,7 @@ export default {
158159
.control-label {
159160
min-width: 100px;
160161
}
161-
</style>
162+
.brace-container {
163+
display: flex;
164+
}
165+
</style>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"mdi": "1.7.22",
4242
"plotly.js": "1.21.2",
4343
"vue": "2.1.10",
44-
"vue-bulma-brace": "0.0.2",
44+
"vue-bulma-brace": "^0.0.3",
4545
"vue-bulma-breadcrumb": "github:vue-bulma/breadcrumb",
4646
"vue-bulma-card": "1.0.1",
4747
"vue-bulma-chartist": "github:vue-bulma/chartist",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -991,9 +991,9 @@ brace-expansion@^1.0.0:
991991
balanced-match "^0.4.1"
992992
concat-map "0.0.1"
993993

994-
brace@^0.9.1:
995-
version "0.9.1"
996-
resolved "https://registry.yarnpkg.com/brace/-/brace-0.9.1.tgz#19dcbae2faec9a9920a0452ec64d8d84df45e7b6"
994+
brace@^0.10.0:
995+
version "0.10.0"
996+
resolved "https://registry.yarnpkg.com/brace/-/brace-0.10.0.tgz#edef4eb9b0928ba1ee5f717ffc157749a6dd5d76"
997997
dependencies:
998998
w3c-blob "0.0.1"
999999

@@ -6809,11 +6809,11 @@ vt-pbf@^2.0.2:
68096809
point-geometry "0.0.0"
68106810
vector-tile "^1.1.3"
68116811

6812-
vue-bulma-brace@0.0.2:
6813-
version "0.0.2"
6814-
resolved "https://registry.yarnpkg.com/vue-bulma-brace/-/vue-bulma-brace-0.0.2.tgz#54a86af6f2c48791be15a6ee25ecdf2948fd18da"
6812+
vue-bulma-brace@^0.0.3:
6813+
version "0.0.3"
6814+
resolved "https://registry.yarnpkg.com/vue-bulma-brace/-/vue-bulma-brace-0.0.3.tgz#250417aa887aabe8f7fe8323e82c4a7d21266a2d"
68156815
dependencies:
6816-
brace "^0.9.1"
6816+
brace "^0.10.0"
68176817

68186818
"vue-bulma-breadcrumb@github:vue-bulma/breadcrumb":
68196819
version "1.0.1"

0 commit comments

Comments
 (0)