@kiva/kv-shop 1.12.58 → 1.12.60

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.
@@ -370,4 +370,11 @@ Form field labels */
370
370
  @apply tw-text-base;
371
371
  @apply tw-font-medium;
372
372
  }
373
+
374
+ /* Helper text for non-card Braintree payments */
375
+ .braintree-sheet__container > .braintree-sheet:not(.braintree-card)::before {
376
+ @apply tw-absolute tw-w-full tw-left-0 tw-top-3 tw-font-medium;
377
+
378
+ content: 'Click payment method again to continue';
379
+ }
373
380
  </style>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kiva/kv-shop",
3
- "version": "1.12.58",
3
+ "version": "1.12.60",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -39,7 +39,7 @@
39
39
  "dependencies": {
40
40
  "@apollo/client": "^3.7.14",
41
41
  "@kiva/kv-analytics": "^1.3.0",
42
- "@kiva/kv-components": "^3.106.0",
42
+ "@kiva/kv-components": "^3.107.0",
43
43
  "@types/braintree-web-drop-in": "^1.34.2",
44
44
  "braintree-web-drop-in": "^1.37.0",
45
45
  "numeral": "^2.0.6",
@@ -54,5 +54,5 @@
54
54
  "optional": true
55
55
  }
56
56
  },
57
- "gitHead": "c195fd4d6bf8055879846dc5821873e9bc336f1c"
57
+ "gitHead": "6efc99e83efc05ac8d3ee259bc24a22012dc22ef"
58
58
  }