@axos-web-dev/shared-components 0.0.89 → 0.0.91

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.
@@ -28,7 +28,7 @@ export declare const TableCell: ({ children, as, variant, highlighted, ...props
28
28
  style?: import('react').CSSProperties | undefined;
29
29
  tabIndex?: number | undefined;
30
30
  title?: string | undefined;
31
- translate?: "no" | "yes" | undefined;
31
+ translate?: "yes" | "no" | undefined;
32
32
  radioGroup?: string | undefined;
33
33
  role?: import('react').AriaRole | undefined;
34
34
  about?: string | undefined;
@@ -53,8 +53,8 @@ export declare const TableCell: ({ children, as, variant, highlighted, ...props
53
53
  itemRef?: string | undefined;
54
54
  results?: number | undefined;
55
55
  security?: string | undefined;
56
- unselectable?: "off" | "on" | undefined;
57
- inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
56
+ unselectable?: "on" | "off" | undefined;
57
+ inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
58
58
  is?: string | undefined;
59
59
  "aria-activedescendant"?: string | undefined;
60
60
  "aria-atomic"?: (boolean | "false" | "true") | undefined;
@@ -73,7 +73,7 @@ export declare const TableCell: ({ children, as, variant, highlighted, ...props
73
73
  "aria-description"?: string | undefined;
74
74
  "aria-details"?: string | undefined;
75
75
  "aria-disabled"?: (boolean | "false" | "true") | undefined;
76
- "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
76
+ "aria-dropeffect"?: "none" | "copy" | "move" | "link" | "execute" | "popup" | undefined;
77
77
  "aria-errormessage"?: string | undefined;
78
78
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
79
79
  "aria-flowto"?: string | undefined;
@@ -296,7 +296,7 @@ td:has(.flex.middle span.img_fluid) .img_fluid {
296
296
  ._1nivbwew {
297
297
  border-radius: 0;
298
298
  overflow: auto;
299
- width: auto;
299
+ width: 100%;
300
300
  }
301
301
  ._1nivbwe12 tr:has(> :last-child:nth-child(-n + 3)) td {
302
302
  font-size: 14px;
@@ -11,7 +11,9 @@ const moreDomains = {
11
11
  "{UFBDIRECT}": "https://www.ufbdirect.com",
12
12
  "{ARMS}": "https://arms.axosadvisor.com",
13
13
  "{APPS}": "https://apps.axosbank.com",
14
- "{AFP}": "https://afp.axosbank.com"
14
+ "{AFP}": "https://afp.axosbank.com",
15
+ "{INVESTORS}": "https://investors.axosfinancial.com",
16
+ "{OBAXB}": "https://onlinebanking.axosbank.com"
15
17
  // "assets.axos.com": "https://assets.axos.com",
16
18
  // "images.axos.com": "https://images.axos.com",
17
19
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@axos-web-dev/shared-components",
3
3
  "description": "Axos shared components library for web.",
4
- "version": "0.0.89",
4
+ "version": "0.0.91",
5
5
  "type": "module",
6
6
  "module": "dist/main.js",
7
7
  "types": "dist/main.d.ts",