@pinerohit11/testwidget 0.1.38 → 0.1.39

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.cjs CHANGED
@@ -1205,6 +1205,7 @@ function RequestPayment(props) {
1205
1205
  "input",
1206
1206
  {
1207
1207
  "data-token": "amount",
1208
+ placeholder: "Amount",
1208
1209
  min: 0,
1209
1210
  type: "number",
1210
1211
  className: "form-control",
package/dist/index.d.cts CHANGED
@@ -2,7 +2,7 @@ import React from 'react';
2
2
 
3
3
  interface Props {
4
4
  fractalpayClientKey: string;
5
- amount?: any;
5
+ amount?: string;
6
6
  }
7
7
  declare function RequestPayment(props: Props): React.JSX.Element;
8
8
 
package/dist/index.d.ts CHANGED
@@ -2,7 +2,7 @@ import React from 'react';
2
2
 
3
3
  interface Props {
4
4
  fractalpayClientKey: string;
5
- amount?: any;
5
+ amount?: string;
6
6
  }
7
7
  declare function RequestPayment(props: Props): React.JSX.Element;
8
8
 
package/dist/index.js CHANGED
@@ -1172,6 +1172,7 @@ function RequestPayment(props) {
1172
1172
  "input",
1173
1173
  {
1174
1174
  "data-token": "amount",
1175
+ placeholder: "Amount",
1175
1176
  min: 0,
1176
1177
  type: "number",
1177
1178
  className: "form-control",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pinerohit11/testwidget",
3
- "version": "0.1.38",
3
+ "version": "0.1.39",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "next dev",