@elicecontents/content-ui 1.0.12-rc.1 → 1.0.13

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,4 +1,3 @@
1
- export { default as BaseInput } from './base-input/BaseInput.js';
2
1
  export { default as EliceAIFeedback } from './AI-feedback/AIFeedback.js';
3
2
  export { default as EliceBadge } from './badge/Badge.js';
4
3
  export { default as EliceButton } from './button/Button.js';
@@ -16,6 +15,7 @@ export { default as EliceTooltip } from './tooltip/Tooltip.js';
16
15
  export { default as AIDTTypography } from './AIDTTypography/AIDTTypography.js';
17
16
  export { default as EliceImage } from './AdaptiveImage/AdaptiveImage.js';
18
17
  export { default as EliceSubButton } from './subtitle-button/SubtitleButton.js';
18
+ export { default as BaseInput } from './base-input/BaseInput.js';
19
19
  export { default as EliceModal } from './Modal/Modal.js';
20
20
  export { default as EliceRecorderChat } from './recorder-chat/RecorderChat.js';
21
21
  export { default as EliceVideoPlayer } from './video/VideoPlayer.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elicecontents/content-ui",
3
- "version": "1.0.12-rc.1",
3
+ "version": "1.0.13",
4
4
  "description": "A set of UI components for creating content of Elice",
5
5
  "author": "Elice <contact@elice.io>",
6
6
  "license": "UNLICENSED",