@burh/nuxt-core 1.0.89 → 1.0.91

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.
@@ -51,6 +51,6 @@
51
51
  </script>
52
52
  <style>
53
53
  .badge-bg-color {
54
- background-color: #EFF5FD;
54
+ background-color: #EFF5FD !important;
55
55
  }
56
56
  </style>
@@ -14,7 +14,7 @@
14
14
  @functionality-click="$emit('click-second-item')" />
15
15
  </ul>
16
16
  <hr>
17
- <h6 class="list-title">{{title}}</h6>
17
+ <h6 class="list-title font-weight-bold">{{title}}</h6>
18
18
  <ul class="list">
19
19
  <slot></slot>
20
20
  </ul>
@@ -52,22 +52,17 @@ export default {
52
52
  justify-content: space-evenly;
53
53
  }
54
54
 
55
-
56
55
  .line ul:not(:first-child) {
57
56
  border: 2px solid #e5e5e5;
58
57
  }
59
58
 
60
- .list-title {
61
- // font-size: 1.25rem;
62
- }
63
-
64
59
  .footer-text {
65
60
  margin-left: 1rem;
66
- opacity: 30% !important;
61
+ opacity: 0.4;
67
62
  font-size: smaller;
68
63
  }
69
64
  .padding-border {
70
- padding-left: 3rem;
65
+ padding-left: 7.5rem;
71
66
  }
72
67
 
73
68
  </style>
@@ -121,6 +121,7 @@ export default {
121
121
  this.$emit('copy-test');
122
122
  },
123
123
  openRenameEditor() {
124
+ this.newName = this.text
124
125
  this.showNameEditor = true;
125
126
 
126
127
  this.$nextTick()
@@ -148,9 +149,9 @@ export default {
148
149
  data() {
149
150
  return {
150
151
  showNameEditor: false,
151
- newName: this.text,
152
+ newName: '',
152
153
  };
153
- }
154
+ },
154
155
  };
155
156
  </script>
156
157
  <style lang="scss" scoped>
@@ -7,7 +7,7 @@
7
7
  <badge
8
8
  rounded
9
9
  size="md"
10
- class="ml-auto badge-bg-color"
10
+ class="ml-auto badge-bg-color badge-font"
11
11
  type="primary"
12
12
  v-show="hasEnableBadge"
13
13
  >UPGRADE
@@ -79,5 +79,7 @@ export default {
79
79
  .card-body {
80
80
  height: 30rem !important;
81
81
  }
82
-
82
+ .badge-font {
83
+ font-size: 10px !important;
84
+ }
83
85
  </style>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@burh/nuxt-core",
3
- "version": "1.0.89",
3
+ "version": "1.0.91",
4
4
  "description": "Design System and Components.",
5
5
  "author": "Burh",
6
6
  "scripts": {