@graphcommerce/next-ui 9.0.0-canary.81 → 9.0.0-canary.83
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.
package/CHANGELOG.md
CHANGED
|
@@ -129,19 +129,21 @@ export function LayoutDefault(props: LayoutDefaultProps) {
|
|
|
129
129
|
})}
|
|
130
130
|
>
|
|
131
131
|
{menuFab}
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
132
|
+
{cartFab && (
|
|
133
|
+
<Box
|
|
134
|
+
sx={(theme) => ({
|
|
135
|
+
display: 'flex',
|
|
136
|
+
flexDirection: 'row-reverse',
|
|
137
|
+
gap: theme.spacings.sm,
|
|
138
|
+
[theme.breakpoints.up('md')]: {
|
|
139
|
+
flexDirection: 'column',
|
|
140
|
+
alignItems: 'flex-end',
|
|
141
|
+
},
|
|
142
|
+
})}
|
|
143
|
+
>
|
|
144
|
+
{cartFab}
|
|
145
|
+
</Box>
|
|
146
|
+
)}
|
|
145
147
|
</Box>
|
|
146
148
|
) : (
|
|
147
149
|
<div />
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graphcommerce/next-ui",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce",
|
|
5
|
-
"version": "9.0.0-canary.
|
|
5
|
+
"version": "9.0.0-canary.83",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
8
8
|
"eslintConfig": {
|
|
@@ -26,13 +26,13 @@
|
|
|
26
26
|
"typescript": "5.5.3"
|
|
27
27
|
},
|
|
28
28
|
"peerDependencies": {
|
|
29
|
-
"@graphcommerce/eslint-config-pwa": "^9.0.0-canary.
|
|
30
|
-
"@graphcommerce/framer-next-pages": "^9.0.0-canary.
|
|
31
|
-
"@graphcommerce/framer-scroller": "^9.0.0-canary.
|
|
32
|
-
"@graphcommerce/framer-utils": "^9.0.0-canary.
|
|
33
|
-
"@graphcommerce/image": "^9.0.0-canary.
|
|
34
|
-
"@graphcommerce/prettier-config-pwa": "^9.0.0-canary.
|
|
35
|
-
"@graphcommerce/typescript-config-pwa": "^9.0.0-canary.
|
|
29
|
+
"@graphcommerce/eslint-config-pwa": "^9.0.0-canary.83",
|
|
30
|
+
"@graphcommerce/framer-next-pages": "^9.0.0-canary.83",
|
|
31
|
+
"@graphcommerce/framer-scroller": "^9.0.0-canary.83",
|
|
32
|
+
"@graphcommerce/framer-utils": "^9.0.0-canary.83",
|
|
33
|
+
"@graphcommerce/image": "^9.0.0-canary.83",
|
|
34
|
+
"@graphcommerce/prettier-config-pwa": "^9.0.0-canary.83",
|
|
35
|
+
"@graphcommerce/typescript-config-pwa": "^9.0.0-canary.83",
|
|
36
36
|
"@lingui/core": "^4.2.1",
|
|
37
37
|
"@lingui/macro": "^4.2.1",
|
|
38
38
|
"@lingui/react": "^4.2.1",
|