@pmate/account-sdk 0.2.0 → 0.2.1

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.d.ts CHANGED
@@ -144,8 +144,8 @@ type UseProfileStepFlowParams = {
144
144
  params: URLSearchParams;
145
145
  };
146
146
  declare const useProfileStepFlow: ({ params, }: UseProfileStepFlowParams) => {
147
- activeStep: "gender" | "nickname" | "learning-language" | "mother-tongue" | "is-adult" | "age";
148
- appProfileSteps: ("gender" | "nickname" | "learning-language" | "mother-tongue" | "is-adult" | "age")[];
147
+ activeStep: "nickname" | "learning-language" | "mother-tongue" | "gender" | "is-adult" | "age";
148
+ appProfileSteps: ("nickname" | "learning-language" | "mother-tongue" | "gender" | "is-adult" | "age")[];
149
149
  buildStepUrl: (next: ProfileStepType) => string;
150
150
  createSteps: ProfileStepType[];
151
151
  isCreateFlowStep: boolean;
package/dist/index.es.js CHANGED
@@ -13138,7 +13138,6 @@ Kr.forwardRef(
13138
13138
  return e ? /* @__PURE__ */ re("textarea", { ...b }) : /* @__PURE__ */ re("input", { type: t, ...b });
13139
13139
  }
13140
13140
  );
13141
- (process.env.VITE_PUBLIC_PM_STATIC_URL ?? "https://parrot-static.pmate.chat").replace(/\/+$/, "");
13142
13141
  const BM = ({
13143
13142
  open: t,
13144
13143
  onClose: e,