@fluid-topics/ft-analytics-top-documents 1.3.2 → 1.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.
@@ -108,7 +108,7 @@ class FtAnalyticsTopDocuments extends FtLitElement {
108
108
  return html `
109
109
  <ft-icon>SHARED_PBK</ft-icon>
110
110
  `;
111
- case "MAP_ATTACHMENT":
111
+ case "ATTACHMENT":
112
112
  return html `
113
113
  <ft-icon>UNSTRUCTURED_DOC</ft-icon>
114
114
  `;
@@ -57,7 +57,7 @@ Arguments: `+Array.prototype.slice.call(r).join("")+`
57
57
  <ft-icon>UNSTRUCTURED_DOC</ft-icon>
58
58
  `;case"SHARED_PERSONAL_BOOK":return I.html`
59
59
  <ft-icon>SHARED_PBK</ft-icon>
60
- `;case"MAP_ATTACHMENT":return I.html`
60
+ `;case"ATTACHMENT":return I.html`
61
61
  <ft-icon>UNSTRUCTURED_DOC</ft-icon>
62
62
  `;case"RESOURCE":return I.html`
63
63
  <ft-icon>UNSTRUCTURED_DOC</ft-icon>
@@ -128,7 +128,7 @@ Arguments: `+Array.prototype.slice.call(o).join("")+`
128
128
  <ft-icon>UNSTRUCTURED_DOC</ft-icon>
129
129
  `;case"SHARED_PERSONAL_BOOK":return pe`
130
130
  <ft-icon>SHARED_PBK</ft-icon>
131
- `;case"MAP_ATTACHMENT":return pe`
131
+ `;case"ATTACHMENT":return pe`
132
132
  <ft-icon>UNSTRUCTURED_DOC</ft-icon>
133
133
  `;case"RESOURCE":return pe`
134
134
  <ft-icon>UNSTRUCTURED_DOC</ft-icon>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-analytics-top-documents",
3
- "version": "1.3.2",
3
+ "version": "1.3.3",
4
4
  "description": "List the most viewed documents",
5
5
  "keywords": [
6
6
  "Lit"
@@ -19,11 +19,11 @@
19
19
  "url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
20
20
  },
21
21
  "dependencies": {
22
- "@fluid-topics/ft-icon": "1.3.2",
23
- "@fluid-topics/ft-loader": "1.3.2",
24
- "@fluid-topics/ft-typography": "1.3.2",
25
- "@fluid-topics/ft-wc-utils": "1.3.2",
22
+ "@fluid-topics/ft-icon": "1.3.3",
23
+ "@fluid-topics/ft-loader": "1.3.3",
24
+ "@fluid-topics/ft-typography": "1.3.3",
25
+ "@fluid-topics/ft-wc-utils": "1.3.3",
26
26
  "lit": "3.1.0"
27
27
  },
28
- "gitHead": "a583b0f740d044ef603e79b142f96dc74b993f11"
28
+ "gitHead": "1b75383f913a10dc67e677d1b44eea930ed5e41f"
29
29
  }