@fluid-topics/ft-trend 0.1.8 → 0.1.9
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/build/ft-trend.light.js +5 -1
- package/build/ft-trend.min.js +5 -1
- package/package.json +4 -4
package/build/ft-trend.light.js
CHANGED
|
@@ -101,7 +101,11 @@ const W=t=>({_$litStatic$:t}),G=new Map,D=(t=>(i,...e)=>{var o;const s=e.length;
|
|
|
101
101
|
line-height: ${Jt};
|
|
102
102
|
text-transform: ${Qt};
|
|
103
103
|
}
|
|
104
|
-
`;let pi=class extends o.FtLitElement{constructor(){super(...arguments),this.variant=H.body1}getStyles(){return[Xt,Yt,ti,ii,ei,oi,si,ni,ri,hi
|
|
104
|
+
`;let pi=class extends o.FtLitElement{constructor(){super(...arguments),this.variant=H.body1}getStyles(){return[Xt,Yt,ti,ii,ei,oi,si,ni,ri,hi,i.css`
|
|
105
|
+
.ft-typography {
|
|
106
|
+
vertical-align: inherit;
|
|
107
|
+
}
|
|
108
|
+
`]}getTemplate(){return this.element?D`
|
|
105
109
|
<${W(this.element)}
|
|
106
110
|
class="ft-typography ft-typography--${this.variant}">
|
|
107
111
|
<slot></slot>
|
package/build/ft-trend.min.js
CHANGED
|
@@ -148,7 +148,11 @@ const ct=t=>({_$litStatic$:t}),pt=new Map,ft=(t=>(e,...i)=>{var o;const n=i.leng
|
|
|
148
148
|
line-height: ${Oe};
|
|
149
149
|
text-transform: ${$e};
|
|
150
150
|
}
|
|
151
|
-
`;let ke=class extends at{constructor(){super(...arguments),this.variant=ut.body1}getStyles(){return[Se,Ne,Re,Ee,Ce,Me,Ue,Fe,je,Te
|
|
151
|
+
`;let ke=class extends at{constructor(){super(...arguments),this.variant=ut.body1}getStyles(){return[Se,Ne,Re,Ee,Ce,Me,Ue,Fe,je,Te,s`
|
|
152
|
+
.ft-typography {
|
|
153
|
+
vertical-align: inherit;
|
|
154
|
+
}
|
|
155
|
+
`]}getTemplate(){return this.element?ft`
|
|
152
156
|
<${ct(this.element)}
|
|
153
157
|
class="ft-typography ft-typography--${this.variant}">
|
|
154
158
|
<slot></slot>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-trend",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.9",
|
|
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.1.
|
|
23
|
-
"@fluid-topics/ft-wc-utils": "^0.1.
|
|
22
|
+
"@fluid-topics/ft-typography": "^0.1.9",
|
|
23
|
+
"@fluid-topics/ft-wc-utils": "^0.1.9",
|
|
24
24
|
"lit": "^2.0.2"
|
|
25
25
|
},
|
|
26
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "9f649211936b1529bf691190603f2f721d2a72bd"
|
|
27
27
|
}
|