@axos-web-dev/shared-components 2.0.0-dev.3 → 2.0.0-dev.3-evo-ui

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.
@@ -189,7 +189,7 @@ export declare const getMenuData: (resolveUrl: UrlResolver) => {
189
189
  "Commercial Real Estate Bridge & Construction Lending": string;
190
190
  "HOA Lending": string;
191
191
  "Lender Finance": string;
192
- "Residential Warehouse Lending": string;
192
+ "Mortgage Warehouse Lending": string;
193
193
  "Small Balance Commercial Real Estate": string;
194
194
  "Leveraged Finance": string;
195
195
  "Dealer Floorplan Finance": string;
@@ -349,7 +349,7 @@ const getMenuData = (resolveUrl) => ({
349
349
  "Lender Finance": resolveUrl(
350
350
  "{AXOSBANK}/commercial/lending/lender-financing"
351
351
  ),
352
- "Residential Warehouse Lending": resolveUrl(
352
+ "Mortgage Warehouse Lending": resolveUrl(
353
353
  "{AXOSBANK}/commercial/lending/residential-warehouse-lending"
354
354
  ),
355
355
  "Small Balance Commercial Real Estate": resolveUrl(
@@ -2890,7 +2890,7 @@ function SubNavBar() {
2890
2890
  href: resolveUrl(
2891
2891
  "{AXOSBANK}/commercial/lending/residential-warehouse-lending"
2892
2892
  ),
2893
- children: "Residential Warehouse Lending"
2893
+ children: "Mortgage Warehouse Lending"
2894
2894
  }
2895
2895
  ) }),
2896
2896
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
@@ -13,8 +13,8 @@
13
13
  }
14
14
  .ic6iil1 {
15
15
  border: 2px solid var(--_1073cm813);
16
- background: var(--_1073cm815);
17
- animation: ic6iil0 2s ease-in-out infinite;
16
+ background: var(--_1073cm813);
17
+ animation: ic6iil0 1.25s ease-in infinite;
18
18
  }
19
19
  .ic6iil2 {
20
20
  --angle: 90deg;
@@ -29,10 +29,17 @@
29
29
  background: linear-gradient(white) padding-box, linear-gradient(var(--angle), var(--_1073cm815)) border-box;
30
30
  background: linear-gradient(var(--angle), var(--_1073cm815)) border-box;
31
31
  }
32
- @media screen and (min-width:768px) {
32
+ @media screen and (min-width:769px) {
33
+ .ic6iil1 {
34
+ outline: 2px solid var(--_1073cm813);
35
+ outline-offset: -1px;
36
+ border-width: 3px;
37
+ }
33
38
  .ic6iil1:hover {
34
- --angle: 270deg;
35
- border: 2px solid transparent;
36
- background: linear-gradient(white, white) padding-box, linear-gradient(var(--angle), var(--_1073cm815)) border-box;
39
+ border-color: transparent;
40
+ background: linear-gradient(#fff, var(--_1073cm813), #fff), conic-gradient(from var(--angle), var(--_1073cm813) 0, white 60deg, var(--_1073cm813) 180deg);
41
+ background-clip: padding-box, border-box;
42
+ background-position: 50%;
43
+ background-size: 120% 300%;
37
44
  }
38
45
  }
@@ -53,7 +53,7 @@
53
53
  background-color: var(--_1073cm813);
54
54
  cursor: pointer;
55
55
  display: flex;
56
- height: 56px;
56
+ height: 42px;
57
57
  gap: 4px;
58
58
  color: var(--_1073cm816);
59
59
  line-height: 97%;
@@ -80,6 +80,7 @@
80
80
  }
81
81
  ._7u9pv33 {
82
82
  width: 56px;
83
+ height: 56px;
83
84
  padding: 0;
84
85
  }
85
86
  ._7u9pv35 {
@@ -9,7 +9,7 @@
9
9
  ._13n1jqk0 {
10
10
  background: var(--_1073cm817);
11
11
  border-radius: 10px;
12
- bottom: 16px;
12
+ bottom: 15px;
13
13
  box-shadow: -4px -4px 60px 5px rgba(0, 0, 0, 0.3);
14
14
  display: flex;
15
15
  flex-direction: column;
@@ -18,7 +18,7 @@
18
18
  outline: none;
19
19
  overflow: hidden;
20
20
  position: fixed;
21
- right: 16px;
21
+ right: 15px;
22
22
  transform: translate(calc(0px - 64px / 2), calc(64px / 2 + 24px)) scale(0);
23
23
  transition: transform 0.3s, visibility 0.3s;
24
24
  transform-origin: bottom right;
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": "2.0.0-dev.3",
4
+ "version": "2.0.0-dev.3-evo-ui",
5
5
  "type": "module",
6
6
  "main": "index.js",
7
7
  "module": "dist/main.js",