@mindly/ui-components 5.75.0 → 5.76.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.
@@ -3,6 +3,8 @@ type ScreenInputFormFeatureProps = {
3
3
  type?: 'text' | 'email' | 'number';
4
4
  title?: string;
5
5
  subtitle?: string;
6
+ subtitleLink?: string;
7
+ onSubtitleLinkClick?: () => void;
6
8
  placeholder?: string;
7
9
  buttonText?: string;
8
10
  defaultValue?: string;
package/dist/index.d.ts CHANGED
@@ -2731,6 +2731,8 @@ type ScreenInputFormFeatureProps = {
2731
2731
  type?: 'text' | 'email' | 'number';
2732
2732
  title?: string;
2733
2733
  subtitle?: string;
2734
+ subtitleLink?: string;
2735
+ onSubtitleLinkClick?: () => void;
2734
2736
  placeholder?: string;
2735
2737
  buttonText?: string;
2736
2738
  defaultValue?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "5.75.0",
3
+ "version": "5.76.1",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "clean": "rimraf dist",