@particle-network/ui-react 0.0.3 → 0.0.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.
@@ -1,6 +1,6 @@
1
1
  import { jsx } from "react/jsx-runtime";
2
2
  import "react";
3
- import QuestionIcon from "@particle-network/icons/web/QuestionIcon";
3
+ import CircleQuestionIcon from "@particle-network/icons/web/CircleQuestionIcon";
4
4
  import { UXButton, UXTooltip } from "../index.js";
5
5
  const UXHint_UXHint = (props)=>{
6
6
  const { content, children, buttonClassName, iconClassName, ...restProps } = props;
@@ -11,7 +11,7 @@ const UXHint_UXHint = (props)=>{
11
11
  variant: "text",
12
12
  color: "secondary",
13
13
  className: buttonClassName,
14
- children: /*#__PURE__*/ jsx(QuestionIcon, {
14
+ children: /*#__PURE__*/ jsx(CircleQuestionIcon, {
15
15
  size: 12,
16
16
  className: iconClassName
17
17
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@particle-network/ui-react",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {