@snippyly/plugin-staging 1.0.91 → 1.0.92

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/snippyly.js +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snippyly/plugin-staging",
3
- "version": "1.0.91",
3
+ "version": "1.0.92",
4
4
  "description": "",
5
5
  "main": "snippyly.js",
6
6
  "scripts": {
package/snippyly.js CHANGED
@@ -1376,12 +1376,12 @@ class ps extends ri{}ps.Encryptor=class extends ps{processBlock(t,e){const i=t,n
1376
1376
  <!-- actions 2 -->
1377
1377
  <div class="toolbar-section user-profile-section ${ot({"d-none":!this.expanded})}">
1378
1378
  <div class="toolbar-actions2">
1379
- ${"Admin"===this.snippylyUserRole?I`
1379
+ ${this.snippylyUserRole,I`
1380
1380
  <div class="action tooltip cursor-pointer d-sm-none user-invite-tool-container">
1381
1381
  <div class="tooltiptext">Share</div>
1382
1382
  <snippyly-user-invite-tool></snippyly-user-invite-tool>
1383
1383
  </div>
1384
- `:null}
1384
+ `}
1385
1385
  <div class="action">
1386
1386
  ${(null===(i=this.snippylyUser)||void 0===i?void 0:i.photoUrl)?I`<img class="toolbar-img profile-img" src=${null===(n=this.snippylyUser)||void 0===n?void 0:n.photoUrl} referrerpolicy="no-referrer" title=${null===(s=this.snippylyUser)||void 0===s?void 0:s.name} />`:I`<div class="profile-initial"><span>${(null===(r=null===(o=this.snippylyUser)||void 0===o?void 0:o.name)||void 0===r?void 0:r.charAt(0))||(null===(a=null===(l=this.snippylyUser)||void 0===l?void 0:l.email)||void 0===a?void 0:a.charAt(0))}</span></div>`}
1387
1387
  </div>