@integrigo/integrigo-ui 1.6.15 → 1.6.16

Sign up to get free protection for your applications and to get access to all the features.
package/lib/index.d.ts CHANGED
@@ -9,6 +9,7 @@ export {
9
9
  Pill,
10
10
  Typography,
11
11
  Spinner,
12
+ Gradient,
12
13
  } from "./src/components/atoms";
13
14
  export {
14
15
  InfoCard,
@@ -21,5 +22,5 @@ export {
21
22
  Radio,
22
23
  Tile,
23
24
  } from "./src/components/molecules";
24
- export { Menu, Setting } from "./src/components/organisms";
25
+ export { Menu, Setting, Modal } from "./src/components/organisms";
25
26
  export { GlobalStyles as IntegrigoUI, Color } from "./src/styles";