@inspark/components-web 14.0.11 → 14.0.12

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,7 +2527,7 @@ Styleguide 6.1.1.9
2527
2527
  }
2528
2528
 
2529
2529
  .c-btn_border-free {
2530
- display: flex;
2530
+ display: inline-flex;
2531
2531
  align-items: center;
2532
2532
  border: 2px solid currentColor;
2533
2533
  padding: 10px 21px;
package/package.json CHANGED
@@ -1 +1 @@
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"}}
1
+ {"name":"@inspark/components-web","version":"14.0.12","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,7 +590,7 @@ Styleguide 6.1.1.5
590
590
  }
591
591
 
592
592
  .c-btn_border-free {
593
- display: flex;
593
+ display: inline-flex;
594
594
  align-items: center;
595
595
  @include c-btn_ghost;
596
596