@fluid-topics/ft-button 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-button.light.js
CHANGED
|
@@ -269,7 +269,11 @@ const ct=t=>({_$litStatic$:t}),lt=new Map,dt=(t=>(e,...i)=>{var r;const o=i.leng
|
|
|
269
269
|
line-height: ${ge.lineHeight};
|
|
270
270
|
text-transform: ${ge.textTransform};
|
|
271
271
|
}
|
|
272
|
-
`;let Te=class extends o.FtLitElement{constructor(){super(...arguments),this.variant=ft.body1}getStyles(){return[ve,be,xe,$e,we,ke,ze,Ae,Se,Oe
|
|
272
|
+
`;let Te=class extends o.FtLitElement{constructor(){super(...arguments),this.variant=ft.body1}getStyles(){return[ve,be,xe,$e,we,ke,ze,Ae,Se,Oe,e.css`
|
|
273
|
+
.ft-typography {
|
|
274
|
+
vertical-align: inherit;
|
|
275
|
+
}
|
|
276
|
+
`]}getTemplate(){return this.element?dt`
|
|
273
277
|
<${ct(this.element)}
|
|
274
278
|
class="ft-typography ft-typography--${this.variant}">
|
|
275
279
|
<slot></slot>
|
package/build/ft-button.min.js
CHANGED
|
@@ -351,7 +351,11 @@ const qt=t=>({_$litStatic$:t}),Gt=new Map,Xt=(t=>(e,...i)=>{var r;const o=i.leng
|
|
|
351
351
|
line-height: ${ii.lineHeight};
|
|
352
352
|
text-transform: ${ii.textTransform};
|
|
353
353
|
}
|
|
354
|
-
`;let fi=class extends gt{constructor(){super(...arguments),this.variant=Jt.body1}getStyles(){return[ri,oi,ni,ai,si,ci,pi,li,di,ui
|
|
354
|
+
`;let fi=class extends gt{constructor(){super(...arguments),this.variant=Jt.body1}getStyles(){return[ri,oi,ni,ai,si,ci,pi,li,di,ui,a`
|
|
355
|
+
.ft-typography {
|
|
356
|
+
vertical-align: inherit;
|
|
357
|
+
}
|
|
358
|
+
`]}getTemplate(){return this.element?Xt`
|
|
355
359
|
<${qt(this.element)}
|
|
356
360
|
class="ft-typography ft-typography--${this.variant}">
|
|
357
361
|
<slot></slot>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-button",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.9",
|
|
4
4
|
"description": "A generic Fluid Topics tag",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Lit"
|
|
@@ -19,13 +19,13 @@
|
|
|
19
19
|
"url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@fluid-topics/ft-loader": "^0.1.
|
|
23
|
-
"@fluid-topics/ft-ripple": "^0.1.
|
|
24
|
-
"@fluid-topics/ft-tooltip": "^0.1.
|
|
25
|
-
"@fluid-topics/ft-typography": "^0.1.
|
|
26
|
-
"@fluid-topics/ft-wc-utils": "^0.1.
|
|
22
|
+
"@fluid-topics/ft-loader": "^0.1.9",
|
|
23
|
+
"@fluid-topics/ft-ripple": "^0.1.9",
|
|
24
|
+
"@fluid-topics/ft-tooltip": "^0.1.9",
|
|
25
|
+
"@fluid-topics/ft-typography": "^0.1.9",
|
|
26
|
+
"@fluid-topics/ft-wc-utils": "^0.1.9",
|
|
27
27
|
"@material/mwc-icon": "^0.25.3",
|
|
28
28
|
"lit": "^2.0.2"
|
|
29
29
|
},
|
|
30
|
-
"gitHead": "
|
|
30
|
+
"gitHead": "9f649211936b1529bf691190603f2f721d2a72bd"
|
|
31
31
|
}
|