sling-web-component-message
Advanced tools
Comparing version 0.9.0 to 0.10.0
@@ -71,5 +71,3 @@ 'use strict'; | ||
return (0, _cjs.html)(_templateObject5, className, !data.length ? 'display: none' : '', this.getMessageTypeIcon(), (0, _cjs.repeat)(data, function (item) { | ||
return item; | ||
}, function (item) { | ||
return (0, _cjs.html)(_templateObject5, className, !data.length ? 'display: none' : '', this.getMessageTypeIcon(), data.map(function (item) { | ||
return (0, _cjs.html)(_templateObject6, item); | ||
@@ -76,0 +74,0 @@ })); |
@@ -1,2 +0,2 @@ | ||
import { html, SlingElement, repeat } from 'sling-web-framework/dist/es'; | ||
import { html, SlingElement } from 'sling-web-framework/dist/es'; | ||
@@ -228,3 +228,3 @@ export class Message extends SlingElement { | ||
<ul class="emd-message_list"> | ||
${repeat(data, item => item, item => html` | ||
${data.map(item => html` | ||
<li class="emd-message_item">${item}</li> | ||
@@ -231,0 +231,0 @@ `)} |
{ | ||
"name": "sling-web-component-message", | ||
"version": "0.9.0", | ||
"version": "0.10.0", | ||
"description": "Sling Message component", | ||
@@ -9,5 +9,5 @@ "author": "Stone Pagamentos", | ||
"dependencies": { | ||
"sling-web-framework": "^0.9.0", | ||
"sling-web-helpers": "^0.9.0" | ||
"sling-web-framework": "^0.10.0", | ||
"sling-web-helpers": "^0.10.0" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23585
9
334
+ Addedsling-web-component-sdk-connect@0.10.1(transitive)
+ Addedsling-web-framework@0.10.1(transitive)
+ Addedsling-web-helpers@0.10.1(transitive)
+ Addedsling-web-sdk@0.10.1(transitive)
- Removed@polymer/lit-element@0.2.3(transitive)
- Removed@polymer/polymer@3.5.2(transitive)
- Removed@webcomponents/shadycss@1.11.2(transitive)
- Removedlit-html@0.9.0(transitive)
- Removedmoment@2.30.1(transitive)
- Removedsling-web-component-sdk-connect@0.9.0(transitive)
- Removedsling-web-framework@0.9.0(transitive)
- Removedsling-web-helpers@0.9.0(transitive)
- Removedsling-web-sdk@0.9.0(transitive)
Updatedsling-web-framework@^0.10.0
Updatedsling-web-helpers@^0.10.0