ui-mathilde-web 0.1.33 → 0.1.35

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.
@@ -145,6 +145,7 @@ export declare const ImageFormat: ({ src, alt, width, height, classIm, }: {
145
145
  export declare const InputForm: ForwardRefExoticComponent<InputFormProps & RefAttributes<HTMLInputElement>>;
146
146
 
147
147
  declare interface InputFormProps extends default_2.InputHTMLAttributes<HTMLInputElement> {
148
+ icon?: boolean;
148
149
  placeholder?: string;
149
150
  label?: string;
150
151
  error?: string;
@@ -329,11 +330,12 @@ declare interface TableOfContentsProps {
329
330
  items: MenuItem_2[];
330
331
  }
331
332
 
332
- export declare function TabsComponent({ tabs, classes, tabItemClasses, activeTabStyles, inactiveTabStyles, contentClasses, defaultActiveTab, onTabChange }: TabsComponentProps): JSX_2.Element;
333
+ export declare function TabsComponent({ tabs, classes, classesUl, tabItemClasses, activeTabStyles, inactiveTabStyles, contentClasses, defaultActiveTab, onTabChange }: TabsComponentProps): JSX_2.Element;
333
334
 
334
335
  declare interface TabsComponentProps {
335
336
  tabs: TabItem[];
336
337
  classes?: string;
338
+ classesUl?: string;
337
339
  tabItemClasses?: string;
338
340
  activeTabStyles?: React.CSSProperties;
339
341
  inactiveTabStyles?: React.CSSProperties;