@fluid-topics/ft-filter 1.0.60 → 1.0.61
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 +8 -6
- package/build/ft-filter.min.js +8 -6
- package/package.json +10 -10
package/build/ft-filter.light.js
CHANGED
|
@@ -106,12 +106,14 @@ const M=Symbol.for(""),T=t=>{if((null==t?void 0:t.r)===M)return null==t?void 0:t
|
|
|
106
106
|
vertical-align: inherit;
|
|
107
107
|
}
|
|
108
108
|
`,ho=[Object.keys(Q).map((t=>function(t){const o=Q[t];return e.css`
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
109
|
+
.ft-typography--${e.unsafeCSS(t)} {
|
|
110
|
+
font-family: ${o.fontFamily};
|
|
111
|
+
font-size: ${o.fontSize};
|
|
112
|
+
font-weight: ${o.fontWeight};
|
|
113
|
+
letter-spacing: ${o.letterSpacing};
|
|
114
|
+
line-height: ${o.lineHeight};
|
|
115
|
+
text-transform: ${o.textCase};
|
|
116
|
+
}
|
|
115
117
|
`}(t)))];var go=function(t,o,e,i){for(var r,a=arguments.length,n=a<3?o:null===i?i=Object.getOwnPropertyDescriptor(o,e):i,l=t.length-1;l>=0;l--)(r=t[l])&&(n=(a<3?r(n):a>3?r(o,e,n):r(o,e))||n);return a>3&&n&&Object.defineProperty(o,e,n),n};class yo extends o.FtLitElement{constructor(){super(...arguments),this.variant=Y.body1}render(){return this.element?V`
|
|
116
118
|
<${P(this.element)}
|
|
117
119
|
class="ft-typography ft-typography--${this.variant}">
|
package/build/ft-filter.min.js
CHANGED
|
@@ -205,12 +205,14 @@ var bt,mt;let vt=class extends U{constructor(){super(...arguments),this.renderOp
|
|
|
205
205
|
vertical-align: inherit;
|
|
206
206
|
}
|
|
207
207
|
`,ae=[Object.keys($t).map((t=>function(t){const o=$t[t];return x`
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
208
|
+
.ft-typography--${v(t)} {
|
|
209
|
+
font-family: ${o.fontFamily};
|
|
210
|
+
font-size: ${o.fontSize};
|
|
211
|
+
font-weight: ${o.fontWeight};
|
|
212
|
+
letter-spacing: ${o.letterSpacing};
|
|
213
|
+
line-height: ${o.lineHeight};
|
|
214
|
+
text-transform: ${o.textCase};
|
|
215
|
+
}
|
|
214
216
|
`}(t)))];var le=function(t,o,e,i){for(var r,n=arguments.length,a=n<3?o:null===i?i=Object.getOwnPropertyDescriptor(o,e):i,l=t.length-1;l>=0;l--)(r=t[l])&&(a=(n<3?r(a):n>3?r(o,e,a):r(o,e))||a);return n>3&&a&&Object.defineProperty(o,e,a),a};class se extends Kt{constructor(){super(...arguments),this.variant=Vt.body1}render(){return this.element?Gt`
|
|
215
217
|
<${Tt(this.element)}
|
|
216
218
|
class="ft-typography ft-typography--${this.variant}">
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-filter",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.61",
|
|
4
4
|
"description": "Flat selector for multivalued or monovalued filters",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Lit"
|
|
@@ -19,15 +19,15 @@
|
|
|
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": "1.0.
|
|
23
|
-
"@fluid-topics/ft-checkbox": "1.0.
|
|
24
|
-
"@fluid-topics/ft-icon": "1.0.
|
|
25
|
-
"@fluid-topics/ft-radio": "1.0.
|
|
26
|
-
"@fluid-topics/ft-ripple": "1.0.
|
|
27
|
-
"@fluid-topics/ft-snap-scroll": "1.0.
|
|
28
|
-
"@fluid-topics/ft-typography": "1.0.
|
|
29
|
-
"@fluid-topics/ft-wc-utils": "1.0.
|
|
22
|
+
"@fluid-topics/ft-button": "1.0.61",
|
|
23
|
+
"@fluid-topics/ft-checkbox": "1.0.61",
|
|
24
|
+
"@fluid-topics/ft-icon": "1.0.61",
|
|
25
|
+
"@fluid-topics/ft-radio": "1.0.61",
|
|
26
|
+
"@fluid-topics/ft-ripple": "1.0.61",
|
|
27
|
+
"@fluid-topics/ft-snap-scroll": "1.0.61",
|
|
28
|
+
"@fluid-topics/ft-typography": "1.0.61",
|
|
29
|
+
"@fluid-topics/ft-wc-utils": "1.0.61",
|
|
30
30
|
"lit": "2.7.2"
|
|
31
31
|
},
|
|
32
|
-
"gitHead": "
|
|
32
|
+
"gitHead": "c2a916c32bd1fe396316800c6afd78662ed27409"
|
|
33
33
|
}
|