@shopgate/pwa-ui-shared 7.28.2 → 7.28.3
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
import{css}from'glamor';import{themeVariables,themeColors}from'@shopgate/pwa-common/helpers/config';var edgeHeight=45;var edgeWidth=35;var edgeBorderWidth=3;var edgeOffsetHorizontal=themeVariables.gap.xbig;var edgeOffsetVertical=themeVariables.gap.xxbig;export default css({
|
|
1
|
+
import{css}from'glamor';import{themeVariables,themeColors}from'@shopgate/pwa-common/helpers/config';var edgeHeight=45;var edgeWidth=35;var edgeBorderWidth=3;var edgeOffsetHorizontal=themeVariables.gap.xbig;var edgeOffsetVertical=themeVariables.gap.xxbig;export default css({height:'90%',width:'100%',':before,:after,>:before,>:after':{display:'block',content:' ',width:edgeWidth,height:edgeHeight,position:'absolute',borderStyle:'solid',borderColor:themeColors.light},':before':{top:edgeOffsetVertical,left:edgeOffsetHorizontal,borderWidth:"".concat(edgeBorderWidth,"px 0 0 ").concat(edgeBorderWidth,"px")},':after':{top:edgeOffsetVertical,right:edgeOffsetHorizontal,borderWidth:"".concat(edgeBorderWidth,"px ").concat(edgeBorderWidth,"px 0 0")},'>:before':{bottom:edgeOffsetVertical,left:edgeOffsetHorizontal,borderWidth:"0 0 ".concat(edgeBorderWidth,"px ").concat(edgeBorderWidth,"px")},'>:after':{bottom:edgeOffsetVertical,right:edgeOffsetHorizontal,borderWidth:"0 ".concat(edgeBorderWidth,"px ").concat(edgeBorderWidth,"px 0")}}).toString();
|
package/package.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shopgate/pwa-ui-shared",
|
|
3
|
-
"version": "7.28.
|
|
3
|
+
"version": "7.28.3",
|
|
4
4
|
"description": "Shopgate's shared UI components.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@shopgate/pwa-ui-ios": "7.28.
|
|
9
|
-
"@shopgate/pwa-ui-material": "7.28.
|
|
8
|
+
"@shopgate/pwa-ui-ios": "7.28.3",
|
|
9
|
+
"@shopgate/pwa-ui-material": "7.28.3",
|
|
10
10
|
"react-day-picker": "^7.4.8"
|
|
11
11
|
},
|
|
12
12
|
"devDependencies": {
|
|
13
|
-
"@shopgate/pwa-common": "7.28.
|
|
14
|
-
"@shopgate/pwa-common-commerce": "7.28.
|
|
13
|
+
"@shopgate/pwa-common": "7.28.3",
|
|
14
|
+
"@shopgate/pwa-common-commerce": "7.28.3",
|
|
15
15
|
"classnames": "2.5.1",
|
|
16
16
|
"react": "~16.14.0"
|
|
17
17
|
},
|