ingeniuscliq-core 0.1.30 → 0.1.31

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.
@@ -3,5 +3,5 @@ interface CoreSubMenuHeaderProps extends BaseStyleProps {
3
3
  readonly subMenuHeaderLeft?: React.ReactNode;
4
4
  readonly subMenuHeaderRight?: React.ReactNode;
5
5
  }
6
- export default function CoreSubMenuHeader({ className, subMenuHeaderLeft, subMenuHeaderRight }: CoreSubMenuHeaderProps): import("react/jsx-runtime").JSX.Element;
6
+ export declare function CoreSubMenuHeader({ className, subMenuHeaderLeft, subMenuHeaderRight }: CoreSubMenuHeaderProps): import("react/jsx-runtime").JSX.Element;
7
7
  export {};
package/dist/index.js CHANGED
@@ -26048,6 +26048,7 @@ export {
26048
26048
  rz as CoreShopCartBuilder,
26049
26049
  qW as CoreShopCartIcon,
26050
26050
  ak as CoreSubMenu,
26051
+ sk as CoreSubMenuHeader,
26051
26052
  aS as CustomCarousel,
26052
26053
  oz as CustomCarouselSection,
26053
26054
  sm as CustomFormField,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ingeniuscliq-core",
3
- "version": "0.1.30",
3
+ "version": "0.1.31",
4
4
  "description": "IngeniusCliq Core UI y lógica compartida",
5
5
  "license": "MIT",
6
6
  "type": "module",