@axos-web-dev/shared-components 2.0.0-dev.insights.10 → 2.0.0-dev.insights.12

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.
@@ -157,7 +157,7 @@ const CategorySelector = (props) => {
157
157
  targetUrl: url,
158
158
  variant: "primary",
159
159
  className: selector_more,
160
- children: `See More ${title2.replaceAll("-", " ")} Articles`
160
+ children: `See More Articles`
161
161
  }
162
162
  )
163
163
  ] }) : /* @__PURE__ */ jsx("p", { className: selector_title_link, children: subcategory !== void 0 ? subcategory.replaceAll("-", " ") : title2.replaceAll("-", " ") }) }),
@@ -189,7 +189,7 @@ const CategorySelector = (props) => {
189
189
  targetUrl: url,
190
190
  variant: "primary",
191
191
  className: selector_more,
192
- children: `See More ${title2.replaceAll("-", " ")} Articles`
192
+ children: `See More Articles`
193
193
  }
194
194
  ) })
195
195
  ] }) });
@@ -10,7 +10,7 @@ export declare const CATEGORY_DATA: {
10
10
  };
11
11
  };
12
12
  readonly "Axos Invest (AXI)": {
13
- readonly Invest: readonly ["Investing-Basics", "Investment-Strategies", "Retirement-Planning", "Market-Analysis"];
13
+ readonly Invest: readonly ["Investing-Basics", "Investment-Strategies", "Market-Analysis"];
14
14
  };
15
15
  readonly "Axos Advisor (AXA)": readonly [];
16
16
  readonly "Axos Advisor Services (AAS)": readonly ["IBD-Breakaways", "Run-Your-Practice", "Grow-Your-Book"];
@@ -19,7 +19,6 @@ const CATEGORY_DATA = {
19
19
  Invest: [
20
20
  "Investing-Basics",
21
21
  "Investment-Strategies",
22
- "Retirement-Planning",
23
22
  "Market-Analysis"
24
23
  ]
25
24
  },
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.insights.10",
4
+ "version": "2.0.0-dev.insights.12",
5
5
  "type": "module",
6
6
  "main": "index.js",
7
7
  "module": "dist/main.js",