barbican-reset 1.6.4 → 1.6.7

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.
@@ -15,7 +15,7 @@
15
15
  <slot name="loading" />
16
16
  </template>
17
17
  <template v-else>
18
- removing ...
18
+ removing&nbsp;...
19
19
  </template>
20
20
  </template>
21
21
 
@@ -8,6 +8,7 @@
8
8
 
9
9
  <script>
10
10
  export default {
11
+ name: 'BrContainer',
11
12
  props: {
12
13
  splash: {
13
14
  type: Boolean,
@@ -6,7 +6,7 @@
6
6
 
7
7
  <script type="text/javascript">
8
8
  export default {
9
- name: 'FormSection',
9
+ name: 'BrFormBlock',
10
10
  }
11
11
  </script>
12
12
 
@@ -16,7 +16,7 @@
16
16
  import { BButton } from 'bootstrap-vue'
17
17
  import { EditIcon } from '../icons/account'
18
18
  export default {
19
- name: 'BrFormGroup',
19
+ name: 'BrFormRow',
20
20
  components: {
21
21
  BButton,
22
22
  EditIcon
@@ -1,13 +1,13 @@
1
1
  <template>
2
2
  <div :class="$style.container">
3
3
  <div :class="$style.input" data-test="email"><slot /></div>
4
- <b-button class="btn-update" @click.prevent="$emit('update')" data-test="update">update</b-button>
4
+ <b-button @click.prevent="$emit('update')" data-test="update">update</b-button>
5
5
  </div>
6
6
  </template>
7
7
 
8
8
  <script type="text/javascript">
9
9
  export default {
10
- name: 'FormUpdate',
10
+ name: 'BrFormUpdate',
11
11
  }
12
12
  </script>
13
13
 
@@ -24,6 +24,7 @@
24
24
 
25
25
  .input {
26
26
  @include all-text-inputs;
27
+ color: $c-grey-steel;
27
28
  user-select: none;
28
29
  overflow: hidden;
29
30
  }
package/dist/.DS_Store ADDED
Binary file