@scaleflex/ui-tw 0.0.133 → 0.0.134

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scaleflex/ui-tw",
3
- "version": "0.0.133",
3
+ "version": "0.0.134",
4
4
  "author": "scaleflex",
5
5
  "repository": "github:scaleflex/ui",
6
6
  "homepage": "https://github.com/scaleflex/ui/blob/master/README.md",
@@ -28,7 +28,7 @@
28
28
  "@radix-ui/react-switch": "^1.0.1",
29
29
  "@radix-ui/react-tabs": "^1.1.13",
30
30
  "@radix-ui/react-tooltip": "^1.2.6",
31
- "@scaleflex/icons-tw": "^0.0.133",
31
+ "@scaleflex/icons-tw": "^0.0.134",
32
32
  "@tanstack/react-table": "^8.21.3",
33
33
  "@types/lodash.merge": "^4.6.9",
34
34
  "class-variance-authority": "^0.7.1",
@@ -118,7 +118,7 @@ export function Selector(_ref) {
118
118
  }), showGroupSeparator && groupIndex !== options.length - 1 && /*#__PURE__*/React.createElement(SelectSeparator, null));
119
119
  }
120
120
  return /*#__PURE__*/React.createElement(SelectGroup, {
121
- key: "default"
121
+ key: groupIndex
122
122
  }, /*#__PURE__*/React.createElement(SelectItem, {
123
123
  value: option.value,
124
124
  disabled: option.disabled,