@fluid-topics/ft-page-layout 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.
|
@@ -297,7 +297,6 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
|
|
|
297
297
|
flex-direction: column;
|
|
298
298
|
|
|
299
299
|
max-width: 464px;
|
|
300
|
-
width: max-content;
|
|
301
300
|
|
|
302
301
|
padding: 24px;
|
|
303
302
|
|
|
@@ -1922,7 +1921,6 @@ svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
|
|
|
1922
1921
|
flex-direction: column;
|
|
1923
1922
|
|
|
1924
1923
|
max-width: ${ue.maxWidth};
|
|
1925
|
-
width: max-content;
|
|
1926
1924
|
|
|
1927
1925
|
padding-left: ${ue.horizontalPadding};
|
|
1928
1926
|
padding-right: ${ue.horizontalPadding};
|
|
@@ -377,7 +377,6 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:n.extend("--ftds-con
|
|
|
377
377
|
flex-direction: column;
|
|
378
378
|
|
|
379
379
|
max-width: 464px;
|
|
380
|
-
width: max-content;
|
|
381
380
|
|
|
382
381
|
padding: 24px;
|
|
383
382
|
|
|
@@ -2002,7 +2001,6 @@ svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
|
|
|
2002
2001
|
flex-direction: column;
|
|
2003
2002
|
|
|
2004
2003
|
max-width: ${ye.maxWidth};
|
|
2005
|
-
width: max-content;
|
|
2006
2004
|
|
|
2007
2005
|
padding-left: ${ye.horizontalPadding};
|
|
2008
2006
|
padding-right: ${ye.horizontalPadding};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-page-layout",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.18",
|
|
4
4
|
"description": "A page layout component",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Lit"
|
|
@@ -20,15 +20,15 @@
|
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@fluid-topics/design-system-variables": "3.2.2",
|
|
23
|
-
"@fluid-topics/ft-chip": "2.0.
|
|
24
|
-
"@fluid-topics/ft-link": "2.0.
|
|
25
|
-
"@fluid-topics/ft-popover": "2.0.
|
|
26
|
-
"@fluid-topics/ft-typography": "2.0.
|
|
27
|
-
"@fluid-topics/ft-wc-utils": "2.0.
|
|
23
|
+
"@fluid-topics/ft-chip": "2.0.18",
|
|
24
|
+
"@fluid-topics/ft-link": "2.0.18",
|
|
25
|
+
"@fluid-topics/ft-popover": "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
30
|
"devDependencies": {
|
|
31
|
-
"@fluid-topics/ft-wc-test-utils": "2.0.
|
|
31
|
+
"@fluid-topics/ft-wc-test-utils": "2.0.18"
|
|
32
32
|
},
|
|
33
|
-
"gitHead": "
|
|
33
|
+
"gitHead": "efa9d42ad5c22520e3eaff48a20296236c60ba8e"
|
|
34
34
|
}
|