@axos-web-dev/shared-components 0.0.30 → 0.0.31

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.
@@ -10,7 +10,6 @@ import { Sign_in_btn, expand } from "./NavBar.css.js";
10
10
  import styles from "./NavBar.module.js";
11
11
  import { navItems } from "./NavData.js";
12
12
  import SubNavBar from "./SubNavBar.js";
13
- var define_process_env_default = {};
14
13
  function NavBar() {
15
14
  const [isOpenSignIn, setisOpenSignIn] = useState(false);
16
15
  const [isOpenSignInToggle, setisOpenSignInToggle] = useState(false);
@@ -181,7 +180,7 @@ function NavBar() {
181
180
  /* @__PURE__ */ jsx("ul", { className: "list_unstyled", children: /* @__PURE__ */ jsx("li", { className: styles.signin_subheader, children: /* @__PURE__ */ jsx(
182
181
  "a",
183
182
  {
184
- href: `${define_process_env_default.LOGIN_APP_LOGIN_URL}/auth/login`,
183
+ href: `https://onlinebanking.axosbank.com/auth/Login`,
185
184
  role: "menuitem",
186
185
  children: "Account Login"
187
186
  }
@@ -99,33 +99,7 @@
99
99
  .txcb8ds {
100
100
  color: var(--_1073cm8o);
101
101
  }
102
- options => {
103
- var className = config.defaultClassName;
104
- var selections = _objectSpread2(_objectSpread2({}, config.defaultVariants), options);
105
- for (var variantName in selections) {
106
- var _selections$variantNa;
107
- var variantSelection = (_selections$variantNa = selections[variantName]) !== null && _selections$variantNa !== void 0 ? _selections$variantNa : config.defaultVariants[variantName];
108
- if (variantSelection != null) {
109
- var selection = variantSelection;
110
- if (typeof selection === 'boolean') {
111
- // @ts-expect-error
112
- selection = selection === true ? 'true' : 'false';
113
- }
114
- var selectionClassName =
115
- // @ts-expect-error
116
- config.variantClassNames[variantName][selection];
117
- if (selectionClassName) {
118
- className += ' ' + selectionClassName;
119
- }
120
- }
121
- }
122
- for (var [compoundCheck, compoundClassName] of config.compoundVariants) {
123
- if (shouldApplyCompound(compoundCheck, selections, config.defaultVariants)) {
124
- className += ' ' + compoundClassName;
125
- }
126
- }
127
- return className;
128
- } a {
102
+ .txcb8do a {
129
103
  text-decoration: none;
130
104
  }
131
105
  .txcb8dv {
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.30",
4
+ "version": "0.0.31",
5
5
  "type": "module",
6
6
  "module": "dist/main.js",
7
7
  "types": "dist/main.d.ts",