@mindly/ui-components 8.2.35 → 8.2.36
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.
|
@@ -1,9 +1,10 @@
|
|
|
1
|
+
import './DrumListPicker.module.css';
|
|
1
2
|
type SelectionType = {
|
|
2
3
|
value: any;
|
|
3
4
|
label: string;
|
|
4
5
|
};
|
|
5
6
|
type Props = {
|
|
6
|
-
height?: number
|
|
7
|
+
height?: number;
|
|
7
8
|
selections: Record<string, SelectionType[]>;
|
|
8
9
|
defaults?: Record<string, string>;
|
|
9
10
|
onChange(value: Record<string, SelectionType>): void;
|
package/dist/index.d.ts
CHANGED
|
@@ -1749,7 +1749,7 @@ type SelectionType$1 = {
|
|
|
1749
1749
|
label: string;
|
|
1750
1750
|
};
|
|
1751
1751
|
type Props$9 = {
|
|
1752
|
-
height?: number
|
|
1752
|
+
height?: number;
|
|
1753
1753
|
selections: Record<string, SelectionType$1[]>;
|
|
1754
1754
|
defaults?: Record<string, string>;
|
|
1755
1755
|
onChange(value: Record<string, SelectionType$1>): void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mindly/ui-components",
|
|
3
|
-
"version": "8.2.
|
|
3
|
+
"version": "8.2.36",
|
|
4
4
|
"private": false,
|
|
5
5
|
"scripts": {
|
|
6
6
|
"clean": "rimraf dist",
|
|
@@ -41,7 +41,6 @@
|
|
|
41
41
|
"react-dom": "^19.2.3",
|
|
42
42
|
"react-i18next": "^13.5.0",
|
|
43
43
|
"react-intersection-observer": "9.5.3",
|
|
44
|
-
"react-mobile-picker": "^1.2.0",
|
|
45
44
|
"react-photo-view": "1.2.4",
|
|
46
45
|
"react-rating": "^2.0.5",
|
|
47
46
|
"react-slick": "^0.31.0",
|