@topconsultnpm/sdkui-react-beta 6.6.5 → 6.6.7
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,5 +1,5 @@
|
|
|
1
1
|
export { default as ShowAlert } from './base/TMAlert';
|
|
2
|
-
export
|
|
2
|
+
export { default as TMButton, TMButtonNew } from './base/TMButton';
|
|
3
3
|
export { default as TMClosableList } from './base/TMClosableList';
|
|
4
4
|
export * from './base/TMContextMenu';
|
|
5
5
|
export { default as TMDropDownMenu } from './base/TMDropDownMenu';
|
package/lib/components/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// base
|
|
2
2
|
// export { default as TMAbortBox } from './base/TMAbortBox'
|
|
3
3
|
export { default as ShowAlert } from './base/TMAlert';
|
|
4
|
-
export
|
|
4
|
+
export { default as TMButton, TMButtonNew } from './base/TMButton';
|
|
5
5
|
export { default as TMClosableList } from './base/TMClosableList';
|
|
6
6
|
export * from './base/TMContextMenu';
|
|
7
7
|
export { default as TMDropDownMenu } from './base/TMDropDownMenu';
|