summit-registration-lite 3.0.4 → 3.0.5

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.
Files changed (2) hide show
  1. package/dist/index.js +3 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1252,6 +1252,9 @@ const LawPayForm = ({
1252
1252
  color: 'var(--color_text_dark)',
1253
1253
  zIndex: '100'
1254
1254
  }),
1255
+ menuList: provided => lawpay_form_objectSpread(lawpay_form_objectSpread({}, provided), {}, {
1256
+ maxHeight: 160
1257
+ }),
1255
1258
  singleValue: (provided, state) => {
1256
1259
  const opacity = state.isDisabled ? 0.5 : 1;
1257
1260
  const transition = 'opacity 300ms';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "summit-registration-lite",
3
- "version": "3.0.4",
3
+ "version": "3.0.5",
4
4
  "description": "Summit Registration Lite",
5
5
  "main": "index.js",
6
6
  "scripts": {