@fluid-topics/ft-search-bar 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.
@@ -2072,7 +2072,6 @@ svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
2072
2072
  flex-direction: column;
2073
2073
 
2074
2074
  max-width: 464px;
2075
- width: max-content;
2076
2075
 
2077
2076
  padding: 24px;
2078
2077
 
@@ -2169,7 +2168,6 @@ svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
2169
2168
  flex-direction: column;
2170
2169
 
2171
2170
  max-width: ${He.maxWidth};
2172
- width: max-content;
2173
2171
 
2174
2172
  padding-left: ${He.horizontalPadding};
2175
2173
  padding-right: ${He.horizontalPadding};
@@ -2152,7 +2152,6 @@ svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
2152
2152
  flex-direction: column;
2153
2153
 
2154
2154
  max-width: 464px;
2155
- width: max-content;
2156
2155
 
2157
2156
  padding: 24px;
2158
2157
 
@@ -2249,7 +2248,6 @@ svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
2249
2248
  flex-direction: column;
2250
2249
 
2251
2250
  max-width: ${ze.maxWidth};
2252
- width: max-content;
2253
2251
 
2254
2252
  padding-left: ${ze.horizontalPadding};
2255
2253
  padding-right: ${ze.horizontalPadding};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-search-bar",
3
- "version": "2.0.16",
3
+ "version": "2.0.18",
4
4
  "description": "Search bar component using Fluid Topics public API",
5
5
  "keywords": [
6
6
  "Lit"
@@ -19,23 +19,23 @@
19
19
  "url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
20
20
  },
21
21
  "dependencies": {
22
- "@fluid-topics/ft-accordion": "2.0.16",
23
- "@fluid-topics/ft-app-context": "2.0.16",
24
- "@fluid-topics/ft-button": "2.0.16",
25
- "@fluid-topics/ft-chip": "2.0.16",
26
- "@fluid-topics/ft-filter": "2.0.16",
27
- "@fluid-topics/ft-icon": "2.0.16",
28
- "@fluid-topics/ft-select": "2.0.16",
29
- "@fluid-topics/ft-size-watcher": "2.0.16",
30
- "@fluid-topics/ft-skeleton": "2.0.16",
31
- "@fluid-topics/ft-snap-scroll": "2.0.16",
32
- "@fluid-topics/ft-tooltip": "2.0.16",
33
- "@fluid-topics/ft-typography": "2.0.16",
34
- "@fluid-topics/ft-wc-utils": "2.0.16",
22
+ "@fluid-topics/ft-accordion": "2.0.18",
23
+ "@fluid-topics/ft-app-context": "2.0.18",
24
+ "@fluid-topics/ft-button": "2.0.18",
25
+ "@fluid-topics/ft-chip": "2.0.18",
26
+ "@fluid-topics/ft-filter": "2.0.18",
27
+ "@fluid-topics/ft-icon": "2.0.18",
28
+ "@fluid-topics/ft-select": "2.0.18",
29
+ "@fluid-topics/ft-size-watcher": "2.0.18",
30
+ "@fluid-topics/ft-skeleton": "2.0.18",
31
+ "@fluid-topics/ft-snap-scroll": "2.0.18",
32
+ "@fluid-topics/ft-tooltip": "2.0.18",
33
+ "@fluid-topics/ft-typography": "2.0.18",
34
+ "@fluid-topics/ft-wc-utils": "2.0.18",
35
35
  "lit": "3.1.0"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@fluid-topics/public-api": "1.0.120"
39
39
  },
40
- "gitHead": "a972b95acf70b2bfab648ae99cec9d9cbe77c86f"
40
+ "gitHead": "efa9d42ad5c22520e3eaff48a20296236c60ba8e"
41
41
  }