venice-ui 3.0.29 → 3.0.30

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.
@@ -46,7 +46,7 @@ const updateParentSelection = (items, itemID) => {
46
46
  }
47
47
  return found;
48
48
  };
49
- const List = ({ theme, themeVariant = 'default', items, handleChange, handleSelect, isCheckbox, selected, isCollapsable, isStatusable, isSelectable = false, haveMoreOptions, levelActions = [], }) => {
49
+ const List = ({ theme, themeVariant = 'default', items, handleChange, handleSelect, isCheckbox, selected, isCollapsable, isStatusable, isSelectable = true, haveMoreOptions, levelActions = [], }) => {
50
50
  const resolvedThemeData = (0, config_1.resolveThemeWithComponentsConfig)({
51
51
  theme,
52
52
  themeVariant,
@@ -40,7 +40,7 @@ const updateParentSelection = (items, itemID) => {
40
40
  }
41
41
  return found;
42
42
  };
43
- export const List = ({ theme, themeVariant = 'default', items, handleChange, handleSelect, isCheckbox, selected, isCollapsable, isStatusable, isSelectable = false, haveMoreOptions, levelActions = [], }) => {
43
+ export const List = ({ theme, themeVariant = 'default', items, handleChange, handleSelect, isCheckbox, selected, isCollapsable, isStatusable, isSelectable = true, haveMoreOptions, levelActions = [], }) => {
44
44
  const resolvedThemeData = resolveThemeWithComponentsConfig({
45
45
  theme,
46
46
  themeVariant,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "venice-ui",
3
- "version": "3.0.29",
3
+ "version": "3.0.30",
4
4
  "description": "Component library",
5
5
  "main": "index.js",
6
6
  "module": "./dist/esm/index.js",