@nextelco/common-ui 1.7.130 → 1.7.131

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.
@@ -18,3 +18,4 @@ export { default as IconButton } from '../components/atoms/Button/variants/IconB
18
18
  export { default as TabButton } from '../components/atoms/Button/variants/TabButton';
19
19
  export { default as MainButton } from '../components/atoms/Button/variants/MainButton';
20
20
  export { default as Stack } from '../components/atoms/Stack/Stack';
21
+ export { default as Tooltip } from '../components/atoms/Tooltip/Tooltip';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nextelco/common-ui",
3
- "version": "1.7.130",
3
+ "version": "1.7.131",
4
4
  "description": "",
5
5
  "main": "dist/bundle.js",
6
6
  "types": "dist/types/index.d.ts",