@everchron/ec-shards 7.3.1 → 7.3.3

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": "7.3.1",
3
+ "version": "7.3.3",
4
4
  "private": false,
5
5
  "description": "Everchron Shards UI Library",
6
6
  "repository": "https://github.com/everchron/ec-shards.git",
@@ -86,6 +86,7 @@ export default {
86
86
  onEmojiSelected(emoji) {
87
87
  /** Returns an object that contains the selected emoji code and character. */
88
88
  this.$emit('emoji', {
89
+ name: emoji.name.replace(/\s/g, '_'),
89
90
  code: emoji.codes,
90
91
  char: emoji.char
91
92
  });
@@ -130,7 +131,7 @@ export default {
130
131
  border-radius: 6px 6px 0 0;
131
132
  }
132
133
 
133
- .ecs-tab-button :deep(.icon){
134
+ .ecs-tab-button::v-deep .icon{
134
135
  width: 24px;
135
136
  height: 24px;
136
137
  }