@wavelengthusaf/components 4.11.0 → 4.13.0

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.
@@ -465,6 +465,29 @@ interface WavelengthToolTipProps extends React__default.HTMLAttributes<HTMLEleme
465
465
  }
466
466
  declare const WavelengthToolTip: React__default.FC<WavelengthToolTipProps>;
467
467
 
468
+ interface WavelengthBadgeProps extends React__default.HTMLAttributes<HTMLElement> {
469
+ customStyle: StyleProp;
470
+ variant?: "Basic" | "withInstance";
471
+ badgeBorderRadius?: string;
472
+ fontSize?: string;
473
+ href?: string;
474
+ badgeColor?: string;
475
+ badgeTextColor?: string;
476
+ badgeHoverColor?: string;
477
+ badgeContent?: string | number;
478
+ badgeFont?: string;
479
+ badgeSize?: string;
480
+ textBoxWidth?: string;
481
+ textBoxHeight?: string;
482
+ textBoxBackgroundColor?: string;
483
+ textBoxTextColor?: string;
484
+ textBoxBorderColor?: string;
485
+ textBoxBorderRadius?: string;
486
+ textBoxHoverBorderColor?: string;
487
+ item?: React__default.ReactNode;
488
+ }
489
+ declare const WavelengthBadge: React__default.FC<WavelengthBadgeProps>;
490
+
468
491
  interface WavelengthFooterProps {
469
492
  text?: string;
470
493
  textColor?: string;
@@ -713,6 +736,20 @@ interface WavelengthMenuProps extends React__default.HTMLAttributes<HTMLElement>
713
736
  }
714
737
  declare const WavelengthMenu: React__default.FC<WavelengthMenuProps>;
715
738
 
739
+ interface WavelengthSwitchProps extends React__default.HTMLAttributes<HTMLElement> {
740
+ customStyle: StyleProp;
741
+ checked?: boolean;
742
+ label?: string;
743
+ labelPlacement?: "left" | "right" | "top" | "bottom";
744
+ size?: "small" | "medium" | "large";
745
+ disabled?: boolean;
746
+ color?: string;
747
+ labelFont?: string;
748
+ value?: string;
749
+ onWavelengthSwitchChange?: (event: CustomEvent) => void;
750
+ }
751
+ declare const WavelengthSwitch: React__default.FC<WavelengthSwitchProps>;
752
+
716
753
  interface WavelengthPaginationProps extends React__default.HTMLAttributes<HTMLElement> {
717
754
  testProp?: string;
718
755
  customStyle: StyleProp;
@@ -878,6 +915,7 @@ interface WavelengthInputProps extends React__default.HTMLAttributes<HTMLElement
878
915
  required?: boolean;
879
916
  forceError?: boolean;
880
917
  disabled?: boolean;
918
+ multiLine?: boolean;
881
919
  width?: string;
882
920
  height?: string;
883
921
  padding?: string;
@@ -1066,4 +1104,4 @@ interface MultiSelectAutocompleteProps {
1066
1104
  }
1067
1105
  declare const WavelengthMultiSelectAutocomplete: React__default.FC<MultiSelectAutocompleteProps>;
1068
1106
 
1069
- export { ButtonIcon, ButtonMenu, ChildDataTable, DefaultCarousel, type IFileSelectedEventDetail, type NavItem, NestedDataTable, SampleComponent, SliderCardCarousel, type StyledButtonPropsTwo, type ThemeProperties, WavelengthAccessAlert, WavelengthAlert, WavelengthAppLogo, WavelengthAppTheme, WavelengthAutoComplete, WavelengthAutocomplete, WavelengthBanner, WavelengthBox, WavelengthButton, WavelengthCheckbox, WavelengthCommentDisplay, WavelengthConfirmationModal, WavelengthContentModal, WavelengthContentPlaceholder, WavelengthDataTable, WavelengthDatePicker, WavelengthDefaultIcon, WavelengthDefaultPagination, WavelengthDragAndDrop, WavelengthDropdown, WavelengthDropdownButton, WavelengthExampleComponent, WavelengthFileDownloader, WavelengthFileDropZone, type WavelengthFileDropZoneProps, WavelengthFooter, WavelengthForm, WavelengthInput, WavelengthManyPlanes, WavelengthMenu, WavelengthMultiSelectAutocomplete, WavelengthNavBar, type WavelengthNavBarProps, WavelengthNotAvailablePage, WavelengthNotificationPanel, WavelengthPagination, WavelengthPermissionAlert, WavelengthPlaneTrail, WavelengthPopUpMenu, WavelengthProgressBar, WavelengthSearch, WavelengthSearchTextField, WavelengthSideBar, WavelengthSlider, WavelengthSnackbar, WavelengthSpinningLogo, WavelengthSpinningOuterCircle, WavelengthStandardSnackbar, WavelengthStyledButton, WavelengthTestSnackbar, WavelengthTitleBar, WavelengthToolTip, WavelengthWebSnackbar, type WavelengthWebSnackbarProps, add, concat, findBestStringMatch, type menuItemProps, useOutsideClick, useThemeContext };
1107
+ export { ButtonIcon, ButtonMenu, ChildDataTable, DefaultCarousel, type IFileSelectedEventDetail, type NavItem, NestedDataTable, SampleComponent, SliderCardCarousel, type StyledButtonPropsTwo, type ThemeProperties, WavelengthAccessAlert, WavelengthAlert, WavelengthAppLogo, WavelengthAppTheme, WavelengthAutoComplete, WavelengthAutocomplete, WavelengthBadge, type WavelengthBadgeProps, WavelengthBanner, WavelengthBox, WavelengthButton, WavelengthCheckbox, WavelengthCommentDisplay, WavelengthConfirmationModal, WavelengthContentModal, WavelengthContentPlaceholder, WavelengthDataTable, WavelengthDatePicker, WavelengthDefaultIcon, WavelengthDefaultPagination, WavelengthDragAndDrop, WavelengthDropdown, WavelengthDropdownButton, WavelengthExampleComponent, WavelengthFileDownloader, WavelengthFileDropZone, type WavelengthFileDropZoneProps, WavelengthFooter, WavelengthForm, WavelengthInput, WavelengthManyPlanes, WavelengthMenu, WavelengthMultiSelectAutocomplete, WavelengthNavBar, type WavelengthNavBarProps, WavelengthNotAvailablePage, WavelengthNotificationPanel, WavelengthPagination, WavelengthPermissionAlert, WavelengthPlaneTrail, WavelengthPopUpMenu, WavelengthProgressBar, WavelengthSearch, WavelengthSearchTextField, WavelengthSideBar, WavelengthSlider, WavelengthSnackbar, WavelengthSpinningLogo, WavelengthSpinningOuterCircle, WavelengthStandardSnackbar, WavelengthStyledButton, WavelengthSwitch, WavelengthTestSnackbar, WavelengthTitleBar, WavelengthToolTip, WavelengthWebSnackbar, type WavelengthWebSnackbarProps, add, concat, findBestStringMatch, type menuItemProps, useOutsideClick, useThemeContext };