impact-ui 4.0.6-tableV36.1 → 4.0.6-tableV36.2

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,9 +1,8 @@
1
1
  import { jsxs, jsx } from "react/jsx-runtime";
2
2
  import { useState, useRef, useCallback, useEffect } from "react";
3
- import { getAssetUrl } from "../../utils/assetBase.js";
4
3
  import { Button } from "../Button/index.js";
4
+ import default_1 from "../../node_modules/@mui/icons-material/North.js";
5
5
  import { MentionEditor } from "../common/MentionEditor/index.js";
6
- const ChatBotSendIcon = (props) => /* @__PURE__ */ jsx("img", { alt: "", src: getAssetUrl("icons/comment-send.svg"), ...props });
7
6
  const extractMentionedUsers = (editorJSON) => {
8
7
  const mentionedUsers = [];
9
8
  const traverseNodes = (node) => {
@@ -192,7 +191,7 @@ const NoComments = ({
192
191
  Button,
193
192
  {
194
193
  disabled: isLoading || !inputValue.replace(/<[^>]*>/g, "").replace(/&nbsp;/g, " ").trim(),
195
- icon: /* @__PURE__ */ jsx(ChatBotSendIcon, {}),
194
+ icon: /* @__PURE__ */ jsx(default_1, {}),
196
195
  size: "small",
197
196
  style: { display: "flex" },
198
197
  variant: "primary",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": 1,
3
- "generatedAt": "2026-08-25T13:25:54.206Z",
3
+ "generatedAt": "2026-08-26T09:20:10.804Z",
4
4
  "components": {
5
5
  "Menu": {
6
6
  "title": "Components/Menu",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impact-ui",
3
- "version": "4.0.6-tableV36.1",
3
+ "version": "4.0.6-tableV36.2",
4
4
  "description": "Impact Analytics UI library",
5
5
  "type": "module",
6
6
  "main": "./dist/components/index.js",