@fluid-topics/ftds-tree-list 2.1.6 → 2.1.7

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.
@@ -251,4 +251,8 @@ export const styles = css `
251
251
  width: ${treeList.emptyStateIllustrationWidth};
252
252
  margin-bottom: ${treeList.emptyStateIllustrationMarginBottom};
253
253
  }
254
+
255
+ [part="node-container"] {
256
+ ${setVariable(FtdsIconCssVariables.size, treeList.nodeIconSize)};
257
+ }
254
258
  `;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ftds-tree-list",
3
- "version": "2.1.6",
3
+ "version": "2.1.7",
4
4
  "description": "The design system tree list component",
5
5
  "keywords": [
6
6
  "Lit"
@@ -19,16 +19,16 @@
19
19
  "url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
20
20
  },
21
21
  "dependencies": {
22
- "@fluid-topics/ft-assets": "2.1.6",
23
- "@fluid-topics/ft-skeleton": "2.1.6",
24
- "@fluid-topics/ft-wc-utils": "2.1.6",
25
- "@fluid-topics/ftds-button": "2.1.6",
26
- "@fluid-topics/ftds-icon": "2.1.6",
27
- "@fluid-topics/ftds-typography": "2.1.6",
22
+ "@fluid-topics/ft-assets": "2.1.7",
23
+ "@fluid-topics/ft-skeleton": "2.1.7",
24
+ "@fluid-topics/ft-wc-utils": "2.1.7",
25
+ "@fluid-topics/ftds-button": "2.1.7",
26
+ "@fluid-topics/ftds-icon": "2.1.7",
27
+ "@fluid-topics/ftds-typography": "2.1.7",
28
28
  "lit": "3.1.0"
29
29
  },
30
30
  "devDependencies": {
31
- "@fluid-topics/ft-wc-test-utils": "2.1.6"
31
+ "@fluid-topics/ft-wc-test-utils": "2.1.7"
32
32
  },
33
- "gitHead": "70ba8e6b58f0f1c74a92965f3b7dbf3db605698e"
33
+ "gitHead": "a37679b529fc9821ce025bdedbf909d9f51b4c48"
34
34
  }