@integrigo/integrigo-ui 1.6.6-a → 1.6.7-a

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/lib/index.d.ts +4 -0
  2. package/package.json +1 -1
package/lib/index.d.ts ADDED
@@ -0,0 +1,4 @@
1
+ export { Alert, Avatar, Card, Divider, Icon, Nav, Pill, Typography, Spinner, } from "./src/components/atoms";
2
+ export { InfoCard, Input, TextArea, Button, Checkbox, Dropdown, Profile, Radio, } from "./src/components/molecules";
3
+ export { Menu } from "./src/components/organisms";
4
+ export { GlobalStyles as IntegrigoUI, Color } from "./src/styles";
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "registry": "https://npm.pkg.github.com/integrigo"
5
5
  },
6
- "version": "1.6.6a",
6
+ "version": "1.6.7a",
7
7
  "main": "lib/index.js",
8
8
  "module": "lib/index.esm.js",
9
9
  "types": "lib/index.d.ts",