@pinerohit11/testwidget 0.2.94 → 0.2.95

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
@@ -1627,8 +1627,8 @@ function Chargewidgetstyles() {
1627
1627
  }
1628
1628
 
1629
1629
  .card-list-single-div{
1630
- border-bottom:C;
1631
- padding : 12px 11px;
1630
+ border-bottom: 1px solid #E0DFE2;
1631
+ padding : 8px 11px;
1632
1632
  display : flex ;
1633
1633
  align-items:center;
1634
1634
  justify-content : space-between;
package/dist/index.mjs CHANGED
@@ -1589,8 +1589,8 @@ function Chargewidgetstyles() {
1589
1589
  }
1590
1590
 
1591
1591
  .card-list-single-div{
1592
- border-bottom:C;
1593
- padding : 12px 11px;
1592
+ border-bottom: 1px solid #E0DFE2;
1593
+ padding : 8px 11px;
1594
1594
  display : flex ;
1595
1595
  align-items:center;
1596
1596
  justify-content : space-between;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pinerohit11/testwidget",
3
- "version": "0.2.94",
3
+ "version": "0.2.95",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "next dev -p 4001",