@fluid-topics/ft-filterable-table 0.3.70 → 0.3.71

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.
@@ -1004,7 +1004,6 @@ const Ce={fontSize:e.FtCssVariableFactory.create("--ft-text-field-font-size","SI
1004
1004
  box-sizing: border-box;
1005
1005
  border: none;
1006
1006
  pointer-events: auto;
1007
- gap: ${qe.iconPadding};
1008
1007
 
1009
1008
  --ft-button-internal-line-height: calc(${qe.fontSize} + 2px);
1010
1009
  --ft-button-internal-color: ${qe.color};
@@ -1067,10 +1066,15 @@ const Ce={fontSize:e.FtCssVariableFactory.create("--ft-text-field-font-size","SI
1067
1066
  white-space: nowrap;
1068
1067
  text-overflow: ellipsis;
1069
1068
  display: block;
1069
+ margin: 0 ${qe.iconPadding};
1070
1070
  ${e.setVariable(Ut.fontSize,"1em")};
1071
1071
  ${e.setVariable(Ut.lineHeight,"var(--ft-button-internal-content-height)")};
1072
1072
  }
1073
1073
 
1074
+ .ft-button--dense .ft-button--label {
1075
+ margin: 0 ${ei};
1076
+ }
1077
+
1074
1078
  .ft-button--label[hidden] {
1075
1079
  display: none;
1076
1080
  }
@@ -1129,7 +1129,6 @@ const zi={fontSize:gt.create("--ft-text-field-font-size","SIZE","14px"),labelSiz
1129
1129
  box-sizing: border-box;
1130
1130
  border: none;
1131
1131
  pointer-events: auto;
1132
- gap: ${Yi.iconPadding};
1133
1132
 
1134
1133
  --ft-button-internal-line-height: calc(${Yi.fontSize} + 2px);
1135
1134
  --ft-button-internal-color: ${Yi.color};
@@ -1192,10 +1191,15 @@ const zi={fontSize:gt.create("--ft-text-field-font-size","SIZE","14px"),labelSiz
1192
1191
  white-space: nowrap;
1193
1192
  text-overflow: ellipsis;
1194
1193
  display: block;
1194
+ margin: 0 ${Yi.iconPadding};
1195
1195
  ${yt(Ze.fontSize,"1em")};
1196
1196
  ${yt(Ze.lineHeight,"var(--ft-button-internal-content-height)")};
1197
1197
  }
1198
1198
 
1199
+ .ft-button--dense .ft-button--label {
1200
+ margin: 0 ${oo};
1201
+ }
1202
+
1199
1203
  .ft-button--label[hidden] {
1200
1204
  display: none;
1201
1205
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-filterable-table",
3
- "version": "0.3.70",
3
+ "version": "0.3.71",
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.3.70",
26
- "@fluid-topics/ft-select": "0.3.70",
27
- "@fluid-topics/ft-text-field": "0.3.70",
28
- "@fluid-topics/ft-wc-utils": "0.3.70",
25
+ "@fluid-topics/ft-button": "0.3.71",
26
+ "@fluid-topics/ft-select": "0.3.71",
27
+ "@fluid-topics/ft-text-field": "0.3.71",
28
+ "@fluid-topics/ft-wc-utils": "0.3.71",
29
29
  "lit": "2.2.8"
30
30
  },
31
- "gitHead": "f196cbccc700d904e13deb5c40e2f4f5121d9bb9"
31
+ "gitHead": "aeaa883cc0e3596e6cc75d282aa99de3c603f6a2"
32
32
  }