@fluid-topics/ft-notice 2.1.19 → 2.1.21

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.
@@ -4,11 +4,11 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
4
4
  else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
5
5
  return c > 3 && r && Object.defineProperty(target, key, r), r;
6
6
  };
7
- import { FtNoticeFamily } from "./ft-notice.properties";
8
- import { FtTypography, FtTypographyVariants } from "@fluid-topics/ft-typography";
7
+ import { FtNoticeFamily, } from "./ft-notice.properties";
8
+ import { FtTypography, FtTypographyVariants, } from "@fluid-topics/ft-typography";
9
9
  import { styles } from "./ft-notice.styles";
10
- import { FtLitElement } from "@fluid-topics/ft-wc-utils";
11
- import { FtIcon, FtIcons } from "@fluid-topics/ft-icon";
10
+ import { FtLitElement, } from "@fluid-topics/ft-wc-utils";
11
+ import { FtIcon, FtIcons, } from "@fluid-topics/ft-icon";
12
12
  import { property } from "lit/decorators.js";
13
13
  import { html } from "lit";
14
14
  import { classMap } from "lit/directives/class-map.js";
@@ -5,7 +5,7 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
5
5
  .highlight-html-match {
6
6
  background: ${ki};
7
7
  }
8
- `;function Od(e,t,o){var n,a;let i=e.getAttribute("data-highlight-html-query");if((i??"")!==(t??"")){let s=new Sd(e);if(s.unmark(),t&&t.trim()){let l={className:(n=o?.className)!==null&&n!==void 0?n:"highlight-html-match",acrossElements:!0};o?.attributes!=null&&(l.each=(p=>{for(let h in o.attributes)p.setAttribute(h,o.attributes[h])})),s.mark(t.replace(/"[^"]+"/g,""),{...l,separateWordSearch:!0}),((a=t.match(/"[^"]+"/g))!==null&&a!==void 0?a:[]).forEach(p=>s.mark(p.replace(/"/g,""),{...l,separateWordSearch:!1}))}}e.setAttribute("data-highlight-html-query",t??"")}var Jo={};D(Jo,{noTextInputDefaultClearButton:()=>Rd,noTextSelect:()=>Xo,safariEllipsisFix:()=>Ad,wordWrap:()=>Cd});var Xo=U`
8
+ `;function Od(e,t,o){var n,a;let i=e.getAttribute("data-highlight-html-query");if((i??"")!==(t??"")){let s=new Sd(e);if(s.unmark(),t&&t.trim()){let l={className:(n=o?.className)!==null&&n!==void 0?n:"highlight-html-match",acrossElements:!0};o?.attributes!=null&&(l.each=p=>{for(let h in o.attributes)p.setAttribute(h,o.attributes[h])}),s.mark(t.replace(/"[^"]+"/g,""),{...l,separateWordSearch:!0}),((a=t.match(/"[^"]+"/g))!==null&&a!==void 0?a:[]).forEach(p=>s.mark(p.replace(/"/g,""),{...l,separateWordSearch:!1}))}}e.setAttribute("data-highlight-html-query",t??"")}var Jo={};D(Jo,{noTextInputDefaultClearButton:()=>Rd,noTextSelect:()=>Xo,safariEllipsisFix:()=>Ad,wordWrap:()=>Cd});var Xo=U`
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-notice",
3
- "version": "2.1.19",
3
+ "version": "2.1.21",
4
4
  "description": "Notice to display different messages",
5
5
  "keywords": [
6
6
  "Lit"
@@ -20,10 +20,10 @@
20
20
  },
21
21
  "dependencies": {
22
22
  "@fluid-topics/design-system-variables": "3.5.1",
23
- "@fluid-topics/ft-icon": "2.1.19",
24
- "@fluid-topics/ft-typography": "2.1.19",
25
- "@fluid-topics/ft-wc-utils": "2.1.19",
23
+ "@fluid-topics/ft-icon": "2.1.21",
24
+ "@fluid-topics/ft-typography": "2.1.21",
25
+ "@fluid-topics/ft-wc-utils": "2.1.21",
26
26
  "lit": "3.1.0"
27
27
  },
28
- "gitHead": "c2c202986d05fbee1378d8dbb74fa609e89260ec"
28
+ "gitHead": "a0f619df74c0665183d73df09e75b1eddc2a2a1f"
29
29
  }