@axos-web-dev/shared-components 1.0.100-dev.62-1 → 1.0.100-dev.62-2

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.
@@ -101,7 +101,7 @@ const Bubble = ({
101
101
  ]
102
102
  }
103
103
  ) }) }),
104
- /* @__PURE__ */ jsx("div", { className: bubbleText, children: "Ask Sam AI" }),
104
+ /* @__PURE__ */ jsx("div", { className: bubbleText, children: "Ask Evo AI" }),
105
105
  children
106
106
  ] }) }) });
107
107
  };
@@ -136,7 +136,7 @@ const ChatWindow = ({
136
136
  ]
137
137
  }
138
138
  ),
139
- /* @__PURE__ */ jsx("h2", { className: chat_title, children: "Ask Sam AI" })
139
+ /* @__PURE__ */ jsx("h2", { className: chat_title, children: "Ask Evo AI" })
140
140
  ]
141
141
  }
142
142
  ),
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.100-dev.62-1",
4
+ "version": "1.0.100-dev.62-2",
5
5
  "type": "module",
6
6
  "module": "dist/main.js",
7
7
  "types": "dist/main.d.ts",