@haniffalab/cherita-react 0.2.0-dev.2024-09-26.1ea62883 → 0.2.0-dev.2024-09-26.ab815be6

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.
@@ -61,7 +61,15 @@ function SingleSelectionSet(_ref) {
61
61
  children: set.name
62
62
  }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
63
63
  className: "d-flex align-items-center gap-1",
64
- children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_iconsMaterial.List, {}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactBootstrap.Button, {
64
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactBootstrap.OverlayTrigger, {
65
+ placement: "top",
66
+ overlay: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactBootstrap.Tooltip, {
67
+ children: "This set represents the mean value of its features"
68
+ }),
69
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactFontawesome.FontAwesomeIcon, {
70
+ icon: _freeSolidSvgIcons.faCircleInfo
71
+ })
72
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_iconsMaterial.List, {}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactBootstrap.Button, {
65
73
  type: "button",
66
74
  variant: isActive ? "primary" : "outline-primary",
67
75
  className: "m-0 p-0 px-1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haniffalab/cherita-react",
3
- "version": "0.2.0-dev.2024-09-26.1ea62883",
3
+ "version": "0.2.0-dev.2024-09-26.ab815be6",
4
4
  "author": "",
5
5
  "license": "",
6
6
  "main": "dist/index.js",
@@ -85,5 +85,5 @@
85
85
  "url": "https://github.com/haniffalab/cherita-react/issues"
86
86
  },
87
87
  "homepage": "https://github.com/haniffalab/cherita-react#readme",
88
- "prereleaseSha": "1ea628835d7acdea1f92e6058e59a72092d535c4"
88
+ "prereleaseSha": "ab815be62c422652e267b3d601e0a9e92dcda4b6"
89
89
  }