@peculiar/react-components 0.0.2-alpha.231 → 0.0.2-alpha.232
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.
|
@@ -112,7 +112,7 @@ var stylesPopper = function () { return styles_1.css({
|
|
|
112
112
|
}); };
|
|
113
113
|
var stylesListBox = function () { return styles_1.css({
|
|
114
114
|
label: 'SelectPicker-listbox',
|
|
115
|
-
maxHeight: '
|
|
115
|
+
maxHeight: '36vh',
|
|
116
116
|
overflowY: 'auto',
|
|
117
117
|
margin: 0,
|
|
118
118
|
listStyleType: 'none',
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@peculiar/react-components",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.0.2-alpha.
|
|
4
|
+
"version": "0.0.2-alpha.232+9b6898e",
|
|
5
5
|
"author": "PeculiarVentures Team",
|
|
6
6
|
"description": "A simple and customizable component library to build faster, beautiful, and more accessible React applications.",
|
|
7
7
|
"keywords": [
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@emotion/css": "^11.1.3",
|
|
42
|
-
"@peculiar/color": "^0.0.2-alpha.
|
|
42
|
+
"@peculiar/color": "^0.0.2-alpha.232+9b6898e",
|
|
43
43
|
"@popperjs/core": "^2.9.3",
|
|
44
44
|
"@types/react-transition-group": "^4.4.2",
|
|
45
45
|
"copy-to-clipboard": "^3.3.1",
|
|
@@ -79,5 +79,5 @@
|
|
|
79
79
|
"node": ">=12.x"
|
|
80
80
|
},
|
|
81
81
|
"license": "MIT",
|
|
82
|
-
"gitHead": "
|
|
82
|
+
"gitHead": "9b6898eff24c77afb05f3061abc4d667dff81401"
|
|
83
83
|
}
|