@fluid-topics/ft-analytics-sessions-chart 2.1.18 → 2.1.20

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.
@@ -5,7 +5,7 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:n.extend("--ftds-con
5
5
  .highlight-html-match {
6
6
  background: ${xc};
7
7
  }
8
- `;function Zf(e,t,r){var o,a;let i=e.getAttribute("data-highlight-html-query");if((i??"")!==(t??"")){let s=new jf(e);if(s.unmark(),t&&t.trim()){let l={className:(o=r?.className)!==null&&o!==void 0?o:"highlight-html-match",acrossElements:!0};r?.attributes!=null&&(l.each=(f=>{for(let h in r.attributes)f.setAttribute(h,r.attributes[h])})),s.mark(t.replace(/"[^"]+"/g,""),{...l,separateWordSearch:!0}),((a=t.match(/"[^"]+"/g))!==null&&a!==void 0?a:[]).forEach(f=>s.mark(f.replace(/"/g,""),{...l,separateWordSearch:!1}))}}e.setAttribute("data-highlight-html-query",t??"")}var ca={};B(ca,{noTextInputDefaultClearButton:()=>Qf,noTextSelect:()=>qf,safariEllipsisFix:()=>Xf,wordWrap:()=>Jf});var qf=q`
8
+ `;function Zf(e,t,r){var o,a;let i=e.getAttribute("data-highlight-html-query");if((i??"")!==(t??"")){let s=new jf(e);if(s.unmark(),t&&t.trim()){let l={className:(o=r?.className)!==null&&o!==void 0?o:"highlight-html-match",acrossElements:!0};r?.attributes!=null&&(l.each=f=>{for(let h in r.attributes)f.setAttribute(h,r.attributes[h])}),s.mark(t.replace(/"[^"]+"/g,""),{...l,separateWordSearch:!0}),((a=t.match(/"[^"]+"/g))!==null&&a!==void 0?a:[]).forEach(f=>s.mark(f.replace(/"/g,""),{...l,separateWordSearch:!1}))}}e.setAttribute("data-highlight-html-query",t??"")}var ca={};B(ca,{noTextInputDefaultClearButton:()=>Qf,noTextSelect:()=>qf,safariEllipsisFix:()=>Xf,wordWrap:()=>Jf});var qf=q`
9
9
  .ft-no-text-select {
10
10
  -webkit-touch-callout: none;
11
11
  -webkit-user-select: none;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-analytics-sessions-chart",
3
- "version": "2.1.18",
3
+ "version": "2.1.20",
4
4
  "description": "Display sessions",
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.1.18",
22
+ "@fluid-topics/ft-wc-utils": "2.1.20",
23
23
  "lit": "3.1.0"
24
24
  },
25
25
  "peerDependencies": {
26
26
  "moment": "2.30.1"
27
27
  },
28
- "gitHead": "2effe252f9ab22ede85f961b8464ec8aa4d27870"
28
+ "gitHead": "77e9f03085f977dde887e175b964bf66b862253f"
29
29
  }