@pinerohit11/testwidget 0.2.103 → 0.2.104

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
@@ -1582,8 +1582,8 @@ function Chargewidgetstyles() {
1582
1582
  }
1583
1583
 
1584
1584
  .error-span{
1585
- color:red;
1586
- font-size:12px
1585
+ color:red !important;
1586
+ font-size:12px !important
1587
1587
  }
1588
1588
 
1589
1589
  .charge-customer-name{
package/dist/index.mjs CHANGED
@@ -1544,8 +1544,8 @@ function Chargewidgetstyles() {
1544
1544
  }
1545
1545
 
1546
1546
  .error-span{
1547
- color:red;
1548
- font-size:12px
1547
+ color:red !important;
1548
+ font-size:12px !important
1549
1549
  }
1550
1550
 
1551
1551
  .charge-customer-name{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pinerohit11/testwidget",
3
- "version": "0.2.103",
3
+ "version": "0.2.104",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "next dev -p 4001",