@burh/nuxt-core 1.0.93 → 1.0.95

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.
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <div class="col-5 bg-light--darken py-5 px-5">
2
+ <div class="cv-left col-5 bg-light--darken py-5 px-5">
3
3
  <div class="d-flex justify-content-center">
4
4
  <a href="#!" class="avatar avatar-pdf">
5
5
  <img alt="Image placeholder" :src="avatar" v-show="avatar" />
@@ -227,4 +227,8 @@ export default {
227
227
  }
228
228
  }
229
229
  }
230
+
231
+ .cv-left{
232
+ word-break: initial;
233
+ }
230
234
  </style>
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <div class="col-7 bg-lighter py-5 px-5">
2
+ <div class="cv-right col-7 bg-lighter py-5 px-5">
3
3
  <h2 class="display-4 text-center mb-4">{{name}}</h2>
4
4
  <p class="text-muted mb-0" v-show="wagePretesion"> Pretensão Salarial de {{wagePretesion | convertToReal}} reais.</p>
5
5
  <p class="text-muted" v-show="codUser">Código de indicação do usuário: <b>{{codUser}}</b></p>
@@ -109,4 +109,8 @@ export default {
109
109
  -webkit-box-orient: vertical;
110
110
  }
111
111
 
112
+ .cv-right{
113
+ word-break: initial;
114
+ }
115
+
112
116
  </style>
@@ -84,6 +84,8 @@
84
84
  <slot name="testes"></slot>
85
85
 
86
86
  <slot name="nota"></slot>
87
+
88
+ <slot name="email"></slot>
87
89
 
88
90
  <div class="col-12 mb-4">
89
91
  <label class="mb-0 form-control-label mb-3">{{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@burh/nuxt-core",
3
- "version": "1.0.93",
3
+ "version": "1.0.95",
4
4
  "description": "Design System and Components.",
5
5
  "author": "Burh",
6
6
  "scripts": {