@fluid-topics/ft-tree-selector 2.0.16 → 2.0.18

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.
@@ -2100,7 +2100,6 @@ svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
2100
2100
  flex-direction: column;
2101
2101
 
2102
2102
  max-width: 464px;
2103
- width: max-content;
2104
2103
 
2105
2104
  padding: 24px;
2106
2105
 
@@ -2197,7 +2196,6 @@ svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
2197
2196
  flex-direction: column;
2198
2197
 
2199
2198
  max-width: ${ue.maxWidth};
2200
- width: max-content;
2201
2199
 
2202
2200
  padding-left: ${ue.horizontalPadding};
2203
2201
  padding-right: ${ue.horizontalPadding};
@@ -2180,7 +2180,6 @@ svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
2180
2180
  flex-direction: column;
2181
2181
 
2182
2182
  max-width: 464px;
2183
- width: max-content;
2184
2183
 
2185
2184
  padding: 24px;
2186
2185
 
@@ -2277,7 +2276,6 @@ svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
2277
2276
  flex-direction: column;
2278
2277
 
2279
2278
  max-width: ${me.maxWidth};
2280
- width: max-content;
2281
2279
 
2282
2280
  padding-left: ${me.horizontalPadding};
2283
2281
  padding-right: ${me.horizontalPadding};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-tree-selector",
3
- "version": "2.0.16",
3
+ "version": "2.0.18",
4
4
  "description": "A hierarchical selector for tree\n",
5
5
  "keywords": [
6
6
  "Lit"
@@ -19,11 +19,11 @@
19
19
  "url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
20
20
  },
21
21
  "dependencies": {
22
- "@fluid-topics/ft-wc-utils": "2.0.16",
22
+ "@fluid-topics/ft-wc-utils": "2.0.18",
23
23
  "lit": "3.1.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@fluid-topics/ft-wc-test-utils": "2.0.16"
26
+ "@fluid-topics/ft-wc-test-utils": "2.0.18"
27
27
  },
28
- "gitHead": "a972b95acf70b2bfab648ae99cec9d9cbe77c86f"
28
+ "gitHead": "efa9d42ad5c22520e3eaff48a20296236c60ba8e"
29
29
  }