@innovastudio/contentbox 1.5.54 → 1.5.55

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@innovastudio/contentbox",
3
3
  "type": "module",
4
- "version": "1.5.54",
4
+ "version": "1.5.55",
5
5
  "description": "",
6
6
  "main": "public/contentbox/contentbox.esm.js",
7
7
  "files": [
@@ -105258,7 +105258,7 @@ class ContentBox {
105258
105258
  }, {
105259
105259
  id: 1,
105260
105260
  designId: 2,
105261
- name: 'Hero'
105261
+ name: 'Header'
105262
105262
  }, {
105263
105263
  id: 2,
105264
105264
  designId: 2,
@@ -105266,7 +105266,7 @@ class ContentBox {
105266
105266
  }, {
105267
105267
  id: 3,
105268
105268
  designId: 2,
105269
- name: 'Showcase'
105269
+ name: 'Photos'
105270
105270
  }],
105271
105271
  defaultCategory: {
105272
105272
  id: 1,
@@ -110211,8 +110211,9 @@ class ContentBox {
110211
110211
  arrLinks.push(links[i].outerHTML);
110212
110212
  }
110213
110213
  }
110214
- } // arrLinks = [...new Set(arrLinks)]; // remove duplicates not needed, always single css
110214
+ }
110215
110215
 
110216
+ arrLinks = [...new Set(arrLinks)]; // remove duplicates not needed, always single css
110216
110217
 
110217
110218
  return arrLinks.join('');
110218
110219
  }