@fluid-topics/ft-reader-feedback 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.
@@ -6,7 +6,7 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:o.extend("--ft-conte
6
6
  .highlight-html-match {
7
7
  background: ${Dl};
8
8
  }
9
- `;function _a(t,e,r){var i,n;let a=t.getAttribute("data-highlight-html-query");if((a??"")!==(e??"")){let s=new bu(t);if(s.unmark(),e&&e.trim()){let l={className:(i=r?.className)!==null&&i!==void 0?i:"highlight-html-match"};r?.attributes!=null&&(l.each=p=>{for(let h in r.attributes)p.setAttribute(h,r.attributes[h])}),s.mark(e.replace(/"[^"]+"/g,""),{...l,separateWordSearch:!0}),((n=e.match(/"[^"]+"/g))!==null&&n!==void 0?n:[]).forEach(p=>s.mark(p.replace(/"/g,""),{...l,separateWordSearch:!1}))}}t.setAttribute("data-highlight-html-query",e??"")}var Pa={};te(Pa,{noTextInputDefaultClearButton:()=>Na,noTextSelect:()=>Rt,safariEllipsisFix:()=>dr,wordWrap:()=>vu});var Rt=k`
9
+ `;function _a(t,e,r){var i,n;let a=t.getAttribute("data-highlight-html-query");if((a??"")!==(e??"")){let s=new bu(t);if(s.unmark(),e&&e.trim()){let l={className:(i=r?.className)!==null&&i!==void 0?i:"highlight-html-match",acrossElements:!0};r?.attributes!=null&&(l.each=p=>{for(let h in r.attributes)p.setAttribute(h,r.attributes[h])}),s.mark(e.replace(/"[^"]+"/g,""),{...l,separateWordSearch:!0}),((n=e.match(/"[^"]+"/g))!==null&&n!==void 0?n:[]).forEach(p=>s.mark(p.replace(/"/g,""),{...l,separateWordSearch:!1}))}}t.setAttribute("data-highlight-html-query",e??"")}var Pa={};te(Pa,{noTextInputDefaultClearButton:()=>Na,noTextSelect:()=>Rt,safariEllipsisFix:()=>dr,wordWrap:()=>vu});var Rt=k`
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-reader-feedback",
3
- "version": "1.2.52",
3
+ "version": "1.2.54",
4
4
  "description": "Feedback forms for a map and its topics in an integrated reader",
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-app-context": "1.2.52",
23
- "@fluid-topics/ft-reader-context": "1.2.52",
24
- "@fluid-topics/ft-wc-utils": "1.2.52",
22
+ "@fluid-topics/ft-app-context": "1.2.54",
23
+ "@fluid-topics/ft-reader-context": "1.2.54",
24
+ "@fluid-topics/ft-wc-utils": "1.2.54",
25
25
  "lit": "3.1.0"
26
26
  },
27
27
  "devDependencies": {
28
- "@fluid-topics/public-api": "1.0.90"
28
+ "@fluid-topics/public-api": "1.0.91"
29
29
  },
30
- "gitHead": "5bdea3806bc9a17448a0533c5c3ecfee0cfa8bac"
30
+ "gitHead": "80553d22b4c2fea5918e0444e195c40ddc2e47e0"
31
31
  }