@fluid-topics/ft-trend 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.
@@ -208,7 +208,7 @@ const ht=t=>({_$litStatic$:t}),ct=new Map,pt=(t=>(e,...i)=>{var o;const n=i.leng
208
208
  .ft-trend > div {
209
209
  padding-top: 5px;
210
210
  }
211
- `,Te([e({type:String})],Pe.prototype,"label",void 0),Te([e({type:Number})],Pe.prototype,"currentValue",void 0),Te([e({type:Number})],Pe.prototype,"previousValue",void 0),o("ft-trend")(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{constructor(...t){super(t),this._constructor=this.constructor}render(){var t;let i=null!==(t=e.styles)&&void 0!==t?t:[];return Array.isArray(i)||(i=[i]),z`
211
+ `,Te([e({type:String})],Pe.prototype,"label",void 0),Te([e({type:Number})],Pe.prototype,"currentValue",void 0),Te([e({type:Number})],Pe.prototype,"previousValue",void 0),o("ft-trend")(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]),z`
212
212
  ${i.map((t=>z`
213
213
  <style>${t}</style>
214
214
  `))}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-trend",
3
- "version": "0.2.1",
3
+ "version": "0.2.4",
4
4
  "description": "Single stat value with a trend",
5
5
  "keywords": [
6
6
  "Lit"
@@ -19,9 +19,9 @@
19
19
  "url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
20
20
  },
21
21
  "dependencies": {
22
- "@fluid-topics/ft-typography": "^0.2.1",
23
- "@fluid-topics/ft-wc-utils": "^0.2.1",
22
+ "@fluid-topics/ft-typography": "^0.2.4",
23
+ "@fluid-topics/ft-wc-utils": "^0.2.4",
24
24
  "lit": "2.1.3"
25
25
  },
26
- "gitHead": "2ed08ecdd09372f1c522c4812bd738b7ee79a644"
26
+ "gitHead": "dd34b0ce95457dbe65b23250e49804ee883096d9"
27
27
  }