@bitrise/bitkit 9.37.1-alpha-react18.1 → 9.38.2-alpha-chakra.1

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/src/old.ts CHANGED
@@ -15,6 +15,10 @@ export { default as AddonBeamLink } from './Old/AddonBeam/AddonBeamLink';
15
15
  export type { Props as AddonFooterProps } from './Old/AddonFooter/AddonFooter';
16
16
  export { default as AddonFooter } from './Old/AddonFooter/AddonFooter';
17
17
 
18
+ export type { Props as AppearProps } from './Old/Appear/Appear';
19
+ export type { TypeAppearAnimationName } from './Old/Appear/Appear';
20
+ export { default as Appear } from './Old/Appear/Appear';
21
+
18
22
  export type { Props as AppLayoutProps } from './Old/AppLayout/AppLayout';
19
23
  export { default as AppLayout } from './Old/AppLayout/AppLayout';
20
24
 
@@ -96,12 +100,6 @@ export { default as InputInlineHelp } from './Old/Input/InputInlineHelp';
96
100
  export type { Props as InputLabelProps } from './Old/Input/InputLabel';
97
101
  export { default as InputLabel } from './Old/Input/InputLabel';
98
102
 
99
- export type { Props as ListProps } from './Old/List/List';
100
- export { default as List } from './Old/List/List';
101
-
102
- export type { Props as ListItemProps } from './Old/List/ListItem';
103
- export { default as ListItem } from './Old/List/ListItem';
104
-
105
103
  export type { Props as LogoProps } from './Old/Logo/Logo';
106
104
  export { default as Logo } from './Old/Logo/Logo';
107
105
 
package/src/theme.ts CHANGED
@@ -7,6 +7,7 @@ import Dialog from './Components/Dialog/Dialog.theme';
7
7
  import Divider from './Components/Divider/Divider.theme';
8
8
  import EmptyState from './Components/EmptyState/EmptyState.theme';
9
9
  import Link from './Components/Link/Link.theme';
10
+ import List from './Components/List/List.theme';
10
11
  import Menu from './Components/Menu/Menu.theme';
11
12
  import Select from './Components/Select/Select.theme';
12
13
  import Tabs from './Components/Tabs/Tabs.theme';
@@ -68,6 +69,7 @@ const theme = {
68
69
  Divider,
69
70
  EmptyState,
70
71
  Link,
72
+ List,
71
73
  Menu,
72
74
  Modal: Dialog,
73
75
  Select,