@fluid-topics/ft-checkbox 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.
@@ -1200,7 +1200,6 @@ svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
1200
1200
  flex-direction: column;
1201
1201
 
1202
1202
  max-width: 464px;
1203
- width: max-content;
1204
1203
 
1205
1204
  padding: 24px;
1206
1205
 
@@ -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: ${le.maxWidth};
2079
- width: max-content;
2080
2078
 
2081
2079
  padding-left: ${le.horizontalPadding};
2082
2080
  padding-right: ${le.horizontalPadding};
@@ -1280,7 +1280,6 @@ svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
1280
1280
  flex-direction: column;
1281
1281
 
1282
1282
  max-width: 464px;
1283
- width: max-content;
1284
1283
 
1285
1284
  padding: 24px;
1286
1285
 
@@ -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: ${pe.maxWidth};
2159
- width: max-content;
2160
2158
 
2161
2159
  padding-left: ${pe.horizontalPadding};
2162
2160
  padding-right: ${pe.horizontalPadding};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-checkbox",
3
- "version": "2.0.16",
3
+ "version": "2.0.18",
4
4
  "description": "A checkbox component",
5
5
  "keywords": [
6
6
  "Lit"
@@ -19,13 +19,13 @@
19
19
  "url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
20
20
  },
21
21
  "dependencies": {
22
- "@fluid-topics/ft-icon": "2.0.16",
23
- "@fluid-topics/ft-link": "2.0.16",
24
- "@fluid-topics/ft-popover": "2.0.16",
25
- "@fluid-topics/ft-ripple": "2.0.16",
26
- "@fluid-topics/ft-typography": "2.0.16",
27
- "@fluid-topics/ft-wc-utils": "2.0.16",
22
+ "@fluid-topics/ft-icon": "2.0.18",
23
+ "@fluid-topics/ft-link": "2.0.18",
24
+ "@fluid-topics/ft-popover": "2.0.18",
25
+ "@fluid-topics/ft-ripple": "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
  }