@fluid-topics/ft-filter 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-filter.light.js
CHANGED
|
@@ -101,7 +101,11 @@ const H=t=>({_$litStatic$:t}),P=new Map,V=(t=>(e,...i)=>{var r;const o=i.length;
|
|
|
101
101
|
line-height: ${Gt.lineHeight};
|
|
102
102
|
text-transform: ${Gt.textTransform};
|
|
103
103
|
}
|
|
104
|
-
`;let ee=class extends r.FtLitElement{constructor(){super(...arguments),this.variant=G.body1}getStyles(){return[Ut,Wt,Zt,qt,Xt,Kt,Yt,Jt,Qt,te
|
|
104
|
+
`;let ee=class extends r.FtLitElement{constructor(){super(...arguments),this.variant=G.body1}getStyles(){return[Ut,Wt,Zt,qt,Xt,Kt,Yt,Jt,Qt,te,e.css`
|
|
105
|
+
.ft-typography {
|
|
106
|
+
vertical-align: inherit;
|
|
107
|
+
}
|
|
108
|
+
`]}getTemplate(){return this.element?V`
|
|
105
109
|
<${H(this.element)}
|
|
106
110
|
class="ft-typography ft-typography--${this.variant}">
|
|
107
111
|
<slot></slot>
|
package/build/ft-filter.min.js
CHANGED
|
@@ -189,7 +189,11 @@ function ut(t,e,i){let r,o=t;return"object"==typeof t?(o=t.slot,r=t):r={flatten:
|
|
|
189
189
|
line-height: ${Re.lineHeight};
|
|
190
190
|
text-transform: ${Re.textTransform};
|
|
191
191
|
}
|
|
192
|
-
`;let Le=class extends yt{constructor(){super(...arguments),this.variant=Rt.body1}getStyles(){return[Ce,Ee,Te,Fe,Ae,Ne,Me,Be,je,De
|
|
192
|
+
`;let Le=class extends yt{constructor(){super(...arguments),this.variant=Rt.body1}getStyles(){return[Ce,Ee,Te,Fe,Ae,Ne,Me,Be,je,De,n`
|
|
193
|
+
.ft-typography {
|
|
194
|
+
vertical-align: inherit;
|
|
195
|
+
}
|
|
196
|
+
`]}getTemplate(){return this.element?zt`
|
|
193
197
|
<${Ot(this.element)}
|
|
194
198
|
class="ft-typography ft-typography--${this.variant}">
|
|
195
199
|
<slot></slot>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-filter",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.9",
|
|
4
4
|
"description": "Flat selector for multivalued or monovalued filters",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Lit"
|
|
@@ -19,16 +19,16 @@
|
|
|
19
19
|
"url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@fluid-topics/ft-button": "^0.1.
|
|
23
|
-
"@fluid-topics/ft-ripple": "^0.1.
|
|
24
|
-
"@fluid-topics/ft-snap-scroll": "^0.1.
|
|
25
|
-
"@fluid-topics/ft-typography": "^0.1.
|
|
26
|
-
"@fluid-topics/ft-wc-utils": "^0.1.
|
|
22
|
+
"@fluid-topics/ft-button": "^0.1.9",
|
|
23
|
+
"@fluid-topics/ft-ripple": "^0.1.9",
|
|
24
|
+
"@fluid-topics/ft-snap-scroll": "^0.1.9",
|
|
25
|
+
"@fluid-topics/ft-typography": "^0.1.9",
|
|
26
|
+
"@fluid-topics/ft-wc-utils": "^0.1.9",
|
|
27
27
|
"@material/mwc-checkbox": "^0.25.3",
|
|
28
28
|
"@material/mwc-formfield": "^0.25.3",
|
|
29
29
|
"@material/mwc-icon": "^0.25.3",
|
|
30
30
|
"@material/mwc-radio": "^0.25.3",
|
|
31
31
|
"lit": "^2.0.2"
|
|
32
32
|
},
|
|
33
|
-
"gitHead": "
|
|
33
|
+
"gitHead": "9f649211936b1529bf691190603f2f721d2a72bd"
|
|
34
34
|
}
|