@fluid-topics/ft-filterable-table 0.2.20 → 0.2.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.
@@ -191,7 +191,6 @@ const U=Symbol.for(""),H=t=>{var e,i;if((null===(e=t)||void 0===e?void 0:e.r)===
191
191
  position: absolute;
192
192
  top: calc(50% - var(--ft-typography-caption-line-height) / 2);
193
193
  transition: top 250ms;
194
- width: calc(100% - 8px);
195
194
  overflow: hidden;
196
195
  white-space: nowrap;
197
196
  text-overflow: ellipsis;
@@ -288,7 +288,6 @@ class Bt extends kt{constructor(t){if(super(t),this.it=K,t.type!==Ot)throw Error
288
288
  position: absolute;
289
289
  top: calc(50% - var(--ft-typography-caption-line-height) / 2);
290
290
  transition: top 250ms;
291
- width: calc(100% - 8px);
292
291
  overflow: hidden;
293
292
  white-space: nowrap;
294
293
  text-overflow: ellipsis;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-filterable-table",
3
- "version": "0.2.20",
3
+ "version": "0.2.21",
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": "^0.2.20",
26
- "@fluid-topics/ft-select": "^0.2.20",
27
- "@fluid-topics/ft-text-field": "^0.2.20",
28
- "@fluid-topics/ft-wc-utils": "^0.2.20",
25
+ "@fluid-topics/ft-button": "^0.2.21",
26
+ "@fluid-topics/ft-select": "^0.2.21",
27
+ "@fluid-topics/ft-text-field": "^0.2.21",
28
+ "@fluid-topics/ft-wc-utils": "^0.2.21",
29
29
  "lit": "2.1.3"
30
30
  },
31
- "gitHead": "12b770753cd907c340153c5f9fed0909ecb1eefc"
31
+ "gitHead": "081fdb95b1d88ac385722f9d37abb3ff9e20efd1"
32
32
  }