@6thbridge/hexa 0.0.6 → 0.0.7

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.
@@ -1,5 +1,5 @@
1
1
   WARN  Issue while reading "/Users/joachim/.nvm/versions/node/v20.17.0/lib/node_modules/npmrc". EISDIR: illegal operation on a directory, read
2
2
 
3
- > @6thbridge/hexa@0.0.6 lint /Users/joachim/Documents/dev/payfusion/payfusion-component-library/packages/6thbridge-hexa
3
+ > @6thbridge/hexa@0.0.7 lint /Users/joachim/Documents/dev/payfusion/payfusion-component-library/packages/6thbridge-hexa
4
4
  > eslint . --max-warnings 0
5
5
 
package/dist/index.d.mts CHANGED
@@ -62,8 +62,8 @@ declare const Input: {
62
62
  type PasswordInputProps = InputProps & {
63
63
  /**
64
64
  * onValidate(validated: boolean, value: string) => void
65
- * validated: this is boolean value that indicated that all validation options were met
66
- * value: this is the string input value
65
+ * args - validated: this is boolean value that indicated that all validation options were met
66
+ * args - value: this is the string input value
67
67
  */
68
68
  onValidate?: (validated: boolean, value: string) => void;
69
69
  };
package/dist/index.d.ts CHANGED
@@ -62,8 +62,8 @@ declare const Input: {
62
62
  type PasswordInputProps = InputProps & {
63
63
  /**
64
64
  * onValidate(validated: boolean, value: string) => void
65
- * validated: this is boolean value that indicated that all validation options were met
66
- * value: this is the string input value
65
+ * args - validated: this is boolean value that indicated that all validation options were met
66
+ * args - value: this is the string input value
67
67
  */
68
68
  onValidate?: (validated: boolean, value: string) => void;
69
69
  };