@scaleflex/ui-tw 0.0.63 → 0.0.64

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.
@@ -266,7 +266,7 @@ export function ComboboxContent(_ref4) {
266
266
  }), showGroupSeparator && groupIndex !== options.length - 1 && /*#__PURE__*/React.createElement(SelectSeparator, null));
267
267
  }
268
268
  return /*#__PURE__*/React.createElement(CommandGroup, {
269
- key: "default"
269
+ key: groupIndex
270
270
  }, /*#__PURE__*/React.createElement(CommandItem, {
271
271
  size: size,
272
272
  multiple: multiple,
@@ -356,7 +356,7 @@ export function ComboboxCheckboxContent(_ref6) {
356
356
  }), showGroupSeparator && groupIndex !== options.length - 1 && /*#__PURE__*/React.createElement(SelectSeparator, null));
357
357
  }
358
358
  return /*#__PURE__*/React.createElement(CommandGroup, {
359
- key: "default"
359
+ key: groupIndex
360
360
  }, /*#__PURE__*/React.createElement(CommandCheckboxItem, {
361
361
  size: size,
362
362
  disabled: option.disabled,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scaleflex/ui-tw",
3
- "version": "0.0.63",
3
+ "version": "0.0.64",
4
4
  "author": "scaleflex",
5
5
  "repository": "github:scaleflex/ui",
6
6
  "homepage": "https://github.com/scaleflex/ui/blob/master/README.md",
@@ -23,7 +23,7 @@
23
23
  "@radix-ui/react-slot": "^1.1.2",
24
24
  "@radix-ui/react-switch": "^1.0.1",
25
25
  "@radix-ui/react-tooltip": "^1.2.6",
26
- "@scaleflex/icons-tw": "^0.0.63",
26
+ "@scaleflex/icons-tw": "^0.0.64",
27
27
  "@tanstack/react-table": "^8.21.3",
28
28
  "@types/lodash.merge": "^4.6.9",
29
29
  "class-variance-authority": "^0.7.1",