@globalpayments/js 1.9.8 → 1.9.9

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@globalpayments/js",
3
- "version": "1.9.8",
3
+ "version": "1.9.9",
4
4
  "author": "Heartland Developer Portal <developers@heartland.us>",
5
5
  "license": "GPL-2.0",
6
6
  "repository": {
@@ -144,6 +144,10 @@ export declare const parentStyles: (assetBaseUrl: string) => {
144
144
  "background-size": string;
145
145
  background: string;
146
146
  };
147
+ ".secure-payment-form .tooltip:focus": {
148
+ border: string;
149
+ outline: string;
150
+ };
147
151
  ".secure-payment-form .tooltip-content": {
148
152
  visibility: string;
149
153
  width: string;
@@ -168,6 +172,10 @@ export declare const parentStyles: (assetBaseUrl: string) => {
168
172
  visibility: string;
169
173
  opacity: string;
170
174
  };
175
+ ".secure-payment-form .tooltip:focus + .tooltip-content": {
176
+ visibility: string;
177
+ opacity: string;
178
+ };
171
179
  ".secure-payment-form .other-cards-label": {
172
180
  "border-bottom": string;
173
181
  "text-align": string;
@@ -1,2 +1,2 @@
1
- declare const _default: "1.9.8";
1
+ declare const _default: "1.9.9";
2
2
  export default _default;
@@ -717,6 +717,10 @@ export declare const parentStyles: () => {
717
717
  "background-size": string;
718
718
  background: string;
719
719
  };
720
+ ".secure-payment-form .tooltip:focus": {
721
+ border: string;
722
+ outline: string;
723
+ };
720
724
  ".secure-payment-form .tooltip-content": {
721
725
  visibility: string;
722
726
  width: string;
@@ -741,6 +745,10 @@ export declare const parentStyles: () => {
741
745
  visibility: string;
742
746
  opacity: string;
743
747
  };
748
+ ".secure-payment-form .tooltip:focus + .tooltip-content": {
749
+ visibility: string;
750
+ opacity: string;
751
+ };
744
752
  ".secure-payment-form .other-cards-label": {
745
753
  "border-bottom": string;
746
754
  "text-align": string;