@inspark/components-web 14.0.10 → 14.0.11

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/index.css CHANGED
@@ -2527,6 +2527,8 @@ Styleguide 6.1.1.9
2527
2527
  }
2528
2528
 
2529
2529
  .c-btn_border-free {
2530
+ display: flex;
2531
+ align-items: center;
2530
2532
  border: 2px solid currentColor;
2531
2533
  padding: 10px 21px;
2532
2534
  }
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"@inspark/components-web","version":"14.0.10","description":"Web components for Inspark products","main":"index.css","author":"Inspark","private":false,"license":"ISC","homepage":"https://github.com/inspark/inspark-design-system-web#readme","peerDependencies":{"@ng-bootstrap/ng-bootstrap":"^13.1.1","d3":"^7.8.5","ng-inline-svg":"^8.6.3","ng2-nvd3":"^2.0.0","nvd3":"^1.8.5"},"dependencies":{"sass":"^1.70.0"}}
1
+ {"name":"@inspark/components-web","version":"14.0.11","description":"Web components for Inspark products","main":"index.css","author":"Inspark","private":false,"license":"ISC","homepage":"https://github.com/inspark/inspark-design-system-web#readme","peerDependencies":{"@ng-bootstrap/ng-bootstrap":"^13.1.1","d3":"^7.8.5","ng-inline-svg":"^8.6.3","ng2-nvd3":"^2.0.0","nvd3":"^1.8.5"},"dependencies":{"sass":"^1.70.0"}}
@@ -590,6 +590,8 @@ Styleguide 6.1.1.5
590
590
  }
591
591
 
592
592
  .c-btn_border-free {
593
+ display: flex;
594
+ align-items: center;
593
595
  @include c-btn_ghost;
594
596
 
595
597
  border: none;