sag_components 2.0.0-beta51 → 2.0.0-beta52

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.
package/dist/index.d.ts CHANGED
@@ -137,19 +137,20 @@ declare namespace EventDetailsCard {
137
137
 
138
138
  declare function LinnerDataBox(props: any): react_jsx_runtime.JSX.Element;
139
139
 
140
- declare function TabMenu({ activeColor, headlineContent, children, className, color, currentTab, headlineInsteadTabs, headlineText, inputWidth, onFilterButtonClick, onSearchFieldTyping, onTabChange, panelIsOpen, setBackground, showActions, showFilterButton, showLabel, showSearchInput, showViewOptionsButton, disabledButton, setTopRightButton, rightButtonText, rightButtonIcon, onTopButtonClick, tabs, }: {
141
- activeColor?: string;
142
- headlineContent?: react_jsx_runtime.JSX.Element;
143
- children?: any;
144
- className?: string;
140
+ declare function TabMenu({ color, currentTab, headlineInsteadTabs, headlineText, headlineContent, className, children, tabs, inputWidth, onFilterButtonClick, onSearchFieldTyping, onTabChange, onTopButtonClick, panelIsOpen, setBackground, showActions, showFilterButton, showLabel, showSearchInput, showViewOptionsButton, disabledButton, setTopRightButton, rightButtonText, rightButtonIcon, }: {
145
141
  color?: string;
146
142
  currentTab?: number;
147
143
  headlineInsteadTabs?: boolean;
148
144
  headlineText?: string;
145
+ headlineContent?: react_jsx_runtime.JSX.Element;
146
+ className?: string;
147
+ children?: any;
148
+ tabs?: any[];
149
149
  inputWidth?: string;
150
150
  onFilterButtonClick?: () => void;
151
151
  onSearchFieldTyping?: () => void;
152
152
  onTabChange?: () => void;
153
+ onTopButtonClick?: () => void;
153
154
  panelIsOpen?: boolean;
154
155
  setBackground?: boolean;
155
156
  showActions?: boolean;
@@ -161,12 +162,9 @@ declare function TabMenu({ activeColor, headlineContent, children, className, co
161
162
  setTopRightButton?: boolean;
162
163
  rightButtonText?: string;
163
164
  rightButtonIcon?: string;
164
- onTopButtonClick?: () => void;
165
- tabs?: any[];
166
165
  }): react_jsx_runtime.JSX.Element;
167
166
  declare namespace TabMenu {
168
167
  namespace propTypes {
169
- const activeColor: PropTypes.Requireable<string>;
170
168
  const children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
171
169
  const className: PropTypes.Requireable<string>;
172
170
  const color: PropTypes.Requireable<string>;