@fluid-topics/ft-table 1.2.34 → 1.2.36

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.
@@ -116,7 +116,7 @@ export const designSystemStyles = css `
116
116
  position: relative;
117
117
  }
118
118
 
119
- .cell ft-typography :not(.no-content) {
119
+ .cell:not(.no-content) ft-typography {
120
120
  display: flex;
121
121
  column-gap: ${table.dataCellVerticalGap};
122
122
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-table",
3
- "version": "1.2.34",
3
+ "version": "1.2.36",
4
4
  "description": "A dynamic table",
5
5
  "keywords": [
6
6
  "Lit"
@@ -23,10 +23,10 @@
23
23
  },
24
24
  "dependencies": {
25
25
  "@fluid-topics/design-system-variables": "0.1.92",
26
- "@fluid-topics/ft-button": "1.2.34",
27
- "@fluid-topics/ft-typography": "1.2.34",
28
- "@fluid-topics/ft-wc-utils": "1.2.34",
26
+ "@fluid-topics/ft-button": "1.2.36",
27
+ "@fluid-topics/ft-typography": "1.2.36",
28
+ "@fluid-topics/ft-wc-utils": "1.2.36",
29
29
  "lit": "3.1.0"
30
30
  },
31
- "gitHead": "692cdd9bc3f926c606d3ac15f9174df5b4ee8499"
31
+ "gitHead": "a4046ed3696479764bf4bd5210100a5eed70f40a"
32
32
  }