@fluid-topics/ft-filterable-table 1.3.51 → 1.3.53

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.
@@ -1214,7 +1214,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
1214
1214
  ${(0,U.setVariable)(re.size,ae.iconSize)};
1215
1215
  ${(0,U.setVariable)(re.color,"var(--button-internal-color)")};
1216
1216
  }
1217
- `,U.noTextSelect];var Ft=b(I());var Qc=b(I());var Xc=b(V()),je=b(ie()),Ge=b(I());var Ls=b(V()),gt=b(I()),vr={distance:gt.FtCssVariableFactory.create("--ft-tooltip-distance","","SIZE","4px"),color:gt.FtCssVariableFactory.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:gt.FtCssVariableFactory.create("--ft-tooltip-background-color","","COLOR","#666666"),zIndex:gt.FtCssVariableFactory.create("--ft-tooltip-z-index","","NUMBER","100"),borderRadiusS:gt.FtCssVariableFactory.external(gt.designSystemVariables.borderRadiusS,"Design system"),maxWidth:gt.FtCssVariableFactory.create("--ft-tooltip-max-width","","SIZE","150px")},Ns=Ls.css`
1217
+ `,U.noTextSelect];var Ft=b(I());var Qc=b(I());var Xc=b(V()),je=b(ie()),Ge=b(I());var Ls=b(V()),gt=b(I()),vr={distance:gt.FtCssVariableFactory.create("--ft-tooltip-distance","","SIZE","4px"),color:gt.FtCssVariableFactory.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:gt.FtCssVariableFactory.create("--ft-tooltip-background-color","","COLOR","#666666"),zIndex:gt.FtCssVariableFactory.create("--ft-tooltip-z-index","","NUMBER","100"),borderRadiusS:gt.FtCssVariableFactory.extend("--ft-tooltip-border-radius","",gt.designSystemVariables.borderRadiusS),maxWidth:gt.FtCssVariableFactory.create("--ft-tooltip-max-width","","SIZE","150px")},Ns=Ls.css`
1218
1218
  .ft-tooltip--container {
1219
1219
  display: block;
1220
1220
  }
@@ -1294,7 +1294,7 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:o.extend("--ftds-con
1294
1294
  ${S(de.size,pe.iconSize)};
1295
1295
  ${S(de.color,"var(--button-internal-color)")};
1296
1296
  }
1297
- `,Jt];var Gr={distance:o.create("--ft-tooltip-distance","","SIZE","4px"),color:o.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:o.create("--ft-tooltip-background-color","","COLOR","#666666"),zIndex:o.create("--ft-tooltip-z-index","","NUMBER","100"),borderRadiusS:o.external(k.borderRadiusS,"Design system"),maxWidth:o.create("--ft-tooltip-max-width","","SIZE","150px")},Od=N`
1297
+ `,Jt];var Gr={distance:o.create("--ft-tooltip-distance","","SIZE","4px"),color:o.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:o.create("--ft-tooltip-background-color","","COLOR","#666666"),zIndex:o.create("--ft-tooltip-z-index","","NUMBER","100"),borderRadiusS:o.extend("--ft-tooltip-border-radius","",k.borderRadiusS),maxWidth:o.create("--ft-tooltip-max-width","","SIZE","150px")},Od=N`
1298
1298
  .ft-tooltip--container {
1299
1299
  display: block;
1300
1300
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-filterable-table",
3
- "version": "1.3.51",
3
+ "version": "1.3.53",
4
4
  "description": "A dynamic table with filters",
5
5
  "keywords": [
6
6
  "Lit"
@@ -23,11 +23,11 @@
23
23
  },
24
24
  "dependencies": {
25
25
  "@fluid-topics/design-system-variables": "2.53.1",
26
- "@fluid-topics/ft-button": "1.3.51",
27
- "@fluid-topics/ft-select": "1.3.51",
28
- "@fluid-topics/ft-text-field": "1.3.51",
29
- "@fluid-topics/ft-wc-utils": "1.3.51",
26
+ "@fluid-topics/ft-button": "1.3.53",
27
+ "@fluid-topics/ft-select": "1.3.53",
28
+ "@fluid-topics/ft-text-field": "1.3.53",
29
+ "@fluid-topics/ft-wc-utils": "1.3.53",
30
30
  "lit": "3.1.0"
31
31
  },
32
- "gitHead": "02e21de480825149da06349c73a08934a05c3a65"
32
+ "gitHead": "1eb4ee8a448ded2e0d54517a08200d0109c0722e"
33
33
  }