@fluid-topics/ft-popover 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.
@@ -1709,7 +1709,6 @@ svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
1709
1709
  flex-direction: column;
1710
1710
 
1711
1711
  max-width: ${ne.maxWidth};
1712
- width: max-content;
1713
1712
 
1714
1713
  padding-left: ${ne.horizontalPadding};
1715
1714
  padding-right: ${ne.horizontalPadding};
@@ -1883,7 +1882,6 @@ svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
1883
1882
  flex-direction: column;
1884
1883
 
1885
1884
  max-width: 464px;
1886
- width: max-content;
1887
1885
 
1888
1886
  padding: 24px;
1889
1887
 
@@ -1789,7 +1789,6 @@ svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
1789
1789
  flex-direction: column;
1790
1790
 
1791
1791
  max-width: ${le.maxWidth};
1792
- width: max-content;
1793
1792
 
1794
1793
  padding-left: ${le.horizontalPadding};
1795
1794
  padding-right: ${le.horizontalPadding};
@@ -1963,7 +1962,6 @@ svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
1963
1962
  flex-direction: column;
1964
1963
 
1965
1964
  max-width: 464px;
1966
- width: max-content;
1967
1965
 
1968
1966
  padding: 24px;
1969
1967
 
@@ -46,7 +46,6 @@ export const ftPopoverStyles = css `
46
46
  flex-direction: column;
47
47
 
48
48
  max-width: 464px;
49
- width: max-content;
50
49
 
51
50
  padding: 24px;
52
51
 
@@ -42,7 +42,6 @@ export const styles = css `
42
42
  flex-direction: column;
43
43
 
44
44
  max-width: ${popover.maxWidth};
45
- width: max-content;
46
45
 
47
46
  padding-left: ${popover.horizontalPadding};
48
47
  padding-right: ${popover.horizontalPadding};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-popover",
3
- "version": "2.0.16",
3
+ "version": "2.0.18",
4
4
  "description": "A simple popover component",
5
5
  "keywords": [
6
6
  "Lit"
@@ -20,12 +20,12 @@
20
20
  },
21
21
  "dependencies": {
22
22
  "@fluid-topics/design-system-variables": "3.2.2",
23
- "@fluid-topics/ft-button": "2.0.16",
24
- "@fluid-topics/ft-icon": "2.0.16",
25
- "@fluid-topics/ft-link": "2.0.16",
26
- "@fluid-topics/ft-typography": "2.0.16",
27
- "@fluid-topics/ft-wc-utils": "2.0.16",
23
+ "@fluid-topics/ft-button": "2.0.18",
24
+ "@fluid-topics/ft-icon": "2.0.18",
25
+ "@fluid-topics/ft-link": "2.0.18",
26
+ "@fluid-topics/ft-typography": "2.0.18",
27
+ "@fluid-topics/ft-wc-utils": "2.0.18",
28
28
  "lit": "3.1.0"
29
29
  },
30
- "gitHead": "a972b95acf70b2bfab648ae99cec9d9cbe77c86f"
30
+ "gitHead": "efa9d42ad5c22520e3eaff48a20296236c60ba8e"
31
31
  }