@razorpay/blade 9.5.0 → 9.5.1
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/build/components/index.d.ts +13 -13
- package/build/components/index.development.web.js +2 -2
- package/build/components/index.development.web.js.map +1 -1
- package/build/components/index.native.d.ts +11 -11
- package/build/components/index.native.js.map +1 -1
- package/build/components/index.production.web.js +2 -2
- package/build/components/index.production.web.js.map +1 -1
- package/build/css/bankingThemeDarkDesktop.css +1 -1
- package/build/css/bankingThemeDarkMobile.css +1 -1
- package/build/css/bankingThemeLightDesktop.css +1 -1
- package/build/css/bankingThemeLightMobile.css +1 -1
- package/build/css/paymentThemeDarkDesktop.css +1 -1
- package/build/css/paymentThemeDarkMobile.css +1 -1
- package/build/css/paymentThemeLightDesktop.css +1 -1
- package/build/css/paymentThemeLightMobile.css +1 -1
- package/package.json +1 -1
|
@@ -4628,7 +4628,7 @@ var makeStyledProps = function makeStyledProps(props) {
|
|
|
4628
4628
|
* // ... Your Props
|
|
4629
4629
|
* } & StyledPropsBlade;
|
|
4630
4630
|
*
|
|
4631
|
-
* const MyComponent = (props: MyComponentProps):
|
|
4631
|
+
* const MyComponent = (props: MyComponentProps): React.ReactElement => {
|
|
4632
4632
|
* return (
|
|
4633
4633
|
* // Make sure styledProps come last so they take priority in stylings in-case of overrides
|
|
4634
4634
|
* <BaseBox someOtherProp={someValue} {...getStyledProps(props)}>
|
|
@@ -4699,7 +4699,7 @@ function _objectSpread$5R(target) { for (var i = 1; i < arguments.length; i++) {
|
|
|
4699
4699
|
* // ... Your Props
|
|
4700
4700
|
* } & StyledPropsBlade;
|
|
4701
4701
|
*
|
|
4702
|
-
* const MyComponent = (props: MyComponentProps):
|
|
4702
|
+
* const MyComponent = (props: MyComponentProps): React.ReactElement => {
|
|
4703
4703
|
* return (
|
|
4704
4704
|
* // Make sure styledProps come last so they take priority in stylings in-case of overrides
|
|
4705
4705
|
* <BaseBox {...getStyledProps(props)}>
|