@fluid-topics/ft-search-bar 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.
|
@@ -2067,6 +2067,12 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
|
|
|
2067
2067
|
align-items: center;
|
|
2068
2068
|
}
|
|
2069
2069
|
|
|
2070
|
+
.ftds-chip--icon-container {
|
|
2071
|
+
display: inline-flex;
|
|
2072
|
+
align-items: center;
|
|
2073
|
+
flex: none;
|
|
2074
|
+
}
|
|
2075
|
+
|
|
2070
2076
|
.ftds-chip ft-typography {
|
|
2071
2077
|
display: flex; /* For typo alignment in the chip */
|
|
2072
2078
|
}
|
|
@@ -6,7 +6,7 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:o.extend("--ft-conte
|
|
|
6
6
|
.highlight-html-match {
|
|
7
7
|
background: ${ml};
|
|
8
8
|
}
|
|
9
|
-
`;function la(t,e,r){var i,n;let a=t.getAttribute("data-highlight-html-query");if((a??"")!==(e??"")){let s=new cf(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=f=>{for(let h in r.attributes)f.setAttribute(h,r.attributes[h])}),s.mark(e.replace(/"[^"]+"/g,""),{...l,separateWordSearch:!0}),((n=e.match(/"[^"]+"/g))!==null&&n!==void 0?n:[]).forEach(f=>s.mark(f.replace(/"/g,""),{...l,separateWordSearch:!1}))}}t.setAttribute("data-highlight-html-query",e??"")}var pa={};ne(pa,{noTextInputDefaultClearButton:()=>Ro,noTextSelect:()=>Pt,safariEllipsisFix:()=>Ao,wordWrap:()=>da});var Pt=_`
|
|
9
|
+
`;function la(t,e,r){var i,n;let a=t.getAttribute("data-highlight-html-query");if((a??"")!==(e??"")){let s=new cf(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=f=>{for(let h in r.attributes)f.setAttribute(h,r.attributes[h])}),s.mark(e.replace(/"[^"]+"/g,""),{...l,separateWordSearch:!0}),((n=e.match(/"[^"]+"/g))!==null&&n!==void 0?n:[]).forEach(f=>s.mark(f.replace(/"/g,""),{...l,separateWordSearch:!1}))}}t.setAttribute("data-highlight-html-query",e??"")}var pa={};ne(pa,{noTextInputDefaultClearButton:()=>Ro,noTextSelect:()=>Pt,safariEllipsisFix:()=>Ao,wordWrap:()=>da});var Pt=_`
|
|
10
10
|
.ft-no-text-select {
|
|
11
11
|
-webkit-touch-callout: none;
|
|
12
12
|
-webkit-user-select: none;
|
|
@@ -2111,6 +2111,12 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:o.extend("--ft-conte
|
|
|
2111
2111
|
align-items: center;
|
|
2112
2112
|
}
|
|
2113
2113
|
|
|
2114
|
+
.ftds-chip--icon-container {
|
|
2115
|
+
display: inline-flex;
|
|
2116
|
+
align-items: center;
|
|
2117
|
+
flex: none;
|
|
2118
|
+
}
|
|
2119
|
+
|
|
2114
2120
|
.ftds-chip ft-typography {
|
|
2115
2121
|
display: flex; /* For typo alignment in the chip */
|
|
2116
2122
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-search-bar",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.54",
|
|
4
4
|
"description": "Search bar component using Fluid Topics public API",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Lit"
|
|
@@ -19,23 +19,23 @@
|
|
|
19
19
|
"url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@fluid-topics/ft-accordion": "1.2.
|
|
23
|
-
"@fluid-topics/ft-app-context": "1.2.
|
|
24
|
-
"@fluid-topics/ft-button": "1.2.
|
|
25
|
-
"@fluid-topics/ft-chip": "1.2.
|
|
26
|
-
"@fluid-topics/ft-filter": "1.2.
|
|
27
|
-
"@fluid-topics/ft-icon": "1.2.
|
|
28
|
-
"@fluid-topics/ft-select": "1.2.
|
|
29
|
-
"@fluid-topics/ft-size-watcher": "1.2.
|
|
30
|
-
"@fluid-topics/ft-skeleton": "1.2.
|
|
31
|
-
"@fluid-topics/ft-snap-scroll": "1.2.
|
|
32
|
-
"@fluid-topics/ft-tooltip": "1.2.
|
|
33
|
-
"@fluid-topics/ft-typography": "1.2.
|
|
34
|
-
"@fluid-topics/ft-wc-utils": "1.2.
|
|
22
|
+
"@fluid-topics/ft-accordion": "1.2.54",
|
|
23
|
+
"@fluid-topics/ft-app-context": "1.2.54",
|
|
24
|
+
"@fluid-topics/ft-button": "1.2.54",
|
|
25
|
+
"@fluid-topics/ft-chip": "1.2.54",
|
|
26
|
+
"@fluid-topics/ft-filter": "1.2.54",
|
|
27
|
+
"@fluid-topics/ft-icon": "1.2.54",
|
|
28
|
+
"@fluid-topics/ft-select": "1.2.54",
|
|
29
|
+
"@fluid-topics/ft-size-watcher": "1.2.54",
|
|
30
|
+
"@fluid-topics/ft-skeleton": "1.2.54",
|
|
31
|
+
"@fluid-topics/ft-snap-scroll": "1.2.54",
|
|
32
|
+
"@fluid-topics/ft-tooltip": "1.2.54",
|
|
33
|
+
"@fluid-topics/ft-typography": "1.2.54",
|
|
34
|
+
"@fluid-topics/ft-wc-utils": "1.2.54",
|
|
35
35
|
"lit": "3.1.0"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@fluid-topics/public-api": "1.0.
|
|
38
|
+
"@fluid-topics/public-api": "1.0.91"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "80553d22b4c2fea5918e0444e195c40ddc2e47e0"
|
|
41
41
|
}
|