@mindly/ui-components 5.102.7 → 5.103.0-dev.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.
@@ -0,0 +1,7 @@
1
+ type Props = {
2
+ selections: Record<string, string[]>;
3
+ defaults?: Record<string, string>;
4
+ onChange(value: Record<string, string>): void;
5
+ };
6
+ declare const MobilePickerFeature: ({ selections, defaults, onChange, }: Props) => JSX.Element;
7
+ export default MobilePickerFeature;
@@ -0,0 +1 @@
1
+ export { default as MobilePickerFeature } from './MobilePickerFeature';
@@ -90,7 +90,6 @@ export type OnBoardingBaseScreenType = {
90
90
  isPreview?: boolean;
91
91
  isPageView?: boolean;
92
92
  hideTimer?: boolean;
93
- isStartScreen?: boolean;
94
93
  };
95
94
  export type OnBoardingStartScreenType = OnBoardingBaseScreenType & OnBoardingScreenButtonType & OnBoardingScreenSkipButtonType & OnBoardingScreenBgType & OnBoardingScreenDescriptionType & {
96
95
  image?: ResponseFileType | null;
@@ -0,0 +1,2 @@
1
+ declare const _default: () => JSX.Element;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: () => JSX.Element;
2
+ export default _default;
@@ -0,0 +1,4 @@
1
+ import { FC } from 'react';
2
+ import { TestTypeProps } from './types';
3
+ declare const Input: FC<TestTypeProps>;
4
+ export default Input;
@@ -0,0 +1,4 @@
1
+ import { JSX } from '@ionic/core';
2
+ export interface TestTypeProps extends JSX.IonInput {
3
+ custom: string;
4
+ }
@@ -0,0 +1,7 @@
1
+ type Props = {
2
+ selections: Record<string, string[]>;
3
+ defaults?: Record<string, string>;
4
+ onChange(value: Record<string, string>): void;
5
+ };
6
+ declare const MobilePickerFeature: ({ selections, defaults, onChange, }: Props) => JSX.Element;
7
+ export default MobilePickerFeature;
@@ -0,0 +1 @@
1
+ export { default as MobilePickerFeature } from './MobilePickerFeature';
@@ -90,7 +90,6 @@ export type OnBoardingBaseScreenType = {
90
90
  isPreview?: boolean;
91
91
  isPageView?: boolean;
92
92
  hideTimer?: boolean;
93
- isStartScreen?: boolean;
94
93
  };
95
94
  export type OnBoardingStartScreenType = OnBoardingBaseScreenType & OnBoardingScreenButtonType & OnBoardingScreenSkipButtonType & OnBoardingScreenBgType & OnBoardingScreenDescriptionType & {
96
95
  image?: ResponseFileType | null;
@@ -0,0 +1,2 @@
1
+ declare const _default: () => JSX.Element;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: () => JSX.Element;
2
+ export default _default;
@@ -0,0 +1,4 @@
1
+ import { FC } from 'react';
2
+ import { TestTypeProps } from './types';
3
+ declare const Input: FC<TestTypeProps>;
4
+ export default Input;
@@ -0,0 +1,4 @@
1
+ import { JSX } from '@ionic/core';
2
+ export interface TestTypeProps extends JSX.IonInput {
3
+ custom: string;
4
+ }
package/dist/index.d.ts CHANGED
@@ -1572,7 +1572,6 @@ type OnBoardingBaseScreenType = {
1572
1572
  isPreview?: boolean;
1573
1573
  isPageView?: boolean;
1574
1574
  hideTimer?: boolean;
1575
- isStartScreen?: boolean;
1576
1575
  };
1577
1576
  type OnBoardingStartScreenType = OnBoardingBaseScreenType & OnBoardingScreenButtonType & OnBoardingScreenSkipButtonType & OnBoardingScreenBgType & OnBoardingScreenDescriptionType & {
1578
1577
  image?: ResponseFileType | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "5.102.7",
3
+ "version": "5.103.0-dev.1",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "clean": "rimraf dist",
@@ -15,9 +15,10 @@
15
15
  },
16
16
  "dependencies": {
17
17
  "@babel/polyfill": "7.12.1",
18
- "@capacitor/clipboard": "6.0.1",
19
- "@capacitor/haptics": "^6.0.1",
20
- "@capacitor/share": "6.0.2",
18
+ "@capacitor/clipboard": "7.0.1",
19
+ "@capacitor/haptics": "7.0.1",
20
+ "@capacitor/keyboard": "7.0.1",
21
+ "@capacitor/share": "7.0.1",
21
22
  "@fontsource/inter": "5.0.8",
22
23
  "@fontsource/inter-tight": "5.0.12",
23
24
  "@ionic/react": "6.7.5",
@@ -47,9 +48,9 @@
47
48
  },
48
49
  "peerDependencies": {
49
50
  "@babel/polyfill": "7.12.1",
50
- "@capacitor/core": "6.1.2",
51
- "@capacitor/haptics": "^6.0.1",
52
- "@capacitor/keyboard": "^6.0.1",
51
+ "@capacitor/core": "7.4.1",
52
+ "@capacitor/haptics": "7.0.1",
53
+ "@capacitor/keyboard": "7.0.1",
53
54
  "@fontsource/inter": "5.0.8",
54
55
  "@fontsource/inter-tight": "5.0.12",
55
56
  "@ionic/react": "6.7.5",
@@ -96,7 +97,6 @@
96
97
  "@babel/core": "7.22.20",
97
98
  "@babel/plugin-proposal-private-property-in-object": "7.21.11",
98
99
  "@babel/preset-typescript": "7.22.15",
99
- "@capacitor/keyboard": "^6.0.1",
100
100
  "@ionic/lab": "3.2.10",
101
101
  "@rollup/plugin-commonjs": "20.0.0",
102
102
  "@rollup/plugin-image": "2.1.1",