@pingux/astro 1.38.0-alpha.2 → 1.38.0-alpha.4

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.
@@ -451,7 +451,8 @@ ComboBoxField.defaultProps = {
451
451
  direction: 'bottom',
452
452
  scrollBoxProps: {
453
453
  maxHeight: '300px'
454
- }
454
+ },
455
+ defaultItems: []
455
456
  };
456
457
  ComboBoxField.displayName = 'ComboBoxField';
457
458
  var _default = ComboBoxField;
@@ -404,7 +404,8 @@ ComboBoxField.defaultProps = {
404
404
  direction: 'bottom',
405
405
  scrollBoxProps: {
406
406
  maxHeight: '300px'
407
- }
407
+ },
408
+ defaultItems: []
408
409
  };
409
410
  ComboBoxField.displayName = 'ComboBoxField';
410
411
  export default ComboBoxField;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "1.38.0-alpha.2",
3
+ "version": "1.38.0-alpha.4",
4
4
  "description": "PingUX themeable React component library",
5
5
  "repository": {
6
6
  "type": "git",