@fluid-topics/ft-filter 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.
@@ -1979,7 +1979,6 @@ svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
1979
1979
  flex-direction: column;
1980
1980
 
1981
1981
  max-width: 464px;
1982
- width: max-content;
1983
1982
 
1984
1983
  padding: 24px;
1985
1984
 
@@ -2076,7 +2075,6 @@ svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
2076
2075
  flex-direction: column;
2077
2076
 
2078
2077
  max-width: ${ve.maxWidth};
2079
- width: max-content;
2080
2078
 
2081
2079
  padding-left: ${ve.horizontalPadding};
2082
2080
  padding-right: ${ve.horizontalPadding};
@@ -2059,7 +2059,6 @@ svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
2059
2059
  flex-direction: column;
2060
2060
 
2061
2061
  max-width: 464px;
2062
- width: max-content;
2063
2062
 
2064
2063
  padding: 24px;
2065
2064
 
@@ -2156,7 +2155,6 @@ svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
2156
2155
  flex-direction: column;
2157
2156
 
2158
2157
  max-width: ${Ce.maxWidth};
2159
- width: max-content;
2160
2158
 
2161
2159
  padding-left: ${Ce.horizontalPadding};
2162
2160
  padding-right: ${Ce.horizontalPadding};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-filter",
3
- "version": "2.0.16",
3
+ "version": "2.0.18",
4
4
  "description": "Flat selector for multivalued or monovalued filters",
5
5
  "keywords": [
6
6
  "Lit"
@@ -19,15 +19,15 @@
19
19
  "url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
20
20
  },
21
21
  "dependencies": {
22
- "@fluid-topics/ft-button": "2.0.16",
23
- "@fluid-topics/ft-checkbox": "2.0.16",
24
- "@fluid-topics/ft-icon": "2.0.16",
25
- "@fluid-topics/ft-radio": "2.0.16",
26
- "@fluid-topics/ft-ripple": "2.0.16",
27
- "@fluid-topics/ft-snap-scroll": "2.0.16",
28
- "@fluid-topics/ft-typography": "2.0.16",
29
- "@fluid-topics/ft-wc-utils": "2.0.16",
22
+ "@fluid-topics/ft-button": "2.0.18",
23
+ "@fluid-topics/ft-checkbox": "2.0.18",
24
+ "@fluid-topics/ft-icon": "2.0.18",
25
+ "@fluid-topics/ft-radio": "2.0.18",
26
+ "@fluid-topics/ft-ripple": "2.0.18",
27
+ "@fluid-topics/ft-snap-scroll": "2.0.18",
28
+ "@fluid-topics/ft-typography": "2.0.18",
29
+ "@fluid-topics/ft-wc-utils": "2.0.18",
30
30
  "lit": "3.1.0"
31
31
  },
32
- "gitHead": "a972b95acf70b2bfab648ae99cec9d9cbe77c86f"
32
+ "gitHead": "efa9d42ad5c22520e3eaff48a20296236c60ba8e"
33
33
  }