@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.
- package/dist/index.d.ts +2 -2
- package/dist/index.js.map +2 -2
- package/dist/types/stories/organisms/AnimatedLabelInput/index.d.ts +1 -1
- package/dist/types/stories/organisms/EmptySectionPlaceholder/index.d.ts +1 -1
- package/package.json +1 -1
- package/stories/molecules/tabs/index.tsx +2 -3
- package/stories/organisms/AnimatedLabelInput/index.tsx +1 -1
- package/stories/organisms/EmptySectionPlaceholder/index.tsx +2 -1
package/dist/index.d.ts
CHANGED
|
@@ -878,8 +878,8 @@ declare module '@agility/plenum-ui/stories/organisms/AnimatedLabelInput/Animated
|
|
|
878
878
|
}
|
|
879
879
|
declare module '@agility/plenum-ui/stories/organisms/AnimatedLabelInput/index' {
|
|
880
880
|
import AnimatedLabelInput, { IAnimatedLabelInputProps } from "@agility/plenum-ui/stories/organisms/AnimatedLabelInput/AnimatedLabelInput";
|
|
881
|
-
export default AnimatedLabelInput;
|
|
882
881
|
export type { IAnimatedLabelInputProps };
|
|
882
|
+
export default AnimatedLabelInput;
|
|
883
883
|
|
|
884
884
|
}
|
|
885
885
|
declare module '@agility/plenum-ui/stories/organisms/ButtonDropdown/ButtonDropdown' {
|
|
@@ -981,8 +981,8 @@ declare module '@agility/plenum-ui/stories/organisms/EmptySectionPlaceholder/Emp
|
|
|
981
981
|
}
|
|
982
982
|
declare module '@agility/plenum-ui/stories/organisms/EmptySectionPlaceholder/index' {
|
|
983
983
|
import EmptySectionPlaceholder, { IEmptySectionPlaceholderProps } from "@agility/plenum-ui/stories/organisms/EmptySectionPlaceholder/EmptySectionPlaceholder";
|
|
984
|
-
export default EmptySectionPlaceholder;
|
|
985
984
|
export type { IEmptySectionPlaceholderProps };
|
|
985
|
+
export default EmptySectionPlaceholder;
|
|
986
986
|
|
|
987
987
|
}
|
|
988
988
|
declare module '@agility/plenum-ui/stories/organisms/FormInputWithAddons/FormInputWithAddons' {
|