@shopgate/pwa-ui-ios 7.28.0-beta.6 → 7.28.0
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/BaseDialog/style.js +1 -1
- package/package.json +2 -2
package/BaseDialog/style.js
CHANGED
|
@@ -2,4 +2,4 @@ import{css}from'glamor';import{themeColors,themeVariables}from'@shopgate/pwa-com
|
|
|
2
2
|
'&&':{fontWeight:400,minWidth:'50%',flexGrow:1,paddingTop:10,paddingBottom:10},/*
|
|
3
3
|
* Due to overflow hidden this will cause the bottom border to be
|
|
4
4
|
* not visible in vertical button mode.
|
|
5
|
-
*/marginBottom:-1,marginRight:"-".concat(themeVariables.gap.small/2,"px"),'&:not(:last-child)':{borderRadius:0,borderRight:"0.5px solid ".concat(borderColor),borderBottom:"0.5px solid ".concat(borderColor)}}).toString();var buttonPrimary=css({'&&':{fontWeight:400}}).toString();var buttonText=css({overflow:'hidden',textOverflow:'ellipsis',display:'block'}).toString();export default{container:container,content:content,title:title,body:body,actions:actions,button:button,buttonPrimary:buttonPrimary,buttonText:buttonText};
|
|
5
|
+
*/marginBottom:-1,marginRight:"-".concat(themeVariables.gap.small/2,"px"),'&:not(:last-child)':{borderRadius:'0 !important',borderRight:"0.5px solid ".concat(borderColor),borderBottom:"0.5px solid ".concat(borderColor)}}).toString();var buttonPrimary=css({'&&':{fontWeight:400}}).toString();var buttonText=css({overflow:'hidden',textOverflow:'ellipsis',display:'block'}).toString();export default{container:container,content:content,title:title,body:body,actions:actions,button:button,buttonPrimary:buttonPrimary,buttonText:buttonText};
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shopgate/pwa-ui-ios",
|
|
3
|
-
"version": "7.28.0
|
|
3
|
+
"version": "7.28.0",
|
|
4
4
|
"description": "Shopgate's iOS UI components.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"devDependencies": {
|
|
8
|
-
"@shopgate/pwa-common": "7.28.0
|
|
8
|
+
"@shopgate/pwa-common": "7.28.0",
|
|
9
9
|
"react": "~16.14.0"
|
|
10
10
|
},
|
|
11
11
|
"peerDependencies": {
|