@fluid-topics/ft-filter 1.2.53 → 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.
@@ -6,7 +6,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:r.extend("--ft-conte
6
6
  .highlight-html-match {
7
7
  background: ${ds};
8
8
  }
9
- `;function Bd(t,e,o){var n,a;let i=t.getAttribute("data-highlight-html-query");if((i??"")!==(e??"")){let s=new Dd(t);if(s.unmark(),e&&e.trim()){let c={className:(n=o?.className)!==null&&n!==void 0?n:"highlight-html-match"};o?.attributes!=null&&(c.each=u=>{for(let h in o.attributes)u.setAttribute(h,o.attributes[h])}),s.mark(e.replace(/"[^"]+"/g,""),{...c,separateWordSearch:!0}),((a=e.match(/"[^"]+"/g))!==null&&a!==void 0?a:[]).forEach(u=>s.mark(u.replace(/"/g,""),{...c,separateWordSearch:!1}))}}t.setAttribute("data-highlight-html-query",e??"")}var ha={};K(ha,{noTextInputDefaultClearButton:()=>fa,noTextSelect:()=>kt,safariEllipsisFix:()=>Mr,wordWrap:()=>Md});var kt=B`
9
+ `;function Bd(t,e,o){var n,a;let i=t.getAttribute("data-highlight-html-query");if((i??"")!==(e??"")){let s=new Dd(t);if(s.unmark(),e&&e.trim()){let c={className:(n=o?.className)!==null&&n!==void 0?n:"highlight-html-match",acrossElements:!0};o?.attributes!=null&&(c.each=u=>{for(let h in o.attributes)u.setAttribute(h,o.attributes[h])}),s.mark(e.replace(/"[^"]+"/g,""),{...c,separateWordSearch:!0}),((a=e.match(/"[^"]+"/g))!==null&&a!==void 0?a:[]).forEach(u=>s.mark(u.replace(/"/g,""),{...c,separateWordSearch:!1}))}}t.setAttribute("data-highlight-html-query",e??"")}var ha={};K(ha,{noTextInputDefaultClearButton:()=>fa,noTextSelect:()=>kt,safariEllipsisFix:()=>Mr,wordWrap:()=>Md});var kt=B`
10
10
  .ft-no-text-select {
11
11
  -webkit-touch-callout: none;
12
12
  -webkit-user-select: none;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-filter",
3
- "version": "1.2.53",
3
+ "version": "1.2.54",
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.2.53",
23
- "@fluid-topics/ft-checkbox": "1.2.53",
24
- "@fluid-topics/ft-icon": "1.2.53",
25
- "@fluid-topics/ft-radio": "1.2.53",
26
- "@fluid-topics/ft-ripple": "1.2.53",
27
- "@fluid-topics/ft-snap-scroll": "1.2.53",
28
- "@fluid-topics/ft-typography": "1.2.53",
29
- "@fluid-topics/ft-wc-utils": "1.2.53",
22
+ "@fluid-topics/ft-button": "1.2.54",
23
+ "@fluid-topics/ft-checkbox": "1.2.54",
24
+ "@fluid-topics/ft-icon": "1.2.54",
25
+ "@fluid-topics/ft-radio": "1.2.54",
26
+ "@fluid-topics/ft-ripple": "1.2.54",
27
+ "@fluid-topics/ft-snap-scroll": "1.2.54",
28
+ "@fluid-topics/ft-typography": "1.2.54",
29
+ "@fluid-topics/ft-wc-utils": "1.2.54",
30
30
  "lit": "3.1.0"
31
31
  },
32
- "gitHead": "bd51f81f7882978f24a88c30c24427c56f2faa86"
32
+ "gitHead": "80553d22b4c2fea5918e0444e195c40ddc2e47e0"
33
33
  }