@alto-avios/alto-ui 3.4.0-alpha.8 → 3.4.0-alpha.9

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.
@@ -16,6 +16,8 @@ export { default as CalloutBanner } from './CalloutBanner';
16
16
  export type * from './CalloutBanner';
17
17
  export { default as CardSection } from './CardSection';
18
18
  export type * from './CardSection';
19
+ export { default as Carousel } from './Carousel';
20
+ export type * from './Carousel';
19
21
  export { default as Checkbox } from './Checkbox';
20
22
  export type * from './Checkbox';
21
23
  export { default as CheckboxGroup } from './CheckboxGroup';
@@ -8,6 +8,7 @@ import { Button } from "./Button/Button.js";
8
8
  import { ButtonGroup } from "./ButtonGroup/ButtonGroup.js";
9
9
  import { CalloutBanner } from "./CalloutBanner/CalloutBanner.js";
10
10
  import { default as default2 } from "./CardSection/CardSection.js";
11
+ import { Carousel } from "./Carousel/Carousel.js";
11
12
  import { Checkbox } from "./Checkbox/Checkbox.js";
12
13
  import { CheckboxGroup } from "./CheckboxGroup/CheckboxGroup.js";
13
14
  import { ComboBox } from "./ComboBox/ComboBox.js";
@@ -70,6 +71,7 @@ export {
70
71
  ButtonGroup,
71
72
  CalloutBanner,
72
73
  default2 as CardSection,
74
+ Carousel,
73
75
  Checkbox,
74
76
  CheckboxGroup,
75
77
  ComboBox,
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
package/dist/index.js CHANGED
@@ -8,6 +8,7 @@ import { Button } from "./components/Button/Button.js";
8
8
  import { ButtonGroup } from "./components/ButtonGroup/ButtonGroup.js";
9
9
  import { CalloutBanner } from "./components/CalloutBanner/CalloutBanner.js";
10
10
  import { default as default2 } from "./components/CardSection/CardSection.js";
11
+ import { Carousel } from "./components/Carousel/Carousel.js";
11
12
  import { Checkbox } from "./components/Checkbox/Checkbox.js";
12
13
  import { CheckboxGroup } from "./components/CheckboxGroup/CheckboxGroup.js";
13
14
  import { ComboBox } from "./components/ComboBox/ComboBox.js";
@@ -70,6 +71,7 @@ export {
70
71
  ButtonGroup,
71
72
  CalloutBanner,
72
73
  default2 as CardSection,
74
+ Carousel,
73
75
  Checkbox,
74
76
  CheckboxGroup,
75
77
  ComboBox,
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alto-avios/alto-ui",
3
- "version": "3.4.0-alpha.8",
3
+ "version": "3.4.0-alpha.9",
4
4
  "description": "A react component library for Alto Design System",
5
5
  "author": {
6
6
  "name": "Ian Caldwell IAGL",