@fluid-topics/ft-filter 0.3.15 → 0.3.16
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.
- package/build/ft-filter.min.js +13 -1
- package/package.json +10 -10
package/build/ft-filter.min.js
CHANGED
|
@@ -91,7 +91,19 @@ var ct,pt;null==ht||ht(G,et),(null!==(E=globalThis.litHtmlVersions)&&void 0!==E?
|
|
|
91
91
|
-ms-user-select: none;
|
|
92
92
|
user-select: none;
|
|
93
93
|
}
|
|
94
|
-
`;var mt,$t,wt;
|
|
94
|
+
`;var mt,$t,wt;x`
|
|
95
|
+
.ft-word-wrap {
|
|
96
|
+
white-space: normal;
|
|
97
|
+
word-wrap: break-word;
|
|
98
|
+
-ms-word-break: break-all;
|
|
99
|
+
word-break: break-all;
|
|
100
|
+
word-break: break-word;
|
|
101
|
+
-ms-hyphens: auto;
|
|
102
|
+
-moz-hyphens: auto;
|
|
103
|
+
-webkit-hyphens: auto;
|
|
104
|
+
hyphens: auto
|
|
105
|
+
}
|
|
106
|
+
`;const kt=navigator.vendor&&!!navigator.vendor.match(/apple/i)||"[object SafariRemoteNotification]"===(null!==(wt=null===($t=null===(mt=window.safari)||void 0===mt?void 0:mt.pushNotification)||void 0===$t?void 0:$t.toString())&&void 0!==wt?wt:""),Ot=Symbol.for(""),St=t=>{if((null==t?void 0:t.r)===Ot)return null==t?void 0:t._$litStatic$},Ct=t=>({_$litStatic$:t,r:Ot}),Nt=new Map,Et=(t=>(e,...i)=>{const o=i.length;let s,n;const r=[],l=[];let a,h=0,c=!1;for(;h<o;){for(a=e[h];h<o&&void 0!==(n=i[h],s=St(n));)a+=s+e[++h],c=!0;l.push(n),r.push(a),h++}if(h===o&&r.push(e[o]),c){const t=r.join("$$lit$$");void 0===(e=Nt.get(t))&&(r.raw=r,Nt.set(t,e=r)),i=l}return t(e,...i)})(V);
|
|
95
107
|
/**
|
|
96
108
|
* @license
|
|
97
109
|
* Copyright 2020 Google LLC
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-filter",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.16",
|
|
4
4
|
"description": "Flat selector for multivalued or monovalued filters",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Lit"
|
|
@@ -19,15 +19,15 @@
|
|
|
19
19
|
"url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@fluid-topics/ft-button": "0.3.
|
|
23
|
-
"@fluid-topics/ft-checkbox": "0.3.
|
|
24
|
-
"@fluid-topics/ft-icon": "0.3.
|
|
25
|
-
"@fluid-topics/ft-radio": "0.3.
|
|
26
|
-
"@fluid-topics/ft-ripple": "0.3.
|
|
27
|
-
"@fluid-topics/ft-snap-scroll": "0.3.
|
|
28
|
-
"@fluid-topics/ft-typography": "0.3.
|
|
29
|
-
"@fluid-topics/ft-wc-utils": "0.3.
|
|
22
|
+
"@fluid-topics/ft-button": "0.3.16",
|
|
23
|
+
"@fluid-topics/ft-checkbox": "0.3.16",
|
|
24
|
+
"@fluid-topics/ft-icon": "0.3.16",
|
|
25
|
+
"@fluid-topics/ft-radio": "0.3.16",
|
|
26
|
+
"@fluid-topics/ft-ripple": "0.3.16",
|
|
27
|
+
"@fluid-topics/ft-snap-scroll": "0.3.16",
|
|
28
|
+
"@fluid-topics/ft-typography": "0.3.16",
|
|
29
|
+
"@fluid-topics/ft-wc-utils": "0.3.16",
|
|
30
30
|
"lit": "2.2.8"
|
|
31
31
|
},
|
|
32
|
-
"gitHead": "
|
|
32
|
+
"gitHead": "0d05a101f09cb5819ee10930772a873e7e0cc87b"
|
|
33
33
|
}
|