@kimafinance/kima-transaction-widget 1.0.5 → 1.0.6

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.
Files changed (2) hide show
  1. package/dist/index.css +2 -0
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -679,6 +679,8 @@
679
679
  margin: 0.3em 0; }
680
680
  .kima-card .kima-card-content .kima-stepbox .content-wrapper .step-item .info-item {
681
681
  position: relative; }
682
+ .kima-card .kima-card-content .kima-stepbox .content-wrapper .step-item .info-item a {
683
+ text-decoration: underline; }
682
684
  .kima-card .kima-card-content .kima-stepbox .content-wrapper .step-item .info-item:first-of-type {
683
685
  width: 11em; }
684
686
  .kima-card .kima-card-content .kima-stepbox .content-wrapper .step-item .info-item:first-of-type p {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kimafinance/kima-transaction-widget",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "Kima Transaction Widget",
5
5
  "author": "",
6
6
  "license": "MIT",