jderobot-ide-interface 0.2.103-beta5 → 0.2.103-beta6

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
  interface StyledFormulaContainerProps {
2
- bg?: string;
3
2
  color?: string;
3
+ bg?: string;
4
4
  }
5
5
  export declare const StyledFormulaContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, StyledFormulaContainerProps>> & string;
6
6
  export {};
@@ -1,4 +1,5 @@
1
1
  export { default as HighlightedSection } from "./HighlightedSection";
2
+ export { default as FormulaSection } from "./FormulaSection";
2
3
  export { default as Code } from "./Code";
3
4
  export { default as TheorySection } from "./Section";
4
5
  export { default as TheorySubsection } from "./Subsection";
@@ -13,4 +14,3 @@ export { default as YoutubeVideo } from "./YoutubeVideo";
13
14
  export { default as Image } from "./Image";
14
15
  export { default as ImageRow } from "./ImageRow";
15
16
  export { default as Link } from "./Link";
16
- export { default as FormulaSection } from "./FormulaSection";