@burh/nuxt-core 1.0.294 → 1.0.297

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.
@@ -107,7 +107,7 @@
107
107
  margin-left: 10px;
108
108
  }
109
109
  .progress-bar {
110
- background: linear-gradient(to left, #8965e0, #4460F4);
110
+ background: linear-gradient(to left, #8965e0, #5865F2);
111
111
  }
112
112
  .star-progress {
113
113
  height: 25px;
@@ -19,7 +19,7 @@ export const Charts = {
19
19
  },
20
20
  theme: {
21
21
  'default': '#172b4d',
22
- 'primary': '#5e72e4',
22
+ 'primary': '#5865F2',
23
23
  'secondary': '#f4f5f7',
24
24
  'info': '#11cdef',
25
25
  'success': '#2dce89',
@@ -53,7 +53,7 @@ export default {
53
53
  .card-header {
54
54
  padding: 1.25rem 0;
55
55
  &::after {
56
- color: #4460F4;
56
+ color: #5865F2;
57
57
  font-size: 1.5rem;
58
58
  }
59
59
  }
@@ -61,8 +61,8 @@
61
61
  <h5 class="font-weight-bold mt-4 ml-3">Contatos</h5>
62
62
  <div class="ml-3 info-text">
63
63
  <span v-if="userData.email != null">Email: {{userData.email}}</span><br>
64
- <span v-if="userData.user_contact.cellphone != null && userData.user_contact.cellphone.length > 1 ">Celular: {{phoneMask(userData.user_contact.cellphone)}}</span><br>
65
- <span v-if="userData.user_contact.phone != null && userData.user_contact.phone.length > 1">Telefone: {{phoneMask(userData.user_contact.phone)}}</span>
64
+ <span v-if="userData.user_contact && userData.user_contact.cellphone != null && userData.user_contact.cellphone.length > 1 ">Celular: {{phoneMask(userData.user_contact.cellphone)}}</span><br>
65
+ <span v-if="userData.user_contact && userData.user_contact.phone != null && userData.user_contact.phone.length > 1">Telefone: {{phoneMask(userData.user_contact.phone)}}</span>
66
66
  </div>
67
67
 
68
68
  <!-- EDUCAÇÃO -->
@@ -453,7 +453,7 @@ export default {
453
453
  border: none;
454
454
  margin-top: 15px;
455
455
 
456
- background: #4460F4;
456
+ background: #5865F2;
457
457
  border-radius: 16px;
458
458
  color: #fff;
459
459
 
@@ -102,7 +102,7 @@ export default {
102
102
  font-weight: 400;
103
103
  text-align: center;
104
104
  background-color: rgba(29, 161, 241, 0.1);
105
- color: #4460F4;
105
+ color: #5865F2;
106
106
  }
107
107
  </style>
108
108
  <style lang="scss">
@@ -140,7 +140,7 @@ export default {
140
140
  border: 2px solid transparent;
141
141
  transition: border-color 0.5s;
142
142
  &--active {
143
- border-color: #4460F4;
143
+ border-color: #5865F2;
144
144
  z-index: 10;
145
145
  }
146
146
  }
@@ -313,7 +313,7 @@ export default {
313
313
  position: absolute;
314
314
  top: 2.75rem;
315
315
  right: 2rem;
316
- color: #4460F4;
316
+ color: #5865F2;
317
317
  }
318
318
 
319
319
  li {
@@ -4,7 +4,7 @@
4
4
  :can-cancel="true"
5
5
  :on-cancel="onCancel"
6
6
  :is-full-page="fullPage"
7
- :color="'#4460F4'"
7
+ :color="'#5865F2'"
8
8
  :loader="'dots'"
9
9
  :class="isBottomLoading ? 'bottom-loading' : ''"
10
10
  ></loading>
@@ -16,7 +16,7 @@ export default {
16
16
  props: {
17
17
  defaultColor: {
18
18
  type: String,
19
- default: '#4460F4'
19
+ default: '#5865F2'
20
20
  },
21
21
  isLoading: {
22
22
  type: Boolean,
@@ -60,6 +60,6 @@ export default {
60
60
  font-size: 27px;
61
61
  font-weight: bold;
62
62
  text-align: center;
63
- color:#4460F4;
63
+ color:#5865F2;
64
64
  }
65
65
  </style>
@@ -184,7 +184,7 @@ export default {
184
184
  </script>
185
185
 
186
186
  <style lang="scss" scoped>
187
- $primaryColor: #4460F4;
187
+ $primaryColor: #5865F2;
188
188
 
189
189
  .products--info {
190
190
  padding: 0 40px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@burh/nuxt-core",
3
- "version": "1.0.294",
3
+ "version": "1.0.297",
4
4
  "description": "Design System and Components.",
5
5
  "author": "Burh",
6
6
  "scripts": {