@everchron/ec-shards 0.7.65 → 0.7.68

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everchron/ec-shards",
3
- "version": "0.7.65",
3
+ "version": "0.7.68",
4
4
  "private": false,
5
5
  "description": "Everchron Shards UI Library",
6
6
  "repository": "https://github.com/everchron/ec-shards.git",
@@ -76,13 +76,13 @@
76
76
  switch (this.rating){
77
77
  case 'good':
78
78
  case 'Good':
79
- return 'Favorable'
79
+ return 'Good'
80
80
  case 'mixed':
81
81
  case 'Mixed':
82
82
  return 'Mixed'
83
83
  case 'bad':
84
84
  case 'Bad':
85
- return 'Not Favorable'
85
+ return 'Bad'
86
86
  case 'unrated':
87
87
  case 'Unrated':
88
88
  return 'Unrated'
@@ -104,7 +104,7 @@ export default {
104
104
 
105
105
  beforeDestroy() {
106
106
  this.editor.destroy()
107
- },
107
+ }
108
108
  }
109
109
  </script>
110
110
 
@@ -25,7 +25,7 @@
25
25
  <slot></slot>
26
26
  </span>
27
27
 
28
- <span v-if="afterLabel" class="after small subtle">{{afterLabel}}</span>
28
+ <span v-if="afterLabel" class="after-label">{{afterLabel}}</span>
29
29
 
30
30
  <div v-if="$slots.actions" class="ecs-tree-view-entry-actions">
31
31
  <slot name="actions"></slot>
@@ -227,6 +227,7 @@
227
227
  overflow: hidden;
228
228
  white-space: nowrap;
229
229
  margin-left: 6px;
230
+ margin-right: 8px;
230
231
  flex: 1;
231
232
  }
232
233
 
@@ -239,15 +240,9 @@
239
240
  margin-left: auto;
240
241
  }
241
242
 
242
- .after{
243
+ .after-label{
243
244
  margin-left: auto;
244
- }
245
-
246
- .small{
247
- font-size: 11px;
248
- }
249
-
250
- .subtle{
245
+ font-size: 12px;
251
246
  color: $gray-8;
252
247
  }
253
248
  }
package/src/.DS_Store DELETED
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file