@fluid-topics/ft-filterable-table 1.0.48 → 1.0.49

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.
@@ -99,7 +99,7 @@ var vt,bt;let gt=class extends z{constructor(){super(...arguments),this.renderOp
99
99
  display: inline-block;
100
100
  width: 0;
101
101
  }
102
- `;var Ft,Ut,jt;const Bt=navigator.vendor&&!!navigator.vendor.match(/apple/i)||"[object SafariRemoteNotification]"===(null!==(jt=null===(Ut=null===(Ft=window.safari)||void 0===Ft?void 0:Ft.pushNotification)||void 0===Ut?void 0:Ut.toString())&&void 0!==jt?jt:""),Dt=1,It=2,At=t=>(...e)=>({_$litDirective$:t,values:e});
102
+ `;var Ft,Ut,jt;window.ftReduxStores||(window.ftReduxStores={});const Bt=navigator.vendor&&!!navigator.vendor.match(/apple/i)||"[object SafariRemoteNotification]"===(null!==(jt=null===(Ut=null===(Ft=window.safari)||void 0===Ft?void 0:Ft.pushNotification)||void 0===Ut?void 0:Ut.toString())&&void 0!==jt?jt:""),Dt=1,It=2,At=t=>(...e)=>({_$litDirective$:t,values:e});
103
103
  /**
104
104
  * @license
105
105
  * Copyright 2017 Google LLC
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-filterable-table",
3
- "version": "1.0.48",
3
+ "version": "1.0.49",
4
4
  "description": "A dynamic table with filters",
5
5
  "keywords": [
6
6
  "Lit"
@@ -22,11 +22,11 @@
22
22
  "test": "echo \"Error: run tests from root\" && exit 1"
23
23
  },
24
24
  "dependencies": {
25
- "@fluid-topics/ft-button": "1.0.48",
26
- "@fluid-topics/ft-select": "1.0.48",
27
- "@fluid-topics/ft-text-field": "1.0.48",
28
- "@fluid-topics/ft-wc-utils": "1.0.48",
25
+ "@fluid-topics/ft-button": "1.0.49",
26
+ "@fluid-topics/ft-select": "1.0.49",
27
+ "@fluid-topics/ft-text-field": "1.0.49",
28
+ "@fluid-topics/ft-wc-utils": "1.0.49",
29
29
  "lit": "2.7.2"
30
30
  },
31
- "gitHead": "a07dca06ede4358afbfe00c06b1ea1da90e3ff51"
31
+ "gitHead": "77eac237aeec17a50f5bcc09890746d9a9f097f0"
32
32
  }