@burh/nuxt-core 1.0.468 → 1.0.470

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.
@@ -137,7 +137,7 @@ export default {
137
137
  },
138
138
  haveDataCoursesProgress(){
139
139
  let data = this.coursesProgress;
140
- if(!data.length){
140
+ if(!data || !data.length){
141
141
  return false;
142
142
  }else{
143
143
  if(data[0].number == 0 && data[1].number == 0 && data[2].number == 0) return false;
@@ -1092,11 +1092,8 @@ export default {
1092
1092
  min-width: 280px;
1093
1093
  }
1094
1094
  }
1095
- .notes-melissa-title {
1096
- padding: 5px 15px !important;
1097
- }
1098
1095
  .notes-baloon-melissa {
1099
- padding: 5px 15px;
1096
+ padding: 5px 0;
1100
1097
  .question-melissa-title{
1101
1098
  font-size: 12px !important;
1102
1099
  color:#62778c;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@burh/nuxt-core",
3
- "version": "1.0.468",
3
+ "version": "1.0.470",
4
4
  "description": "Design System and Components.",
5
5
  "author": "Burh",
6
6
  "scripts": {