@fluid-topics/ft-notice 0.2.1 → 0.2.4
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.
|
@@ -273,7 +273,7 @@ const mt=t=>({_$litStatic$:t}),vt=new Map,bt=(t=>(e,...i)=>{var o;const n=i.leng
|
|
|
273
273
|
<slot></slot>
|
|
274
274
|
</ft-typography>
|
|
275
275
|
</div>
|
|
276
|
-
`}}Ve.elementDefinitions={"ft-icon":gt,"ft-typography":We},Ke([e({type:String})],Ve.prototype,"icon",void 0),o("ft-notice")(function t(e){var i;let o;if("elementDefinitions"in e){o={};const i=e.elementDefinitions;for(let e in i)o[e]=t(i[e])}return i=class extends e{
|
|
276
|
+
`}}Ve.elementDefinitions={"ft-icon":gt,"ft-typography":We},Ke([e({type:String})],Ve.prototype,"icon",void 0),o("ft-notice")(function t(e){var i;let o;if("elementDefinitions"in e){o={};const i=e.elementDefinitions;for(let e in i)o[e]=t(i[e])}return i=class extends e{render(){var t;let i=null!==(t=e.styles)&&void 0!==t?t:[];return Array.isArray(i)||(i=[i]),T`
|
|
277
277
|
${i.map((t=>T`
|
|
278
278
|
<style>${t}</style>
|
|
279
279
|
`))}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-notice",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.4",
|
|
4
4
|
"description": "Notice to display different messages",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Lit"
|
|
@@ -19,10 +19,10 @@
|
|
|
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": "^0.2.
|
|
23
|
-
"@fluid-topics/ft-typography": "^0.2.
|
|
24
|
-
"@fluid-topics/ft-wc-utils": "^0.2.
|
|
22
|
+
"@fluid-topics/ft-icon": "^0.2.4",
|
|
23
|
+
"@fluid-topics/ft-typography": "^0.2.4",
|
|
24
|
+
"@fluid-topics/ft-wc-utils": "^0.2.4",
|
|
25
25
|
"lit": "2.1.3"
|
|
26
26
|
},
|
|
27
|
-
"gitHead": "
|
|
27
|
+
"gitHead": "dd34b0ce95457dbe65b23250e49804ee883096d9"
|
|
28
28
|
}
|