@fluid-topics/ft-filterable-table 0.2.13 → 0.2.14

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.
@@ -958,6 +958,7 @@ function(t,e,i){let o,s=t;return"object"==typeof t?(s=t.slot,o=t):o={flatten:e},
958
958
  box-shadow: 0px 0px 0px transparent;
959
959
  border: 0px solid transparent;
960
960
  text-shadow: 0px 0px 0px transparent;
961
+ font-size: inherit;
961
962
  }
962
963
 
963
964
  button:hover {
@@ -856,6 +856,7 @@ const U=Symbol.for(""),H=t=>{var e,i;if((null===(e=t)||void 0===e?void 0:e.r)===
856
856
  box-shadow: 0px 0px 0px transparent;
857
857
  border: 0px solid transparent;
858
858
  text-shadow: 0px 0px 0px transparent;
859
+ font-size: inherit;
859
860
  }
860
861
 
861
862
  button:hover {
@@ -958,6 +958,7 @@ function(t,e,i){let o,n=t;return"object"==typeof t?(n=t.slot,o=t):o={flatten:e},
958
958
  box-shadow: 0px 0px 0px transparent;
959
959
  border: 0px solid transparent;
960
960
  text-shadow: 0px 0px 0px transparent;
961
+ font-size: inherit;
961
962
  }
962
963
 
963
964
  button:hover {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-filterable-table",
3
- "version": "0.2.13",
3
+ "version": "0.2.14",
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.13",
26
- "@fluid-topics/ft-select": "^0.2.13",
27
- "@fluid-topics/ft-text-field": "^0.2.13",
28
- "@fluid-topics/ft-wc-utils": "^0.2.13",
25
+ "@fluid-topics/ft-button": "^0.2.14",
26
+ "@fluid-topics/ft-select": "^0.2.14",
27
+ "@fluid-topics/ft-text-field": "^0.2.14",
28
+ "@fluid-topics/ft-wc-utils": "^0.2.14",
29
29
  "lit": "2.1.3"
30
30
  },
31
- "gitHead": "53374411bbda5416238d3e7a8ab3852c75a95712"
31
+ "gitHead": "6ae3f84aee76dd78fe295c1cad4d7b7180eb4f9d"
32
32
  }