@julseb-lib/react 0.1.45 → 0.1.47

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.
@@ -1088,11 +1088,11 @@ type ILibPageLayout = PageLayoutWithWrapper | PageLayoutWithoutWrapper;
1088
1088
  interface ILibSrOnly extends Pick<LibComponentBase<HTMLDivElement>, "ref" | "element" | "children"> {
1089
1089
  }
1090
1090
 
1091
- interface ILibCodeContainer extends Omit<HighlightProps, "children" | "code"> {
1091
+ interface ILibCodeContainer extends Omit<HighlightProps, "children" | "code" | "language"> {
1092
1092
  children?: string;
1093
1093
  code?: never;
1094
1094
  showNumbers?: boolean;
1095
- language: string;
1095
+ language?: string;
1096
1096
  }
1097
1097
 
1098
1098
  export type { ILibAccordion, ILibAccordionItem, ILibAlert, ILibAside, ILibAutocomplete, ILibAvatar, ILibBackToTop, ILibBadge, ILibBreadcrumbs, ILibBurger, ILibButton, ILibButtonGroup, ILibButtonIcon, ILibCodeContainer, ILibCover, ILibDragList, ILibDragListItem, ILibDrawer, ILibDropdown, ILibDropdownItem, ILibFade, ILibFieldset, ILibFlexbox, ILibFooter, ILibForm, ILibGrid, ILibHeader, ILibHighlight, ILibHr, ILibImage, ILibInput, ILibInputCheck, ILibInputContainer, ILibInputCounter, ILibInputImage, ILibInputPhone, ILibInputPin, ILibInputSlider, ILibKey, ILibLinkify, ILibListGroup, ILibListGroupItem, ILibListGroupTitle, ILibLoader, ILibMain, ILibMarkdownContainer, ILibMarkdownEditor, ILibMasonry, ILibMeta, ILibModal, ILibPageLayout, ILibPageLoading, ILibPagination, ILibPaginationButton, ILibPaginator, ILibProgressBar, ILibProgressCircle, ILibRating, ILibSection, ILibSelect, ILibSkeleton, ILibSkeletonCard, ILibSkeletonShine, ILibSlideshow, ILibSrOnly, ILibSticky, ILibTabContent, ILibTable, ILibTabs, ILibTabsButton, ILibTabsButtonsContainer, ILibTabsContainer, ILibTag, ILibText, ILibToast, ILibTooltip, ILibWrapper };
@@ -1088,11 +1088,11 @@ type ILibPageLayout = PageLayoutWithWrapper | PageLayoutWithoutWrapper;
1088
1088
  interface ILibSrOnly extends Pick<LibComponentBase<HTMLDivElement>, "ref" | "element" | "children"> {
1089
1089
  }
1090
1090
 
1091
- interface ILibCodeContainer extends Omit<HighlightProps, "children" | "code"> {
1091
+ interface ILibCodeContainer extends Omit<HighlightProps, "children" | "code" | "language"> {
1092
1092
  children?: string;
1093
1093
  code?: never;
1094
1094
  showNumbers?: boolean;
1095
- language: string;
1095
+ language?: string;
1096
1096
  }
1097
1097
 
1098
1098
  export type { ILibAccordion, ILibAccordionItem, ILibAlert, ILibAside, ILibAutocomplete, ILibAvatar, ILibBackToTop, ILibBadge, ILibBreadcrumbs, ILibBurger, ILibButton, ILibButtonGroup, ILibButtonIcon, ILibCodeContainer, ILibCover, ILibDragList, ILibDragListItem, ILibDrawer, ILibDropdown, ILibDropdownItem, ILibFade, ILibFieldset, ILibFlexbox, ILibFooter, ILibForm, ILibGrid, ILibHeader, ILibHighlight, ILibHr, ILibImage, ILibInput, ILibInputCheck, ILibInputContainer, ILibInputCounter, ILibInputImage, ILibInputPhone, ILibInputPin, ILibInputSlider, ILibKey, ILibLinkify, ILibListGroup, ILibListGroupItem, ILibListGroupTitle, ILibLoader, ILibMain, ILibMarkdownContainer, ILibMarkdownEditor, ILibMasonry, ILibMeta, ILibModal, ILibPageLayout, ILibPageLoading, ILibPagination, ILibPaginationButton, ILibPaginator, ILibProgressBar, ILibProgressCircle, ILibRating, ILibSection, ILibSelect, ILibSkeleton, ILibSkeletonCard, ILibSkeletonShine, ILibSlideshow, ILibSrOnly, ILibSticky, ILibTabContent, ILibTable, ILibTabs, ILibTabsButton, ILibTabsButtonsContainer, ILibTabsContainer, ILibTag, ILibText, ILibToast, ILibTooltip, ILibWrapper };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@julseb-lib/react",
3
- "version": "0.1.45",
3
+ "version": "0.1.47",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "files": [