@pinerohit11/testwidget 0.2.7 → 0.2.8

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
@@ -1412,7 +1412,7 @@ function Chargewidgetstyles() {
1412
1412
  margin-bottom: 2px !important;
1413
1413
  font-weight: 600 !important;
1414
1414
  font-size: 12px !important;
1415
- display:inline-block !important;
1415
+ display:block !important;
1416
1416
  text-align : left !important
1417
1417
  }
1418
1418
  .form-control{
@@ -1583,7 +1583,8 @@ function Chargewidgetstyles() {
1583
1583
  letter-spacing: -0.48px;
1584
1584
  text-transform: capitalize;
1585
1585
  margin-top:0;
1586
- margin-bottom:16px
1586
+ margin-bottom:16px !important;
1587
+ text-align:left !important
1587
1588
  }
1588
1589
  .card-ach-heading {
1589
1590
  color: #727272;
@@ -1593,7 +1594,8 @@ function Chargewidgetstyles() {
1593
1594
  font-weight: 500;
1594
1595
  line-height: 18px;
1595
1596
  letter-spacing: -0.24px;
1596
- margin : 0 0 10px
1597
+ margin : 0 0 10px !important;
1598
+ text-align : left
1597
1599
  }
1598
1600
  .card-list-div{
1599
1601
  max-height : 190px;
package/dist/index.mjs CHANGED
@@ -1374,7 +1374,7 @@ function Chargewidgetstyles() {
1374
1374
  margin-bottom: 2px !important;
1375
1375
  font-weight: 600 !important;
1376
1376
  font-size: 12px !important;
1377
- display:inline-block !important;
1377
+ display:block !important;
1378
1378
  text-align : left !important
1379
1379
  }
1380
1380
  .form-control{
@@ -1545,7 +1545,8 @@ function Chargewidgetstyles() {
1545
1545
  letter-spacing: -0.48px;
1546
1546
  text-transform: capitalize;
1547
1547
  margin-top:0;
1548
- margin-bottom:16px
1548
+ margin-bottom:16px !important;
1549
+ text-align:left !important
1549
1550
  }
1550
1551
  .card-ach-heading {
1551
1552
  color: #727272;
@@ -1555,7 +1556,8 @@ function Chargewidgetstyles() {
1555
1556
  font-weight: 500;
1556
1557
  line-height: 18px;
1557
1558
  letter-spacing: -0.24px;
1558
- margin : 0 0 10px
1559
+ margin : 0 0 10px !important;
1560
+ text-align : left
1559
1561
  }
1560
1562
  .card-list-div{
1561
1563
  max-height : 190px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pinerohit11/testwidget",
3
- "version": "0.2.7",
3
+ "version": "0.2.8",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "next dev -p 4001",