@granto-umbrella/umbrella-components 2.3.21 → 2.3.22

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@granto-umbrella/umbrella-components",
3
- "version": "2.3.21",
3
+ "version": "2.3.22",
4
4
  "description": "Umbrella Components for React",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
package/src/index.ts CHANGED
@@ -17,6 +17,7 @@ import Icon from "./components/atoms/Icon";
17
17
  import Input from "./components/atoms/Input";
18
18
  import { Label } from "./components/atoms/Label/Label";
19
19
  import RadioButton from "./components/atoms/RadioButton/RadioButton";
20
+ import Pill from "./components/atoms/Pill/Pill";
20
21
  import Select from "./components/atoms/Select";
21
22
  import Switch from "./components/atoms/Switch/Switch";
22
23
  import Text from "./components/atoms/Text";
@@ -80,6 +81,7 @@ export {
80
81
  Icon,
81
82
  Input,
82
83
  Label,
84
+ Pill,
83
85
  Popover,
84
86
  PopoverContent,
85
87
  PopoverTrigger,