@eclass/ui-kit 1.11.3 → 1.11.6

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@eclass/ui-kit",
3
3
  "description": "Elementos UI transversales eClass",
4
- "version": "1.11.3",
4
+ "version": "1.11.6",
5
5
  "files": [
6
6
  "dist"
7
7
  ],
@@ -1,6 +0,0 @@
1
- /// <reference types="react" />
2
- import { BaseProps } from './Base';
3
- export declare function VerticalLine(props: BaseProps): JSX.Element;
4
- export declare namespace VerticalLine {
5
- var displayName: string;
6
- }