@pinerohit11/testwidget 0.2.120 → 0.2.121

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
@@ -1583,7 +1583,10 @@ function Chargewidgetstyles() {
1583
1583
 
1584
1584
  .error-span{
1585
1585
  color:red !important;
1586
- font-size:12px !important
1586
+ font-size:12px !important;
1587
+ text-align: left !important;
1588
+ width: 100% !important;
1589
+ display: block;
1587
1590
  }
1588
1591
 
1589
1592
  .charge-customer-name{
package/dist/index.mjs CHANGED
@@ -1545,7 +1545,10 @@ function Chargewidgetstyles() {
1545
1545
 
1546
1546
  .error-span{
1547
1547
  color:red !important;
1548
- font-size:12px !important
1548
+ font-size:12px !important;
1549
+ text-align: left !important;
1550
+ width: 100% !important;
1551
+ display: block;
1549
1552
  }
1550
1553
 
1551
1554
  .charge-customer-name{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pinerohit11/testwidget",
3
- "version": "0.2.120",
3
+ "version": "0.2.121",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "next dev -p 4001",