@fluid-topics/ft-search-language-filter 2.2.11 → 2.2.12
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.
|
@@ -121,14 +121,15 @@
|
|
|
121
121
|
display: flex;
|
|
122
122
|
background-color: ${A.backgroundColor};
|
|
123
123
|
border-radius: ${A.borderRadius} ${A.borderRadius} 0 0;
|
|
124
|
+
border-color: ${A.borderColor};
|
|
125
|
+
border-bottom-width: 1px;
|
|
126
|
+
border-bottom-style: solid;
|
|
124
127
|
}
|
|
125
128
|
|
|
126
129
|
.ft-input-label--outlined {
|
|
127
130
|
border-radius: ${A.borderRadius};
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
.ft-input-label {
|
|
131
|
-
border-color: ${A.borderColor};
|
|
131
|
+
border-width: 1px;
|
|
132
|
+
border-style: solid;
|
|
132
133
|
}
|
|
133
134
|
|
|
134
135
|
.ft-input-label.ft-input-label--in-error {
|
|
@@ -139,9 +140,6 @@
|
|
|
139
140
|
.ft-input-label:after {
|
|
140
141
|
content: "";
|
|
141
142
|
display: flex;
|
|
142
|
-
border-bottom-width: 1px;
|
|
143
|
-
border-bottom-style: solid;
|
|
144
|
-
border-color: inherit;
|
|
145
143
|
}
|
|
146
144
|
|
|
147
145
|
.ft-input-label:before {
|
|
@@ -158,9 +156,6 @@
|
|
|
158
156
|
display: flex;
|
|
159
157
|
flex-shrink: 1;
|
|
160
158
|
position: relative;
|
|
161
|
-
border-bottom-width: 1px;
|
|
162
|
-
border-bottom-style: solid;
|
|
163
|
-
border-color: inherit;
|
|
164
159
|
color: ${A.textColor};
|
|
165
160
|
transition: font-size 250ms, line-height 250ms, color 250ms;
|
|
166
161
|
max-width: calc(${A.labelMaxWidth} - 2 * (${A.horizontalSpacing} - 4px)); /* -2px on spacing for label padding */
|
|
@@ -206,25 +201,6 @@
|
|
|
206
201
|
top: ${A.verticalSpacing};
|
|
207
202
|
}
|
|
208
203
|
|
|
209
|
-
.ft-input-label--outlined .ft-input-label--text,
|
|
210
|
-
.ft-input-label--outlined:before,
|
|
211
|
-
.ft-input-label--outlined:after {
|
|
212
|
-
border-top-width: 1px;
|
|
213
|
-
border-top-style: solid;
|
|
214
|
-
}
|
|
215
|
-
|
|
216
|
-
.ft-input-label--outlined:before {
|
|
217
|
-
border-left-width: 1px;
|
|
218
|
-
border-left-style: solid;
|
|
219
|
-
border-radius: ${A.borderRadius} 0 0 ${A.borderRadius};
|
|
220
|
-
}
|
|
221
|
-
|
|
222
|
-
.ft-input-label--outlined:after {
|
|
223
|
-
border-right-width: 1px;
|
|
224
|
-
border-right-style: solid;
|
|
225
|
-
border-radius: 0 ${A.borderRadius} ${A.borderRadius} 0;
|
|
226
|
-
}
|
|
227
|
-
|
|
228
204
|
.ft-input-label--outlined.ft-input-label--raised .ft-input-label--floating-text {
|
|
229
205
|
padding: 2px 4px;
|
|
230
206
|
z-index: ${A.raisedZIndex};
|
|
@@ -232,10 +208,6 @@
|
|
|
232
208
|
border-radius: ${A.borderRadius};
|
|
233
209
|
top: calc((${X.lineHeight} / -2) + 2px);
|
|
234
210
|
}
|
|
235
|
-
|
|
236
|
-
.ft-input-label--outlined.ft-input-label--raised .ft-input-label--text {
|
|
237
|
-
border-top: none;
|
|
238
|
-
}
|
|
239
211
|
`;var rn=f($()),nn=f(V());var Fi=f(xt()),Hi=f(S()),$i=function(e,t,r,n){var i=arguments.length,s=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,o;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(i<3?o(s):i>3?o(t,r,s):o(t,r))||s);return i>3&&s&&Object.defineProperty(t,r,s),s},je=class extends Hi.FtLitElement{constructor(){super(...arguments),this.text="",this.raised=!1}get inputLabelClasses(){return{}}render(){return rn.html`
|
|
240
212
|
<div class="${(0,Fi.classMap)(this.inputLabelClasses)}">
|
|
241
213
|
${St(this.text,()=>rn.html`
|
|
@@ -202,14 +202,15 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:o.extend("--ftds-con
|
|
|
202
202
|
display: flex;
|
|
203
203
|
background-color: ${H.backgroundColor};
|
|
204
204
|
border-radius: ${H.borderRadius} ${H.borderRadius} 0 0;
|
|
205
|
+
border-color: ${H.borderColor};
|
|
206
|
+
border-bottom-width: 1px;
|
|
207
|
+
border-bottom-style: solid;
|
|
205
208
|
}
|
|
206
209
|
|
|
207
210
|
.ft-input-label--outlined {
|
|
208
211
|
border-radius: ${H.borderRadius};
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
.ft-input-label {
|
|
212
|
-
border-color: ${H.borderColor};
|
|
212
|
+
border-width: 1px;
|
|
213
|
+
border-style: solid;
|
|
213
214
|
}
|
|
214
215
|
|
|
215
216
|
.ft-input-label.ft-input-label--in-error {
|
|
@@ -220,9 +221,6 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:o.extend("--ftds-con
|
|
|
220
221
|
.ft-input-label:after {
|
|
221
222
|
content: "";
|
|
222
223
|
display: flex;
|
|
223
|
-
border-bottom-width: 1px;
|
|
224
|
-
border-bottom-style: solid;
|
|
225
|
-
border-color: inherit;
|
|
226
224
|
}
|
|
227
225
|
|
|
228
226
|
.ft-input-label:before {
|
|
@@ -239,9 +237,6 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:o.extend("--ftds-con
|
|
|
239
237
|
display: flex;
|
|
240
238
|
flex-shrink: 1;
|
|
241
239
|
position: relative;
|
|
242
|
-
border-bottom-width: 1px;
|
|
243
|
-
border-bottom-style: solid;
|
|
244
|
-
border-color: inherit;
|
|
245
240
|
color: ${H.textColor};
|
|
246
241
|
transition: font-size 250ms, line-height 250ms, color 250ms;
|
|
247
242
|
max-width: calc(${H.labelMaxWidth} - 2 * (${H.horizontalSpacing} - 4px)); /* -2px on spacing for label padding */
|
|
@@ -287,25 +282,6 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:o.extend("--ftds-con
|
|
|
287
282
|
top: ${H.verticalSpacing};
|
|
288
283
|
}
|
|
289
284
|
|
|
290
|
-
.ft-input-label--outlined .ft-input-label--text,
|
|
291
|
-
.ft-input-label--outlined:before,
|
|
292
|
-
.ft-input-label--outlined:after {
|
|
293
|
-
border-top-width: 1px;
|
|
294
|
-
border-top-style: solid;
|
|
295
|
-
}
|
|
296
|
-
|
|
297
|
-
.ft-input-label--outlined:before {
|
|
298
|
-
border-left-width: 1px;
|
|
299
|
-
border-left-style: solid;
|
|
300
|
-
border-radius: ${H.borderRadius} 0 0 ${H.borderRadius};
|
|
301
|
-
}
|
|
302
|
-
|
|
303
|
-
.ft-input-label--outlined:after {
|
|
304
|
-
border-right-width: 1px;
|
|
305
|
-
border-right-style: solid;
|
|
306
|
-
border-radius: 0 ${H.borderRadius} ${H.borderRadius} 0;
|
|
307
|
-
}
|
|
308
|
-
|
|
309
285
|
.ft-input-label--outlined.ft-input-label--raised .ft-input-label--floating-text {
|
|
310
286
|
padding: 2px 4px;
|
|
311
287
|
z-index: ${H.raisedZIndex};
|
|
@@ -313,10 +289,6 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:o.extend("--ftds-con
|
|
|
313
289
|
border-radius: ${H.borderRadius};
|
|
314
290
|
top: calc((${le.lineHeight} / -2) + 2px);
|
|
315
291
|
}
|
|
316
|
-
|
|
317
|
-
.ft-input-label--outlined.ft-input-label--raised .ft-input-label--text {
|
|
318
|
-
border-top: none;
|
|
319
|
-
}
|
|
320
292
|
`;var od=function(t,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(t,e,r,n);else for(var l=t.length-1;l>=0;l--)(s=t[l])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},Ft=class extends G{constructor(){super(...arguments),this.text="",this.raised=!1}get inputLabelClasses(){return{}}render(){return z`
|
|
321
293
|
<div class="${He(this.inputLabelClasses)}">
|
|
322
294
|
${wt(this.text,()=>z`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-search-language-filter",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.12",
|
|
4
4
|
"description": "Content language filter for integrated fluid-topics search pages",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Lit"
|
|
@@ -19,11 +19,11 @@
|
|
|
19
19
|
"url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@fluid-topics/ft-wc-utils": "2.2.
|
|
22
|
+
"@fluid-topics/ft-wc-utils": "2.2.12",
|
|
23
23
|
"lit": "3.3.3"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@fluid-topics/ft-wc-test-utils": "2.2.
|
|
26
|
+
"@fluid-topics/ft-wc-test-utils": "2.2.12"
|
|
27
27
|
},
|
|
28
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "3f8686496b8ce4f3b095e6184e387a89c353c3b8"
|
|
29
29
|
}
|