@selfdecode/sd-component-library 2.46.28-test → 2.46.28-test2

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,3 +1,2 @@
1
- import { CrumbProps as Props } from "./interfaces";
2
1
  export { Crumb } from "./crumb";
3
- export declare type CrumbProps = Props;
2
+ export type { CrumbProps, CrumbType } from "./interfaces";
@@ -1,2 +1,3 @@
1
1
  export { Breadcrumb } from "./breadcrumb";
2
2
  export type { BreadCrumbProps } from "./interfaces";
3
+ export * from "./crumb";
@@ -1 +1,2 @@
1
1
  export { MaxWidthContainer } from "./max-width-container";
2
+ export type { MaxWidthContainerProps } from "./interfaces";
@@ -1,2 +1,2 @@
1
1
  import React from "react";
2
- export declare const MaxWidthContainerV2: React.ForwardRefExoticComponent<import("../max-width-container/interfaces").MaxWidthContainerProps & React.RefAttributes<HTMLDivElement>>;
2
+ export declare const MaxWidthContainerV2: React.ForwardRefExoticComponent<import("../max-width-container").MaxWidthContainerProps & React.RefAttributes<HTMLDivElement>>;
@@ -1 +1,2 @@
1
1
  export { SectionContainer } from "./section-container";
2
+ export type { SectionContainerProps } from "./interfaces";
@@ -1 +1,2 @@
1
1
  export { SearchInput } from "./presentational";
2
+ export * from "./partials";
@@ -0,0 +1 @@
1
+ export * from "./search-box";
@@ -1 +1,2 @@
1
1
  export { SearchBox } from "./search-box";
2
+ export type { SearchResult } from "./interfaces";
@@ -1,3 +1,2 @@
1
- import { SecondaryTextInputProps as Props } from "./interfaces";
2
1
  export { SecondaryTextInput } from "./secondary-text-input";
3
- export declare type SecondaryTextInputProps = Props;
2
+ export type { SecondaryTextInputProps } from "./interfaces";
@@ -1 +1,2 @@
1
1
  export { ActionsMenu } from "./actions-menu";
2
+ export type { ActionsMenuProps, ActionConfig } from "./interfaces";
@@ -1 +1,2 @@
1
1
  export { PeopleMeter } from "./people-meter";
2
+ export type { PeopleMeterProps } from "./interfaces";
@@ -1 +1,2 @@
1
1
  export { TabBar } from "./tab-bar";
2
+ export type { TabConfig } from "./interfaces";
@@ -1 +1,2 @@
1
1
  export { TabBarV2 } from "./tab-bar-v2";
2
+ export type { TabBarV2Props } from "./interfaces";
@@ -1,2 +1,2 @@
1
- export type { ResponsiveTextProps } from "./interfaces";
1
+ export type { ResponsiveTextProps, SDFontSizeWeight } from "./interfaces";
2
2
  export { ResponsiveText } from "./responsive-text";
@@ -1 +1,2 @@
1
1
  export { Anchor } from "./anchor";
2
+ export type { AnchorProps } from "./interfaces";