@axos-web-dev/shared-components 2.0.0-dev.insights.11 → 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.
@@ -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.11",
4
+ "version": "2.0.0-dev.insights.12",
5
5
  "type": "module",
6
6
  "main": "index.js",
7
7
  "module": "dist/main.js",