@axos-web-dev/shared-components 0.0.97 → 0.0.98

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.
@@ -203,7 +203,7 @@ const ContactUsAAS = ({
203
203
  variant,
204
204
  defaultValue: "",
205
205
  children: [
206
- /* @__PURE__ */ jsx("option", { value: "", children: "Select option" }),
206
+ /* @__PURE__ */ jsx("option", { value: "", children: "Select Option" }),
207
207
  /* @__PURE__ */ jsx("option", { value: "$0 - $25M", children: "$0 — $25M" }),
208
208
  /* @__PURE__ */ jsx("option", { value: "$26M - $150M", children: "$26M — $150M" }),
209
209
  /* @__PURE__ */ jsx("option", { value: "$151M - $500M", children: "$151M — $500M" }),
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.97",
4
+ "version": "0.0.98",
5
5
  "type": "module",
6
6
  "module": "dist/main.js",
7
7
  "types": "dist/main.d.ts",