@axos-web-dev/shared-components 1.0.12 → 1.0.13

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.
@@ -136,7 +136,7 @@ const ATMLocator = (props) => {
136
136
  "iframe",
137
137
  {
138
138
  id: "atmlocator",
139
- src: "https://axosbank.locatorsearch.net/?' + iFrameUrl + '",
139
+ src: "https://axosbank.locatorsearch.com/index.aspx?' + iFrameUrl + '",
140
140
  height: "1000",
141
141
  width: "100%",
142
142
  name: "atmlocator",
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": "1.0.12",
4
+ "version": "1.0.13",
5
5
  "type": "module",
6
6
  "module": "dist/main.js",
7
7
  "types": "dist/main.d.ts",