@secondstaxorg/sscomp 2.0.23 → 2.0.25

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@secondstaxorg/sscomp",
3
- "version": "2.0.23",
3
+ "version": "2.0.25",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/"
6
6
  },
@@ -1,4 +1,4 @@
1
- import { SetPasswordProps } from "./type";
2
1
  import '../../styles/typography.css';
3
- declare const SetPassword: (props: SetPasswordProps) => import("react/jsx-runtime").JSX.Element;
4
- export default SetPassword;
2
+ import { CreatePasswordProps } from "./type";
3
+ declare const CreatePassword: (props: CreatePasswordProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default CreatePassword;
@@ -1,5 +1,5 @@
1
1
  import { pwMeterLabelOverrides } from "../PasswordMeter/type";
2
- export interface SetPasswordProps {
2
+ export interface CreatePasswordProps {
3
3
  /**
4
4
  * Show or hide password meter
5
5
  */