@fluid-topics/ft-search-selected-facets 1.2.52 → 1.2.54
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.
|
@@ -1245,6 +1245,12 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:r.extend("--ft-conte
|
|
|
1245
1245
|
align-items: center;
|
|
1246
1246
|
}
|
|
1247
1247
|
|
|
1248
|
+
.ftds-chip--icon-container {
|
|
1249
|
+
display: inline-flex;
|
|
1250
|
+
align-items: center;
|
|
1251
|
+
flex: none;
|
|
1252
|
+
}
|
|
1253
|
+
|
|
1248
1254
|
.ftds-chip ft-typography {
|
|
1249
1255
|
display: flex; /* For typo alignment in the chip */
|
|
1250
1256
|
}
|
|
@@ -6,7 +6,7 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:o.extend("--ft-conte
|
|
|
6
6
|
.highlight-html-match {
|
|
7
7
|
background: ${wl};
|
|
8
8
|
}
|
|
9
|
-
`;function xa(t,e,r){var n,i;let a=t.getAttribute("data-highlight-html-query");if((a??"")!==(e??"")){let s=new uu(t);if(s.unmark(),e&&e.trim()){let l={className:(n=r?.className)!==null&&n!==void 0?n:"highlight-html-match"};r?.attributes!=null&&(l.each=u=>{for(let h in r.attributes)u.setAttribute(h,r.attributes[h])}),s.mark(e.replace(/"[^"]+"/g,""),{...l,separateWordSearch:!0}),((i=e.match(/"[^"]+"/g))!==null&&i!==void 0?i:[]).forEach(u=>s.mark(u.replace(/"/g,""),{...l,separateWordSearch:!1}))}}t.setAttribute("data-highlight-html-query",e??"")}var Oa={};X(Oa,{noTextInputDefaultClearButton:()=>Sa,noTextSelect:()=>Et,safariEllipsisFix:()=>To,wordWrap:()=>hu});var Et=P`
|
|
9
|
+
`;function xa(t,e,r){var n,i;let a=t.getAttribute("data-highlight-html-query");if((a??"")!==(e??"")){let s=new uu(t);if(s.unmark(),e&&e.trim()){let l={className:(n=r?.className)!==null&&n!==void 0?n:"highlight-html-match",acrossElements:!0};r?.attributes!=null&&(l.each=u=>{for(let h in r.attributes)u.setAttribute(h,r.attributes[h])}),s.mark(e.replace(/"[^"]+"/g,""),{...l,separateWordSearch:!0}),((i=e.match(/"[^"]+"/g))!==null&&i!==void 0?i:[]).forEach(u=>s.mark(u.replace(/"/g,""),{...l,separateWordSearch:!1}))}}t.setAttribute("data-highlight-html-query",e??"")}var Oa={};X(Oa,{noTextInputDefaultClearButton:()=>Sa,noTextSelect:()=>Et,safariEllipsisFix:()=>To,wordWrap:()=>hu});var Et=P`
|
|
10
10
|
.ft-no-text-select {
|
|
11
11
|
-webkit-touch-callout: none;
|
|
12
12
|
-webkit-user-select: none;
|
|
@@ -1288,6 +1288,12 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:o.extend("--ft-conte
|
|
|
1288
1288
|
align-items: center;
|
|
1289
1289
|
}
|
|
1290
1290
|
|
|
1291
|
+
.ftds-chip--icon-container {
|
|
1292
|
+
display: inline-flex;
|
|
1293
|
+
align-items: center;
|
|
1294
|
+
flex: none;
|
|
1295
|
+
}
|
|
1296
|
+
|
|
1291
1297
|
.ftds-chip ft-typography {
|
|
1292
1298
|
display: flex; /* For typo alignment in the chip */
|
|
1293
1299
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-search-selected-facets",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.54",
|
|
4
4
|
"description": "List of selected facets in a designed search page context",
|
|
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-chip": "1.2.
|
|
23
|
-
"@fluid-topics/ft-search-context": "1.2.
|
|
24
|
-
"@fluid-topics/ft-search-period-filter": "1.2.
|
|
25
|
-
"@fluid-topics/ft-search-type": "1.2.
|
|
26
|
-
"@fluid-topics/ft-tooltip": "1.2.
|
|
27
|
-
"@fluid-topics/ft-wc-utils": "1.2.
|
|
22
|
+
"@fluid-topics/ft-chip": "1.2.54",
|
|
23
|
+
"@fluid-topics/ft-search-context": "1.2.54",
|
|
24
|
+
"@fluid-topics/ft-search-period-filter": "1.2.54",
|
|
25
|
+
"@fluid-topics/ft-search-type": "1.2.54",
|
|
26
|
+
"@fluid-topics/ft-tooltip": "1.2.54",
|
|
27
|
+
"@fluid-topics/ft-wc-utils": "1.2.54",
|
|
28
28
|
"lit": "3.1.0"
|
|
29
29
|
},
|
|
30
|
-
"gitHead": "
|
|
30
|
+
"gitHead": "80553d22b4c2fea5918e0444e195c40ddc2e47e0"
|
|
31
31
|
}
|