@superinterface/react 2.25.2 → 2.25.3

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.d.cts CHANGED
@@ -589,7 +589,7 @@ declare const MarkdownContext: react.Context<{
589
589
  ol: ({ children }: JSX.IntrinsicElements["ul"]) => react_jsx_runtime.JSX.Element;
590
590
  li: ({ children }: JSX.IntrinsicElements["li"]) => react_jsx_runtime.JSX.Element;
591
591
  pre: ({ children }: JSX.IntrinsicElements["pre"]) => react_jsx_runtime.JSX.Element;
592
- code: ({ children }: JSX.IntrinsicElements["code"]) => react_jsx_runtime.JSX.Element;
592
+ code: ({ children, className, }: JSX.IntrinsicElements["code"]) => react_jsx_runtime.JSX.Element;
593
593
  img: (props: JSX.IntrinsicElements["img"]) => react_jsx_runtime.JSX.Element;
594
594
  annotation: ({ annotation, children, }: {
595
595
  annotation: openai_resources_beta_threads_messages.Annotation;
@@ -626,7 +626,7 @@ declare const useMarkdownContext: () => {
626
626
  ol: ({ children }: JSX.IntrinsicElements["ul"]) => react_jsx_runtime.JSX.Element;
627
627
  li: ({ children }: JSX.IntrinsicElements["li"]) => react_jsx_runtime.JSX.Element;
628
628
  pre: ({ children }: JSX.IntrinsicElements["pre"]) => react_jsx_runtime.JSX.Element;
629
- code: ({ children }: JSX.IntrinsicElements["code"]) => react_jsx_runtime.JSX.Element;
629
+ code: ({ children, className, }: JSX.IntrinsicElements["code"]) => react_jsx_runtime.JSX.Element;
630
630
  img: (props: JSX.IntrinsicElements["img"]) => react_jsx_runtime.JSX.Element;
631
631
  annotation: ({ annotation, children, }: {
632
632
  annotation: openai_resources_beta_threads_messages.Annotation;
package/dist/index.d.ts CHANGED
@@ -589,7 +589,7 @@ declare const MarkdownContext: react.Context<{
589
589
  ol: ({ children }: JSX.IntrinsicElements["ul"]) => react_jsx_runtime.JSX.Element;
590
590
  li: ({ children }: JSX.IntrinsicElements["li"]) => react_jsx_runtime.JSX.Element;
591
591
  pre: ({ children }: JSX.IntrinsicElements["pre"]) => react_jsx_runtime.JSX.Element;
592
- code: ({ children }: JSX.IntrinsicElements["code"]) => react_jsx_runtime.JSX.Element;
592
+ code: ({ children, className, }: JSX.IntrinsicElements["code"]) => react_jsx_runtime.JSX.Element;
593
593
  img: (props: JSX.IntrinsicElements["img"]) => react_jsx_runtime.JSX.Element;
594
594
  annotation: ({ annotation, children, }: {
595
595
  annotation: openai_resources_beta_threads_messages.Annotation;
@@ -626,7 +626,7 @@ declare const useMarkdownContext: () => {
626
626
  ol: ({ children }: JSX.IntrinsicElements["ul"]) => react_jsx_runtime.JSX.Element;
627
627
  li: ({ children }: JSX.IntrinsicElements["li"]) => react_jsx_runtime.JSX.Element;
628
628
  pre: ({ children }: JSX.IntrinsicElements["pre"]) => react_jsx_runtime.JSX.Element;
629
- code: ({ children }: JSX.IntrinsicElements["code"]) => react_jsx_runtime.JSX.Element;
629
+ code: ({ children, className, }: JSX.IntrinsicElements["code"]) => react_jsx_runtime.JSX.Element;
630
630
  img: (props: JSX.IntrinsicElements["img"]) => react_jsx_runtime.JSX.Element;
631
631
  annotation: ({ annotation, children, }: {
632
632
  annotation: openai_resources_beta_threads_messages.Annotation;