heroes-of-chess-components 0.6.28 → 0.6.29

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.
@@ -40,5 +40,5 @@ import HInput from "./HInput/HInput";
40
40
  import { HNews } from "./HNews/HNews";
41
41
  import { HNewsItem } from "./HNewsItem/HNewsItem";
42
42
  import { ErrorBoundary, ErrorScreen, ErrorTester } from "./HErrorBoundary";
43
- import HTrafficLight from "./HTrafficLight/HTrafficLight";
43
+ import HTrafficLight from "./HTrafficLight/HTrafficLight.tsx";
44
44
  export { HBackground, HBlackBack, HBox, HButton, HCalendar, HCalendarStyled, HDropdown, HInput, HRadio, HSearchInput, HTitle, HTabs, HCoinLabel, HCardLayout, HModal, HModalSecurityCode, HPopUpContainer, HPopUp, HCircularButton, HCircularTextButton, HToggleButton, HLoaderSpinner, HLogin, HPagination, HText, HInputArea, HVideoPlayerReact, HAccordion, HSlider, ClientMyReservationsComponent, ClientCalendarComponent, HModalData, HScoreBar, HProgressBar, HLevelUpAnimation, HToggleButtonCustom, HInitBackgroundAnimation, HTable, HNews, HNewsItem, HTrafficLight, ErrorBoundary, ErrorScreen, ErrorTester };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "heroes-of-chess-components",
3
- "version": "0.6.28",
3
+ "version": "0.6.29",
4
4
  "description": "Reusable React Components for Heroes of Chess Apps",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",