ripal-ui 1.1.0 → 1.1.2

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/elements/index.js CHANGED
@@ -1,4 +1,5 @@
1
1
  export { default as Button } from './Button';
2
+ export { default as ColorPicker } from './ColorPicker';
2
3
  export { Dialog, DialogActions } from './Dialog';
3
4
  export { default as Dropdown } from './Dropdown';
4
5
  export { default as Inline } from './Inline';
@@ -6,6 +7,7 @@ export { default as Input } from './Input';
6
7
  export { default as ProgressBar } from './ProgressBar';
7
8
  export { default as Separator } from './Separator';
8
9
  export { default as Skeleton } from './Skeleton';
10
+ export { default as Slider } from './Slider';
9
11
  export { default as Switch } from './Switch';
10
12
  export { default as Text } from './Text';
11
13
  export { default as Toast } from './Toast';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ripal-ui",
3
- "version": "1.1.0",
3
+ "version": "1.1.02",
4
4
  "description": "A collection of React elements and components",
5
5
  "main": "index.js",
6
6
  "scripts": {