@graphcommerce/next-ui 6.0.0-canary.48 → 6.0.0-canary.50
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
|
@@ -522,6 +522,7 @@ export function OverlayBase(incomingProps: LayoutOverlayBaseProps) {
|
|
|
522
522
|
},
|
|
523
523
|
'&.variantSmLeft, &.variantSmRight': {
|
|
524
524
|
width: widthSm || 'max-content',
|
|
525
|
+
boxShadow: theme.shadows[24],
|
|
525
526
|
maxHeight: dvh(100),
|
|
526
527
|
'&.sizeSmFull': {
|
|
527
528
|
height: dvh(100),
|
|
@@ -570,6 +571,7 @@ export function OverlayBase(incomingProps: LayoutOverlayBaseProps) {
|
|
|
570
571
|
},
|
|
571
572
|
'&.variantMdLeft, &.variantMdRight': {
|
|
572
573
|
width: widthMd || 'max-content',
|
|
574
|
+
boxShadow: theme.shadows[24],
|
|
573
575
|
maxHeight: dvh(100),
|
|
574
576
|
'&.sizeMdFull': {
|
|
575
577
|
height: dvh(100),
|
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": "6.0.0-canary.
|
|
5
|
+
"version": "6.0.0-canary.50",
|
|
6
6
|
"author": "",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"sideEffects": false,
|
|
@@ -18,18 +18,18 @@
|
|
|
18
18
|
"@emotion/react": "^11.10.6",
|
|
19
19
|
"@emotion/server": "^11.4.0",
|
|
20
20
|
"@emotion/styled": "^11.10.6",
|
|
21
|
-
"@graphcommerce/framer-next-pages": "6.0.0-canary.
|
|
22
|
-
"@graphcommerce/framer-scroller": "6.0.0-canary.
|
|
23
|
-
"@graphcommerce/framer-utils": "6.0.0-canary.
|
|
24
|
-
"@graphcommerce/image": "6.0.0-canary.
|
|
21
|
+
"@graphcommerce/framer-next-pages": "6.0.0-canary.50",
|
|
22
|
+
"@graphcommerce/framer-scroller": "6.0.0-canary.50",
|
|
23
|
+
"@graphcommerce/framer-utils": "6.0.0-canary.50",
|
|
24
|
+
"@graphcommerce/image": "6.0.0-canary.50",
|
|
25
25
|
"cookie": "^0.5.0",
|
|
26
26
|
"react-is": "^18.2.0",
|
|
27
27
|
"schema-dts": "^1.1.0"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@graphcommerce/eslint-config-pwa": "6.0.0-canary.
|
|
31
|
-
"@graphcommerce/prettier-config-pwa": "6.0.0-canary.
|
|
32
|
-
"@graphcommerce/typescript-config-pwa": "6.0.0-canary.
|
|
30
|
+
"@graphcommerce/eslint-config-pwa": "6.0.0-canary.50",
|
|
31
|
+
"@graphcommerce/prettier-config-pwa": "6.0.0-canary.50",
|
|
32
|
+
"@graphcommerce/typescript-config-pwa": "6.0.0-canary.50",
|
|
33
33
|
"@types/cookie": "^0.5.1",
|
|
34
34
|
"@types/react-is": "^17.0.3",
|
|
35
35
|
"typescript": "4.9.5"
|