@spteck/react-controls-v2 2.0.7 → 2.0.9

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/dist/index.mjs CHANGED
@@ -5378,7 +5378,10 @@ const TypographyControl = (props) => {
5378
5378
  children,
5379
5379
  style,
5380
5380
  className,
5381
- color
5381
+ color,
5382
+ block,
5383
+ truncate: truncate2,
5384
+ wrap
5382
5385
  } = props;
5383
5386
  const typographyStyle = css$1({
5384
5387
  color,
@@ -5400,7 +5403,7 @@ const TypographyControl = (props) => {
5400
5403
  marginRight: marginRight && spacingMap[marginRight] ? spacingMap[marginRight] : marginRight,
5401
5404
  ...style
5402
5405
  });
5403
- return /* @__PURE__ */ jsx$2(Text, { as, className: mergeClasses(className, typographyStyle), children });
5406
+ return /* @__PURE__ */ jsx$2(Text, { as, className: mergeClasses(className, typographyStyle), block, truncate: truncate2, wrap, children });
5404
5407
  };
5405
5408
  const ButtonMenu = (props) => {
5406
5409
  var _a3, _b2;
@@ -25549,7 +25552,8 @@ const AIAssistant = (props) => {
25549
25552
  input: currentInput,
25550
25553
  timezone,
25551
25554
  locale: locale2,
25552
- history: chatHistory.current
25555
+ history: chatHistory.current,
25556
+ mcpServers: openAIConfig == null ? void 0 : openAIConfig.mcpServers
25553
25557
  };
25554
25558
  try {
25555
25559
  await sendRequest(endpoint, payload, void 0, (chunk) => {