@mindly/ui-components 6.2.7 → 6.2.8

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.
@@ -5,5 +5,5 @@ type AcceptAgreementFeatureProps = {
5
5
  handlePressLink: () => void;
6
6
  translations: string[];
7
7
  };
8
- export declare function AcceptAgreementFeature({ isAccepted, setIsAccepted, handlePressLink, translations }: AcceptAgreementFeatureProps): JSX.Element;
8
+ export declare function AcceptAgreementFeature({ isAccepted, setIsAccepted, handlePressLink, translations, }: AcceptAgreementFeatureProps): JSX.Element;
9
9
  export {};
package/dist/index.d.ts CHANGED
@@ -3099,7 +3099,7 @@ type AcceptAgreementFeatureProps = {
3099
3099
  handlePressLink: () => void;
3100
3100
  translations: string[];
3101
3101
  };
3102
- declare function AcceptAgreementFeature({ isAccepted, setIsAccepted, handlePressLink, translations }: AcceptAgreementFeatureProps): JSX.Element;
3102
+ declare function AcceptAgreementFeature({ isAccepted, setIsAccepted, handlePressLink, translations, }: AcceptAgreementFeatureProps): JSX.Element;
3103
3103
 
3104
3104
  type SelectWithSearchFormFeatureProps = {
3105
3105
  title?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "6.2.7",
3
+ "version": "6.2.8",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "clean": "rimraf dist",