@fluid-topics/ft-search-saved-searches 1.2.53 → 1.2.55
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.
|
@@ -1339,6 +1339,12 @@ Also for action icons.`,s.colorGray200),contentGlobalSubtle:r.extend("--ft-conte
|
|
|
1339
1339
|
align-items: center;
|
|
1340
1340
|
}
|
|
1341
1341
|
|
|
1342
|
+
.ftds-chip--icon-container {
|
|
1343
|
+
display: inline-flex;
|
|
1344
|
+
align-items: center;
|
|
1345
|
+
flex: none;
|
|
1346
|
+
}
|
|
1347
|
+
|
|
1342
1348
|
.ftds-chip ft-typography {
|
|
1343
1349
|
display: flex; /* For typo alignment in the chip */
|
|
1344
1350
|
}
|
|
@@ -6,7 +6,7 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:r.extend("--ft-conte
|
|
|
6
6
|
.highlight-html-match {
|
|
7
7
|
background: ${Fs};
|
|
8
8
|
}
|
|
9
|
-
`;function Ta(t,e,o){var n,a;let i=t.getAttribute("data-highlight-html-query");if((i??"")!==(e??"")){let s=new Ep(t);if(s.unmark(),e&&e.trim()){let l={className:(n=o?.className)!==null&&n!==void 0?n:"highlight-html-match"};o?.attributes!=null&&(l.each=u=>{for(let h in o.attributes)u.setAttribute(h,o.attributes[h])}),s.mark(e.replace(/"[^"]+"/g,""),{...l,separateWordSearch:!0}),((a=e.match(/"[^"]+"/g))!==null&&a!==void 0?a:[]).forEach(u=>s.mark(u.replace(/"/g,""),{...l,separateWordSearch:!1}))}}t.setAttribute("data-highlight-html-query",e??"")}var La={};q(La,{noTextInputDefaultClearButton:()=>Rp,noTextSelect:()=>lt,safariEllipsisFix:()=>qr,wordWrap:()=>Ap});var lt=$`
|
|
9
|
+
`;function Ta(t,e,o){var n,a;let i=t.getAttribute("data-highlight-html-query");if((i??"")!==(e??"")){let s=new Ep(t);if(s.unmark(),e&&e.trim()){let l={className:(n=o?.className)!==null&&n!==void 0?n:"highlight-html-match",acrossElements:!0};o?.attributes!=null&&(l.each=u=>{for(let h in o.attributes)u.setAttribute(h,o.attributes[h])}),s.mark(e.replace(/"[^"]+"/g,""),{...l,separateWordSearch:!0}),((a=e.match(/"[^"]+"/g))!==null&&a!==void 0?a:[]).forEach(u=>s.mark(u.replace(/"/g,""),{...l,separateWordSearch:!1}))}}t.setAttribute("data-highlight-html-query",e??"")}var La={};q(La,{noTextInputDefaultClearButton:()=>Rp,noTextSelect:()=>lt,safariEllipsisFix:()=>qr,wordWrap:()=>Ap});var lt=$`
|
|
10
10
|
.ft-no-text-select {
|
|
11
11
|
-webkit-touch-callout: none;
|
|
12
12
|
-webkit-user-select: none;
|
|
@@ -1382,6 +1382,12 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:r.extend("--ft-conte
|
|
|
1382
1382
|
align-items: center;
|
|
1383
1383
|
}
|
|
1384
1384
|
|
|
1385
|
+
.ftds-chip--icon-container {
|
|
1386
|
+
display: inline-flex;
|
|
1387
|
+
align-items: center;
|
|
1388
|
+
flex: none;
|
|
1389
|
+
}
|
|
1390
|
+
|
|
1385
1391
|
.ftds-chip ft-typography {
|
|
1386
1392
|
display: flex; /* For typo alignment in the chip */
|
|
1387
1393
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-search-saved-searches",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.55",
|
|
4
4
|
"description": "Displays the saved searches",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Lit"
|
|
@@ -19,12 +19,12 @@
|
|
|
19
19
|
"url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@fluid-topics/ft-search-context": "1.2.
|
|
23
|
-
"@fluid-topics/ft-wc-utils": "1.2.
|
|
22
|
+
"@fluid-topics/ft-search-context": "1.2.55",
|
|
23
|
+
"@fluid-topics/ft-wc-utils": "1.2.55",
|
|
24
24
|
"lit": "3.1.0"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@fluid-topics/public-api": "1.0.
|
|
27
|
+
"@fluid-topics/public-api": "1.0.91"
|
|
28
28
|
},
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "a9eaad0e420f0114aaa6cad55e73f0d917715878"
|
|
30
30
|
}
|