cecomponent 2.0.49 → 2.0.52
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
CHANGED
|
@@ -35,7 +35,7 @@ export { default as CEUserInfo } from './components/Common/Header/UserInfo';
|
|
|
35
35
|
export { default as CEInputBox } from './components/Common/InputBox/CEInputTextBox';
|
|
36
36
|
export { default as CEInputDropDown } from './components/Common/InputDropDown/InputDropDown';
|
|
37
37
|
export { default as CELinearProgressBar } from './components/Common/LinearProgressBar/LinearBar';
|
|
38
|
-
export { default as CEMenuBar } from './components/Common/Menu/
|
|
38
|
+
export { default as CEMenuBar } from './components/Common/Menu/CEMenubar';
|
|
39
39
|
export { default as CEPagination } from './components/Common/Pagination/CEPagination';
|
|
40
40
|
export { default as CERadioGroup } from './components/Common/RadioButton/CERadioButtonGroup';
|
|
41
41
|
export { default as CERadioButton } from './components/Common/RadioButton/CERadioButton';
|
package/package.json
CHANGED
|
File without changes
|