acsi-core 0.1.9 → 0.1.11

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.
@@ -37,4 +37,5 @@ export declare const COLORS: {
37
37
  darkBrandBlueHover: string;
38
38
  brandAccent: string;
39
39
  red: string;
40
+ lightYellow: string;
40
41
  };
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ declare const Info: () => React.JSX.Element;
3
+ export default Info;
@@ -1,2 +1,3 @@
1
1
  export { default as Search } from "./Search";
2
2
  export { default as Close } from "./Close";
3
+ export { default as Info } from "./Info";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "acsi-core",
3
- "version": "0.1.9",
3
+ "version": "0.1.11",
4
4
  "description": "Contains core components && functions for acsi-core project",
5
5
  "author": "brss",
6
6
  "license": "MIT",