@shopgate/pwa-ui-shared 7.4.1 → 7.5.0-beta.4
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/RippleButton/index.js +1 -1
- package/package.json +5 -5
package/RippleButton/index.js
CHANGED
|
@@ -8,4 +8,4 @@ function _typeof(obj){if(typeof Symbol==="function"&&typeof Symbol.iterator==="s
|
|
|
8
8
|
return React.createElement(Button,_extends({},this.buttonProps,{wrapContent:true}),this.props.children);}var rippleProps={className:"".concat(style.contentWrapper," ").concat(this.props.rippleClassName),fill:true,size:this.props.rippleSize};return React.createElement(Button,_extends({},this.buttonProps,{testId:this.props.testId}),React.createElement(Ripple,rippleProps,this.props.children));}},{key:"buttonProps",/**
|
|
9
9
|
* Getter for the calculated button props.
|
|
10
10
|
* @returns {Object}
|
|
11
|
-
*/get:function get(){return{className:this.props.className,disabled:this.props.disabled,onClick:this.props.onClick,flat:this.props.flat,type:this.props.type,wrapContent:false};}}]);return RippleButton;}(Component);_defineProperty(RippleButton,"defaultProps",_extends({},Button.defaultProps,{rippleClassName:'',rippleSize:null,testId:'Button'}));export default RippleButton;
|
|
11
|
+
*/get:function get(){return{className:this.props.className,disabled:this.props.disabled,onClick:this.props.onClick,flat:this.props.flat,type:this.props.type,wrapContent:false,'aria-label':this.props['aria-label']};}}]);return RippleButton;}(Component);_defineProperty(RippleButton,"defaultProps",_extends({},Button.defaultProps,{rippleClassName:'',rippleSize:null,testId:'Button'}));export default RippleButton;
|
package/package.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shopgate/pwa-ui-shared",
|
|
3
|
-
"version": "7.4
|
|
3
|
+
"version": "7.5.0-beta.4",
|
|
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.4
|
|
9
|
-
"@shopgate/pwa-ui-material": "7.4
|
|
8
|
+
"@shopgate/pwa-ui-ios": "7.5.0-beta.4",
|
|
9
|
+
"@shopgate/pwa-ui-material": "7.5.0-beta.4",
|
|
10
10
|
"react-day-picker": "^7.4.8"
|
|
11
11
|
},
|
|
12
12
|
"devDependencies": {
|
|
13
|
-
"@shopgate/pwa-common": "7.4
|
|
14
|
-
"@shopgate/pwa-common-commerce": "7.4
|
|
13
|
+
"@shopgate/pwa-common": "7.5.0-beta.4",
|
|
14
|
+
"@shopgate/pwa-common-commerce": "7.5.0-beta.4",
|
|
15
15
|
"classnames": "^2.2.5",
|
|
16
16
|
"react": "~16.12.0"
|
|
17
17
|
},
|