@fluid-topics/ftds-input-helper-text 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.`,s.colorGray200),contentGlobalSubtle:n.extend("--ftds-con
|
|
|
5
5
|
.highlight-html-match {
|
|
6
6
|
background: ${$c};
|
|
7
7
|
}
|
|
8
|
-
`;function d4(e,t,r){var a,o;let i=e.getAttribute("data-highlight-html-query");if((i??"")!==(t??"")){let c=new s4(e);if(c.unmark(),t&&t.trim()){let l={className:(a=r?.className)!==null&&a!==void 0?a:"highlight-html-match",acrossElements:!0};r?.attributes!=null&&(l.each=
|
|
8
|
+
`;function d4(e,t,r){var a,o;let i=e.getAttribute("data-highlight-html-query");if((i??"")!==(t??"")){let c=new s4(e);if(c.unmark(),t&&t.trim()){let l={className:(a=r?.className)!==null&&a!==void 0?a:"highlight-html-match",acrossElements:!0};r?.attributes!=null&&(l.each=f=>{for(let g in r.attributes)f.setAttribute(g,r.attributes[g])}),c.mark(t.replace(/"[^"]+"/g,""),{...l,separateWordSearch:!0}),((o=t.match(/"[^"]+"/g))!==null&&o!==void 0?o:[]).forEach(f=>c.mark(f.replace(/"/g,""),{...l,separateWordSearch:!1}))}}e.setAttribute("data-highlight-html-query",t??"")}var ja={};F(ja,{noTextInputDefaultClearButton:()=>p4,noTextSelect:()=>Wa,safariEllipsisFix:()=>f4,wordWrap:()=>u4});var Wa=G`
|
|
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/ftds-input-helper-text",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.20",
|
|
4
4
|
"description": "The design system input helper text component",
|
|
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-wc-utils": "2.1.
|
|
23
|
-
"@fluid-topics/ftds-icon": "2.1.
|
|
24
|
-
"@fluid-topics/ftds-typography": "2.1.
|
|
22
|
+
"@fluid-topics/ft-wc-utils": "2.1.20",
|
|
23
|
+
"@fluid-topics/ftds-icon": "2.1.20",
|
|
24
|
+
"@fluid-topics/ftds-typography": "2.1.20",
|
|
25
25
|
"lit": "3.1.0"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@fluid-topics/ft-wc-test-utils": "2.1.
|
|
28
|
+
"@fluid-topics/ft-wc-test-utils": "2.1.20"
|
|
29
29
|
},
|
|
30
|
-
"gitHead": "
|
|
30
|
+
"gitHead": "77e9f03085f977dde887e175b964bf66b862253f"
|
|
31
31
|
}
|