@everchron/ec-shards 0.7.55 → 0.7.56

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.55",
3
+ "version": "0.7.56",
4
4
  "private": false,
5
5
  "description": "Everchron Shards UI Library",
6
6
  "repository": "https://github.com/everchron/ec-shards.git",
@@ -32,6 +32,7 @@ import EcsDialogHeader from "./dialog-header/dialog-header.vue"
32
32
  import EcsDocumentState from "./document-state/document-state.vue"
33
33
  import EcsDropzone from "./dropzone/dropzone.vue"
34
34
  import EcsEmptyState from "./empty-state/empty-state.vue"
35
+ import EcsExcerptSnippet from "./excerpt-snippet/excerpt-snippet.vue"
35
36
  import EcsFileIcon from "./file-icon/file-icon.vue"
36
37
  import EcsFileList from "./file-list/file-list.vue"
37
38
  import EcsFileListItem from "./file-list-item/file-list-item.vue"
@@ -138,6 +139,7 @@ const Components = {
138
139
  EcsDocumentState,
139
140
  EcsDropzone,
140
141
  EcsEmptyState,
142
+ EcsExcerptSnippet,
141
143
  EcsFileIcon,
142
144
  EcsFileList,
143
145
  EcsFileListItem,