@pinerohit11/testwidget 0.1.68 → 0.1.70

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/dist/index.js CHANGED
@@ -475,9 +475,13 @@ var import_react_number_format = require("react-number-format");
475
475
  var import_react5 = __toESM(require("react"));
476
476
  var RequestPaymentstyles = (props) => {
477
477
  return /* @__PURE__ */ import_react5.default.createElement("style", null, `
478
- body {
479
- font-family: 'Inter', sans-serif !important;
480
- }
478
+ @import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
479
+ body {
480
+ font-family: 'Inter', sans-serif !important;
481
+ }
482
+ input{
483
+ font-family: 'Inter', sans-serif !important;
484
+ }
481
485
 
482
486
  .paymentBtn {
483
487
  background-color: black;
package/dist/index.mjs CHANGED
@@ -441,9 +441,13 @@ import { PatternFormat } from "react-number-format";
441
441
  import React5 from "react";
442
442
  var RequestPaymentstyles = (props) => {
443
443
  return /* @__PURE__ */ React5.createElement("style", null, `
444
- body {
445
- font-family: 'Inter', sans-serif !important;
446
- }
444
+ @import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
445
+ body {
446
+ font-family: 'Inter', sans-serif !important;
447
+ }
448
+ input{
449
+ font-family: 'Inter', sans-serif !important;
450
+ }
447
451
 
448
452
  .paymentBtn {
449
453
  background-color: black;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pinerohit11/testwidget",
3
- "version": "0.1.68",
3
+ "version": "0.1.70",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "next dev -p 4001",