@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.cjs +2118 -2111
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +2028 -2021
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
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;
|