@mindly/ui-components 3.46.2 → 3.46.4

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.
@@ -23,6 +23,7 @@ declare type CheckboxListProps = {
23
23
  translation: {
24
24
  mostUsedText: string;
25
25
  buttonText: string;
26
+ from: string;
26
27
  };
27
28
  };
28
29
  declare const _default: React.NamedExoticComponent<CheckboxListProps>;
package/dist/index.d.ts CHANGED
@@ -1092,6 +1092,7 @@ declare type CheckboxListProps = {
1092
1092
  translation: {
1093
1093
  mostUsedText: string;
1094
1094
  buttonText: string;
1095
+ from: string;
1095
1096
  };
1096
1097
  };
1097
1098
  declare const _default$3: React.NamedExoticComponent<CheckboxListProps>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "3.46.2",
3
+ "version": "3.46.4",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "start": "react-scripts start",