@agility/plenum-ui 2.0.0-rc10 → 2.0.0-rc11

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.
@@ -1,3 +1,3 @@
1
1
  import AnimatedLabelInput, { IAnimatedLabelInputProps } from "./AnimatedLabelInput";
2
- export default AnimatedLabelInput;
3
2
  export type { IAnimatedLabelInputProps };
3
+ export default AnimatedLabelInput;
@@ -1,3 +1,3 @@
1
1
  import EmptySectionPlaceholder, { IEmptySectionPlaceholderProps } from "./EmptySectionPlaceholder";
2
- export default EmptySectionPlaceholder;
3
2
  export type { IEmptySectionPlaceholderProps };
3
+ export default EmptySectionPlaceholder;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agility/plenum-ui",
3
- "version": "2.0.0-rc10",
3
+ "version": "2.0.0-rc11",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -1,3 +1,2 @@
1
-
2
- export { default } from './Tabs';
3
- export * from './Tabs';
1
+ export * from "./Tabs"
2
+ export { default } from "./Tabs"
@@ -1,3 +1,3 @@
1
1
  import AnimatedLabelInput, { IAnimatedLabelInputProps } from "./AnimatedLabelInput"
2
- export default AnimatedLabelInput
3
2
  export type { IAnimatedLabelInputProps }
3
+ export default AnimatedLabelInput
@@ -1,3 +1,4 @@
1
1
  import EmptySectionPlaceholder, { IEmptySectionPlaceholderProps } from "./EmptySectionPlaceholder"
2
- export default EmptySectionPlaceholder
2
+
3
3
  export type { IEmptySectionPlaceholderProps }
4
+ export default EmptySectionPlaceholder