@3sc/common-component 0.0.34 → 0.0.35

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.
package/dist/index.es.js CHANGED
@@ -18940,7 +18940,6 @@ const ai = {
18940
18940
  BASE_URL: kc.VITE_APP_ALERT_API_ENDPOINT,
18941
18941
  VERSION: kc.VITE_APP_VERSION
18942
18942
  // BASE_URL: "https://scai-qa-api.3sc.ai",
18943
- // VERSION: "/v1",
18944
18943
  }, Ra = (e) => {
18945
18944
  const t = localStorage.getItem(e);
18946
18945
  return t ? JSON.parse(t) : "";