@gataca/design-system 0.2.34 → 0.2.35

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.
@@ -14,6 +14,7 @@ export { default as Avatar } from './native/Avatars/Avatar/index.native';
14
14
  export { default as AvatarGroup } from './native/Avatars/AvatarGroup/index.native';
15
15
  export { default as TopAppBar } from './native/TopAppBar/TopAppBar/index.native';
16
16
  export { default as ListMetaContainer } from './native/Lists/ListMetaContainer/index.native';
17
+ export { default as ListItem } from './native/Lists/ListItem/index.native';
17
18
  export { default as CheckIcon } from './native/Icons/icons/check';
18
19
  export { default as InfoIcon } from './native/Icons/icons/info';
19
20
  export { default as ChevronDownIcon } from './native/Icons/icons/chevronDown';
@@ -12,6 +12,7 @@ export { default as Indicator } from './web/Indicator/Indicator/index.web';
12
12
  export { default as Avatar } from './web/Avatars/Avatar/index.web';
13
13
  export { default as AvatarGroup } from './web/Avatars/AvatarGroup/index.web';
14
14
  export { default as ListMetaContainer } from './web/Lists/ListMetaContainer/index.web';
15
+ export { default as ListItem } from './web/Lists/ListItem/index.web';
15
16
  export { default as CheckIcon } from './web/Icons/icons/check';
16
17
  export { default as InfoIcon } from './web/Icons/icons/info';
17
18
  export { default as ChevronDownIcon } from './web/Icons/icons/chevronDown';