@fluid-topics/ft-table 1.2.46 → 1.2.49

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.
@@ -120,6 +120,7 @@ export const designSystemStyles = css `
120
120
 
121
121
  .cell:not(.no-content) ft-typography {
122
122
  display: flex;
123
+ flex-wrap: wrap;
123
124
  column-gap: ${table.dataCellVerticalGap};
124
125
  }
125
126
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-table",
3
- "version": "1.2.46",
3
+ "version": "1.2.49",
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.46",
27
- "@fluid-topics/ft-typography": "1.2.46",
28
- "@fluid-topics/ft-wc-utils": "1.2.46",
26
+ "@fluid-topics/ft-button": "1.2.49",
27
+ "@fluid-topics/ft-typography": "1.2.49",
28
+ "@fluid-topics/ft-wc-utils": "1.2.49",
29
29
  "lit": "3.1.0"
30
30
  },
31
- "gitHead": "6f4b20e9b729890b8af13cb79dfc6ed07d4389b0"
31
+ "gitHead": "eac6d1d34424e5f5ca7e20068e646caeba2e15a7"
32
32
  }