@mindly/ui-components 5.103.0-dev.3 → 5.103.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "5.103.0-dev.3",
3
+ "version": "5.103.0",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "clean": "rimraf dist",
@@ -15,10 +15,9 @@
15
15
  },
16
16
  "dependencies": {
17
17
  "@babel/polyfill": "7.12.1",
18
- "@capacitor/clipboard": "7.0.1",
19
- "@capacitor/haptics": "7.0.1",
20
- "@capacitor/keyboard": "7.0.1",
21
- "@capacitor/share": "7.0.1",
18
+ "@capacitor/clipboard": "6.0.1",
19
+ "@capacitor/haptics": "^6.0.1",
20
+ "@capacitor/share": "6.0.2",
22
21
  "@fontsource/inter": "5.0.8",
23
22
  "@fontsource/inter-tight": "5.0.12",
24
23
  "@ionic/react": "6.7.5",
@@ -48,9 +47,9 @@
48
47
  },
49
48
  "peerDependencies": {
50
49
  "@babel/polyfill": "7.12.1",
51
- "@capacitor/core": "7.4.1",
52
- "@capacitor/haptics": "7.0.1",
53
- "@capacitor/keyboard": "7.0.1",
50
+ "@capacitor/core": "6.1.2",
51
+ "@capacitor/haptics": "^6.0.1",
52
+ "@capacitor/keyboard": "^6.0.1",
54
53
  "@fontsource/inter": "5.0.8",
55
54
  "@fontsource/inter-tight": "5.0.12",
56
55
  "@ionic/react": "6.7.5",
@@ -97,6 +96,7 @@
97
96
  "@babel/core": "7.22.20",
98
97
  "@babel/plugin-proposal-private-property-in-object": "7.21.11",
99
98
  "@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",
@@ -1,7 +0,0 @@
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;
@@ -1 +0,0 @@
1
- export { default as MobilePickerFeature } from './MobilePickerFeature';
@@ -1,2 +0,0 @@
1
- declare const _default: () => JSX.Element;
2
- export default _default;
@@ -1,2 +0,0 @@
1
- declare const _default: () => JSX.Element;
2
- export default _default;
@@ -1,4 +0,0 @@
1
- import { FC } from 'react';
2
- import { TestTypeProps } from './types';
3
- declare const Input: FC<TestTypeProps>;
4
- export default Input;
@@ -1,4 +0,0 @@
1
- import { JSX } from '@ionic/core';
2
- export interface TestTypeProps extends JSX.IonInput {
3
- custom: string;
4
- }
@@ -1,7 +0,0 @@
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;
@@ -1 +0,0 @@
1
- export { default as MobilePickerFeature } from './MobilePickerFeature';
@@ -1,2 +0,0 @@
1
- declare const _default: () => JSX.Element;
2
- export default _default;
@@ -1,2 +0,0 @@
1
- declare const _default: () => JSX.Element;
2
- export default _default;
@@ -1,4 +0,0 @@
1
- import { FC } from 'react';
2
- import { TestTypeProps } from './types';
3
- declare const Input: FC<TestTypeProps>;
4
- export default Input;
@@ -1,4 +0,0 @@
1
- import { JSX } from '@ionic/core';
2
- export interface TestTypeProps extends JSX.IonInput {
3
- custom: string;
4
- }