@pinerohit11/testwidget 0.2.5 → 0.2.6

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
@@ -1359,7 +1359,7 @@ function Chargewidgetstyles() {
1359
1359
  font-size:12px;
1360
1360
  gap:5px;
1361
1361
  max-width:250px;
1362
- align-items:center
1362
+ align-items:center;
1363
1363
  color:black !important
1364
1364
  }
1365
1365
  .pay-conatiner-one-last img{
package/dist/index.mjs CHANGED
@@ -1321,7 +1321,7 @@ function Chargewidgetstyles() {
1321
1321
  font-size:12px;
1322
1322
  gap:5px;
1323
1323
  max-width:250px;
1324
- align-items:center
1324
+ align-items:center;
1325
1325
  color:black !important
1326
1326
  }
1327
1327
  .pay-conatiner-one-last img{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pinerohit11/testwidget",
3
- "version": "0.2.5",
3
+ "version": "0.2.6",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "next dev -p 4001",