@fluid-topics/ft-filterable-table 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.
|
@@ -101,7 +101,11 @@ const U=t=>({_$litStatic$:t}),P=new Map,V=(t=>(e,...i)=>{var r;const o=i.length;
|
|
|
101
101
|
line-height: ${Mt.lineHeight};
|
|
102
102
|
text-transform: ${Mt.textTransform};
|
|
103
103
|
}
|
|
104
|
-
`;let Yt=class extends a.FtLitElement{constructor(){super(...arguments),this.variant=L.body1}getStyles(){return[Zt,Ut,Pt,Vt,Lt,Gt,Wt,qt,Kt,Xt
|
|
104
|
+
`;let Yt=class extends a.FtLitElement{constructor(){super(...arguments),this.variant=L.body1}getStyles(){return[Zt,Ut,Pt,Vt,Lt,Gt,Wt,qt,Kt,Xt,e.css`
|
|
105
|
+
.ft-typography {
|
|
106
|
+
vertical-align: inherit;
|
|
107
|
+
}
|
|
108
|
+
`]}getTemplate(){return this.element?V`
|
|
105
109
|
<${U(this.element)}
|
|
106
110
|
class="ft-typography ft-typography--${this.variant}">
|
|
107
111
|
<slot></slot>
|
|
@@ -201,11 +205,11 @@ const U=t=>({_$litStatic$:t}),P=new Map,V=(t=>(e,...i)=>{var r;const o=i.length;
|
|
|
201
205
|
}
|
|
202
206
|
|
|
203
207
|
.ft-input-label--outlined.ft-input-label--raised .ft-input-label--floating-text {
|
|
204
|
-
padding: 4px;
|
|
208
|
+
padding: 2px 4px;
|
|
205
209
|
z-index: ${Qt.raisedZIndex};
|
|
206
210
|
background-color: ${Qt.colorSurface};
|
|
207
211
|
border-radius: ${Qt.borderRadiusS};
|
|
208
|
-
top: calc(var(--ft-typography-caption-line-height) / -2);
|
|
212
|
+
top: calc((var(--ft-typography-caption-line-height) / -2) + 2px);
|
|
209
213
|
}
|
|
210
214
|
|
|
211
215
|
.ft-input-label--outlined.ft-input-label--raised .ft-input-label--text {
|
|
@@ -189,7 +189,11 @@ class Ot extends ht{constructor(t){if(super(t),this.it=U,t.type!==ut)throw Error
|
|
|
189
189
|
line-height: ${je.lineHeight};
|
|
190
190
|
text-transform: ${je.textTransform};
|
|
191
191
|
}
|
|
192
|
-
`;let Ze=class extends Nt{constructor(){super(...arguments),this.variant=It.body1}getStyles(){return[De,Ue,Be,_e,Ie,Le,Pe,He,Ve,We
|
|
192
|
+
`;let Ze=class extends Nt{constructor(){super(...arguments),this.variant=It.body1}getStyles(){return[De,Ue,Be,_e,Ie,Le,Pe,He,Ve,We,s`
|
|
193
|
+
.ft-typography {
|
|
194
|
+
vertical-align: inherit;
|
|
195
|
+
}
|
|
196
|
+
`]}getTemplate(){return this.element?_t`
|
|
193
197
|
<${Ut(this.element)}
|
|
194
198
|
class="ft-typography ft-typography--${this.variant}">
|
|
195
199
|
<slot></slot>
|
|
@@ -289,11 +293,11 @@ class Ot extends ht{constructor(t){if(super(t),this.it=U,t.type!==ut)throw Error
|
|
|
289
293
|
}
|
|
290
294
|
|
|
291
295
|
.ft-input-label--outlined.ft-input-label--raised .ft-input-label--floating-text {
|
|
292
|
-
padding: 4px;
|
|
296
|
+
padding: 2px 4px;
|
|
293
297
|
z-index: ${qe.raisedZIndex};
|
|
294
298
|
background-color: ${qe.colorSurface};
|
|
295
299
|
border-radius: ${qe.borderRadiusS};
|
|
296
|
-
top: calc(var(--ft-typography-caption-line-height) / -2);
|
|
300
|
+
top: calc((var(--ft-typography-caption-line-height) / -2) + 2px);
|
|
297
301
|
}
|
|
298
302
|
|
|
299
303
|
.ft-input-label--outlined.ft-input-label--raised .ft-input-label--text {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-filterable-table",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.9",
|
|
4
4
|
"description": "A dynamic table with filters",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Lit"
|
|
@@ -22,11 +22,11 @@
|
|
|
22
22
|
"test": "echo \"Error: run tests from root\" && exit 1"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@fluid-topics/ft-button": "^0.1.
|
|
26
|
-
"@fluid-topics/ft-select": "^0.1.
|
|
27
|
-
"@fluid-topics/ft-text-field": "^0.1.
|
|
28
|
-
"@fluid-topics/ft-wc-utils": "^0.1.
|
|
25
|
+
"@fluid-topics/ft-button": "^0.1.9",
|
|
26
|
+
"@fluid-topics/ft-select": "^0.1.9",
|
|
27
|
+
"@fluid-topics/ft-text-field": "^0.1.9",
|
|
28
|
+
"@fluid-topics/ft-wc-utils": "^0.1.9",
|
|
29
29
|
"lit": "^2.0.2"
|
|
30
30
|
},
|
|
31
|
-
"gitHead": "
|
|
31
|
+
"gitHead": "9f649211936b1529bf691190603f2f721d2a72bd"
|
|
32
32
|
}
|