@wavelengthusaf/components 1.3.2 → 2.0.1

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.
Files changed (74) hide show
  1. package/dist/CustomHooks/useClickOutside.d.ts +3 -0
  2. package/dist/CustomHooks/useClickOutside.d.ts.map +1 -0
  3. package/dist/components/CSFD/GreenEllipse.d.ts +8 -0
  4. package/dist/components/CSFD/GreenEllipse.d.ts.map +1 -0
  5. package/dist/components/CSFD/ManyPlanes.d.ts +10 -0
  6. package/dist/components/CSFD/ManyPlanes.d.ts.map +1 -0
  7. package/dist/components/PageComponents/NotAvailablePage.d.ts +12 -0
  8. package/dist/components/PageComponents/NotAvailablePage.d.ts.map +1 -0
  9. package/dist/components/PageComponents/WavelengthSideBar.d.ts +29 -0
  10. package/dist/components/PageComponents/WavelengthSideBar.d.ts.map +1 -0
  11. package/dist/components/PageComponents/WavelengthSpinningLogo.d.ts +11 -0
  12. package/dist/components/PageComponents/WavelengthSpinningLogo.d.ts.map +1 -0
  13. package/dist/components/PageComponents/WavelengthSpinningLogoComponent.d.ts +8 -0
  14. package/dist/components/PageComponents/WavelengthSpinningLogoComponent.d.ts.map +1 -0
  15. package/dist/components/buttons/WavelengthButton/WavelengthButton.d.ts +21 -0
  16. package/dist/components/buttons/WavelengthButton/WavelengthButton.d.ts.map +1 -0
  17. package/dist/components/buttons/WavelengthDropdownButton/WavelengthAutocomplete.d.ts +21 -0
  18. package/dist/components/buttons/WavelengthDropdownButton/WavelengthAutocomplete.d.ts.map +1 -0
  19. package/dist/components/buttons/WavelengthDropdownButton/WavelengthDropdownButton.d.ts +22 -0
  20. package/dist/components/buttons/WavelengthDropdownButton/WavelengthDropdownButton.d.ts.map +1 -0
  21. package/dist/components/buttons/WavelengthFileDownloader.d.ts +10 -0
  22. package/dist/components/buttons/WavelengthFileDownloader.d.ts.map +1 -0
  23. package/dist/components/containers/WavelengthBox/WavelengthBox.d.ts +11 -0
  24. package/dist/components/containers/WavelengthBox/WavelengthBox.d.ts.map +1 -0
  25. package/dist/components/containers/WavelengthContentPlaceholder/WavelengthContentPlaceholder.d.ts +13 -0
  26. package/dist/components/containers/WavelengthContentPlaceholder/WavelengthContentPlaceholder.d.ts.map +1 -0
  27. package/dist/components/example/WavelengthExampleComponent.d.ts +7 -0
  28. package/dist/components/example/WavelengthExampleComponent.d.ts.map +1 -0
  29. package/dist/components/footers/WavelengthFooter/WavelengthFooter.d.ts +3 -0
  30. package/dist/components/footers/WavelengthFooter/WavelengthFooter.d.ts.map +1 -0
  31. package/dist/components/headers/WavelengthTitleBar/WavelengthBannerHeader.d.ts +9 -0
  32. package/dist/components/headers/WavelengthTitleBar/WavelengthBannerHeader.d.ts.map +1 -0
  33. package/dist/components/headers/WavelengthTitleBar/WavelengthTitleBar.d.ts +3 -0
  34. package/dist/components/headers/WavelengthTitleBar/WavelengthTitleBar.d.ts.map +1 -0
  35. package/dist/components/logos/applogo/AppLogo.d.ts +9 -0
  36. package/dist/components/logos/applogo/AppLogo.d.ts.map +1 -0
  37. package/dist/components/modals/WavelengthConfirmationModal.d.ts +9 -0
  38. package/dist/components/modals/WavelengthConfirmationModal.d.ts.map +1 -0
  39. package/dist/components/modals/WavelengthContentModal.d.ts +9 -0
  40. package/dist/components/modals/WavelengthContentModal.d.ts.map +1 -0
  41. package/dist/components/modals/WavelengthDropdown.d.ts +25 -0
  42. package/dist/components/modals/WavelengthDropdown.d.ts.map +1 -0
  43. package/dist/components/modals/WavelengthPopUpMenu.d.ts +19 -0
  44. package/dist/components/modals/WavelengthPopUpMenu.d.ts.map +1 -0
  45. package/dist/components/search/SearchTextField.d.ts +3 -0
  46. package/dist/components/search/SearchTextField.d.ts.map +1 -0
  47. package/dist/components/search/WavelengthSearch.d.ts +32 -0
  48. package/dist/components/search/WavelengthSearch.d.ts.map +1 -0
  49. package/dist/components/separators/WavelengthPlaneTrail/WavelengthPlaneTrail.d.ts +6 -0
  50. package/dist/components/separators/WavelengthPlaneTrail/WavelengthPlaneTrail.d.ts.map +1 -0
  51. package/dist/components/snackbars/TestSnackbar.d.ts +15 -0
  52. package/dist/components/snackbars/TestSnackbar.d.ts.map +1 -0
  53. package/dist/components/snackbars/WavelengthSnackbar.d.ts +17 -0
  54. package/dist/components/snackbars/WavelengthSnackbar.d.ts.map +1 -0
  55. package/dist/components/snackbars/WavelengthStandardSnackbar.d.ts +17 -0
  56. package/dist/components/snackbars/WavelengthStandardSnackbar.d.ts.map +1 -0
  57. package/dist/functions/math.d.ts +8 -0
  58. package/dist/functions/math.d.ts.map +1 -0
  59. package/dist/functions/string.d.ts +8 -0
  60. package/dist/functions/string.d.ts.map +1 -0
  61. package/dist/index.d.ts +33 -389
  62. package/dist/index.d.ts.map +1 -0
  63. package/dist/index.js +1307 -1772
  64. package/dist/index.js.map +1 -1
  65. package/dist/themes/Palette.d.ts +10 -0
  66. package/dist/themes/Palette.d.ts.map +1 -0
  67. package/dist/themes/WavelengthAppTheme.d.ts +6 -0
  68. package/dist/themes/WavelengthAppTheme.d.ts.map +1 -0
  69. package/package.json +23 -13
  70. package/LICENSE +0 -21
  71. package/README.md +0 -35
  72. package/dist/index.d.mts +0 -391
  73. package/dist/index.mjs +0 -5392
  74. package/dist/index.mjs.map +0 -1
@@ -0,0 +1,3 @@
1
+ import { RefObject } from "react";
2
+ export declare const useClickOutside: (ref1: RefObject<HTMLElement | undefined>, callback: () => void, addEventListener?: boolean) => void;
3
+ //# sourceMappingURL=useClickOutside.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useClickOutside.d.ts","sourceRoot":"","sources":["../../src/CustomHooks/useClickOutside.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAa,MAAM,OAAO,CAAC;AAE7C,eAAO,MAAM,eAAe,SAAU,SAAS,CAAC,WAAW,GAAG,SAAS,CAAC,YAAY,MAAM,IAAI,qCAgB7F,CAAC"}
@@ -0,0 +1,8 @@
1
+ interface EllipseProps {
2
+ width?: number;
3
+ height?: number;
4
+ initials?: string;
5
+ }
6
+ export declare function GreenEllipse({ width, height, initials }: EllipseProps): import("react/jsx-runtime").JSX.Element;
7
+ export default GreenEllipse;
8
+ //# sourceMappingURL=GreenEllipse.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GreenEllipse.d.ts","sourceRoot":"","sources":["../../../src/components/CSFD/GreenEllipse.tsx"],"names":[],"mappings":"AAGA,UAAU,YAAY;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,wBAAgB,YAAY,CAAC,EAAE,KAAU,EAAE,MAAW,EAAE,QAAe,EAAE,EAAE,YAAY,2CA8BtF;AAED,eAAe,YAAY,CAAC"}
@@ -0,0 +1,10 @@
1
+ interface HeaderProps {
2
+ numberOfPlanes?: number;
3
+ trailDir?: "right" | "left";
4
+ color?: string;
5
+ opacity?: number;
6
+ gradient?: boolean;
7
+ }
8
+ export declare function ManyPlanesComponent({ numberOfPlanes, trailDir, color, opacity, gradient }: HeaderProps): import("react/jsx-runtime").JSX.Element;
9
+ export default ManyPlanesComponent;
10
+ //# sourceMappingURL=ManyPlanes.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ManyPlanes.d.ts","sourceRoot":"","sources":["../../../src/components/CSFD/ManyPlanes.tsx"],"names":[],"mappings":"AAIA,UAAU,WAAW;IACnB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,QAAQ,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;IAC5B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAMD,wBAAgB,mBAAmB,CAAC,EAAE,cAAkB,EAAE,QAAiB,EAAE,KAAK,EAAE,OAAW,EAAE,QAAgB,EAAE,EAAE,WAAW,2CAqD/H;AAED,eAAe,mBAAmB,CAAC"}
@@ -0,0 +1,12 @@
1
+ interface NotAvailablePageProps {
2
+ appLogoName?: string;
3
+ errorMessage: string;
4
+ backgroundColor?: string;
5
+ buttonText: string;
6
+ redirectLink?: string;
7
+ buttonColorOne?: string;
8
+ buttonColorTwo?: string;
9
+ }
10
+ export declare function NotAvailablePage({ appLogoName, errorMessage, backgroundColor, buttonText, redirectLink, buttonColorOne, buttonColorTwo }: NotAvailablePageProps): import("react/jsx-runtime").JSX.Element;
11
+ export default NotAvailablePage;
12
+ //# sourceMappingURL=NotAvailablePage.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NotAvailablePage.d.ts","sourceRoot":"","sources":["../../../src/components/PageComponents/NotAvailablePage.tsx"],"names":[],"mappings":"AAIA,UAAU,qBAAqB;IAC7B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,YAAY,EAAE,MAAM,CAAC;IACrB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,UAAU,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB;AAED,wBAAgB,gBAAgB,CAAC,EAAE,WAAW,EAAE,YAAY,EAAE,eAAe,EAAE,UAAU,EAAE,YAAY,EAAE,cAAc,EAAE,cAAc,EAAE,EAAE,qBAAqB,2CAsB/J;AAED,eAAe,gBAAgB,CAAC"}
@@ -0,0 +1,29 @@
1
+ import React from "react";
2
+ interface SubSectionItem {
3
+ title?: string;
4
+ path?: string;
5
+ onClick?: () => void;
6
+ items?: SubSectionItem[];
7
+ }
8
+ interface SubSection {
9
+ title?: string;
10
+ items?: SubSectionItem[];
11
+ }
12
+ interface Section {
13
+ title: string;
14
+ subsections?: SubSection[];
15
+ }
16
+ interface SidebarProps {
17
+ sections: Section[];
18
+ bgColor?: string;
19
+ txtColor?: string;
20
+ labelColor?: string;
21
+ arrowColor?: string;
22
+ marginTop?: string;
23
+ marginLeft?: string;
24
+ width?: string | number;
25
+ height?: string | number;
26
+ }
27
+ export declare function WavelengthSideBar({ sections, txtColor, bgColor, labelColor, arrowColor, marginTop, marginLeft, width, height }: SidebarProps): React.JSX.Element;
28
+ export default WavelengthSideBar;
29
+ //# sourceMappingURL=WavelengthSideBar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WavelengthSideBar.d.ts","sourceRoot":"","sources":["../../../src/components/PageComponents/WavelengthSideBar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAWxC,UAAU,cAAc;IACtB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,KAAK,CAAC,EAAE,cAAc,EAAE,CAAC;CAC1B;AAED,UAAU,UAAU;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,cAAc,EAAE,CAAC;CAC1B;AAED,UAAU,OAAO;IACf,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,UAAU,EAAE,CAAC;CAC5B;AAED,UAAU,YAAY;IACpB,QAAQ,EAAE,OAAO,EAAE,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CAC1B;AAED,wBAAgB,iBAAiB,CAAC,EAAE,QAAQ,EAAE,QAAQ,EAAE,OAAO,EAAE,UAAU,EAAE,UAAU,EAAE,SAAS,EAAE,UAAU,EAAE,KAAW,EAAE,MAAY,EAAE,EAAE,YAAY,GAAG,KAAK,CAAC,GAAG,CAAC,OAAO,CAyF5K;AAED,eAAe,iBAAiB,CAAC"}
@@ -0,0 +1,11 @@
1
+ interface ISpinningSvgProps {
2
+ size: number;
3
+ id: "outer-circle" | "middle-circle" | "inner-circle" | "spinning";
4
+ clip: string;
5
+ color: string;
6
+ gradient: boolean;
7
+ radius: number;
8
+ }
9
+ export declare function WavelengthSpinningOuterCircle({ size, id, clip, color, gradient, radius }: ISpinningSvgProps): import("react/jsx-runtime").JSX.Element;
10
+ export default WavelengthSpinningOuterCircle;
11
+ //# sourceMappingURL=WavelengthSpinningLogo.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WavelengthSpinningLogo.d.ts","sourceRoot":"","sources":["../../../src/components/PageComponents/WavelengthSpinningLogo.tsx"],"names":[],"mappings":"AAEA,UAAU,iBAAiB;IACzB,IAAI,EAAE,MAAM,CAAC;IACb,EAAE,EAAE,cAAc,GAAG,eAAe,GAAG,cAAc,GAAG,UAAU,CAAC;IACnE,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,OAAO,CAAC;IAClB,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,wBAAgB,6BAA6B,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,QAAQ,EAAE,MAAM,EAAE,EAAE,iBAAiB,2CA2D3G;AAED,eAAe,6BAA6B,CAAC"}
@@ -0,0 +1,8 @@
1
+ import React from "react";
2
+ interface spinningLogoProps {
3
+ svg?: React.ReactNode;
4
+ size?: number;
5
+ }
6
+ export declare function WavelengthSpinningLogo({ svg, size }: spinningLogoProps): import("react/jsx-runtime").JSX.Element;
7
+ export default WavelengthSpinningLogo;
8
+ //# sourceMappingURL=WavelengthSpinningLogoComponent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WavelengthSpinningLogoComponent.d.ts","sourceRoot":"","sources":["../../../src/components/PageComponents/WavelengthSpinningLogoComponent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,UAAU,iBAAiB;IACzB,GAAG,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACtB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,wBAAgB,sBAAsB,CAAC,EAAE,GAAgC,EAAE,IAAU,EAAE,EAAE,iBAAiB,2CAmEzG;AAED,eAAe,sBAAsB,CAAC"}
@@ -0,0 +1,21 @@
1
+ import { ReactNode } from "react";
2
+ import React from "react";
3
+ import { SxProps, Theme } from "@mui/material/styles";
4
+ interface OutlinedButtonProps {
5
+ id?: string;
6
+ variant: "outlined" | "contained" | "text" | "custom";
7
+ colorOne?: string;
8
+ colorTwo?: string;
9
+ onClick?: any;
10
+ margin?: string;
11
+ padding?: string;
12
+ autoFocus?: boolean;
13
+ disabled?: boolean;
14
+ children?: ReactNode;
15
+ data_test?: string;
16
+ borderRadius?: string;
17
+ mySx?: SxProps<Theme> | undefined;
18
+ }
19
+ export declare function WavelengthButton({ id, variant, colorOne, colorTwo, margin, padding, autoFocus, disabled, onClick, children, borderRadius, mySx }: OutlinedButtonProps): React.JSX.Element;
20
+ export {};
21
+ //# sourceMappingURL=WavelengthButton.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WavelengthButton.d.ts","sourceRoot":"","sources":["../../../../src/components/buttons/WavelengthButton/WavelengthButton.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAClC,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,sBAAsB,CAAC;AAGtD,UAAU,mBAAmB;IAC3B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,OAAO,EAAE,UAAU,GAAG,WAAW,GAAG,MAAM,GAAG,QAAQ,CAAC;IACtD,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,GAAG,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,IAAI,CAAC,EAAE,OAAO,CAAC,KAAK,CAAC,GAAG,SAAS,CAAC;CACnC;AAED,wBAAgB,gBAAgB,CAAC,EAAE,EAAE,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,YAAY,EAAE,IAAI,EAAE,EAAE,mBAAmB,GAAG,KAAK,CAAC,GAAG,CAAC,OAAO,CAkFzL"}
@@ -0,0 +1,21 @@
1
+ import { TextFieldVariants } from "@mui/material";
2
+ interface WavelengthAutocompleteProps {
3
+ label: string;
4
+ items?: any;
5
+ variant?: TextFieldVariants;
6
+ width?: number;
7
+ borderColor?: string;
8
+ hoverColor?: string;
9
+ textColor?: string;
10
+ onChange?: (selectedValue: string) => void;
11
+ }
12
+ /**
13
+ * Returns the Best Matching String from a List; Defaults to the first item if no good match is found
14
+ * @param searchString - the string we want to look for
15
+ * @param choices - the list of strings we get to choose from (must be greater than 0)
16
+ * @returns - a string with the "best" match, or "" if no match is found
17
+ */
18
+ export declare function findBestStringMatch(searchString: string, choices: string[]): string;
19
+ export declare function WavelengthAutocomplete({ label, width, variant, items, onChange, borderColor, textColor, hoverColor }: WavelengthAutocompleteProps): import("react/jsx-runtime").JSX.Element;
20
+ export default WavelengthAutocomplete;
21
+ //# sourceMappingURL=WavelengthAutocomplete.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WavelengthAutocomplete.d.ts","sourceRoot":"","sources":["../../../../src/components/buttons/WavelengthDropdownButton/WavelengthAutocomplete.tsx"],"names":[],"mappings":"AAAA,OAAO,EAA2B,iBAAiB,EAAE,MAAM,eAAe,CAAC;AAG3E,UAAU,2BAA2B;IACnC,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,GAAG,CAAC;IACZ,OAAO,CAAC,EAAE,iBAAiB,CAAC;IAC5B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,CAAC,aAAa,EAAE,MAAM,KAAK,IAAI,CAAC;CAC5C;AACD;;;;;GAKG;AACH,wBAAgB,mBAAmB,CAAC,YAAY,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,GAAG,MAAM,CAenF;AACD,wBAAgB,sBAAsB,CAAC,EAAE,KAAK,EAAE,KAAW,EAAE,OAAoB,EAAE,KAAU,EAAE,QAAQ,EAAE,WAAW,EAAE,SAAS,EAAE,UAAU,EAAE,EAAE,2BAA2B,2CAmEzK;AAED,eAAe,sBAAsB,CAAC"}
@@ -0,0 +1,22 @@
1
+ import React, { ReactNode } from "react";
2
+ interface ButtonProps {
3
+ onClick?: any;
4
+ children?: ReactNode;
5
+ }
6
+ interface IconProps {
7
+ text: string;
8
+ numIcon?: string;
9
+ children: ReactNode;
10
+ active?: boolean;
11
+ width: string;
12
+ height: number;
13
+ fontsize: number;
14
+ }
15
+ export declare function ButtonIcon({ text, numIcon, children, active, width, height, fontsize }: IconProps): import("react/jsx-runtime").JSX.Element;
16
+ interface ButtonMenuProps {
17
+ children: ReactNode;
18
+ }
19
+ export declare function ButtonMenu({ children }: ButtonMenuProps): import("react/jsx-runtime").JSX.Element;
20
+ export declare function WavelengthDropdownButton({ children, onClick }: ButtonProps): React.JSX.Element;
21
+ export default WavelengthDropdownButton;
22
+ //# sourceMappingURL=WavelengthDropdownButton.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WavelengthDropdownButton.d.ts","sourceRoot":"","sources":["../../../../src/components/buttons/WavelengthDropdownButton/WavelengthDropdownButton.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGzC,UAAU,WAAW;IACnB,OAAO,CAAC,EAAE,GAAG,CAAC;IACd,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB;AAED,UAAU,SAAS;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,SAAS,CAAC;IACpB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;CAClB;AAqBD,wBAAgB,UAAU,CAAC,EAAE,IAAI,EAAE,OAAa,EAAE,QAAQ,EAAE,MAAc,EAAE,KAAK,EAAE,MAAM,EAAE,QAAQ,EAAE,EAAE,SAAS,2CAqB/G;AAWD,UAAU,eAAe;IACvB,QAAQ,EAAE,SAAS,CAAC;CACrB;AAED,wBAAgB,UAAU,CAAC,EAAE,QAAQ,EAAE,EAAE,eAAe,2CAEvD;AAWD,wBAAgB,wBAAwB,CAAC,EAAE,QAAQ,EAAE,OAAO,EAAE,EAAE,WAAW,GAAG,KAAK,CAAC,GAAG,CAAC,OAAO,CAoB9F;AAED,eAAe,wBAAwB,CAAC"}
@@ -0,0 +1,10 @@
1
+ import React, { ReactNode } from "react";
2
+ interface DownloadProps {
3
+ fileLoc: "local" | "api";
4
+ fileURL: string;
5
+ fileName: string;
6
+ button?: ReactNode | React.JSX.Element;
7
+ }
8
+ export declare function WavelengthFileDownloader({ fileLoc, fileURL, fileName, button }: DownloadProps): import("react/jsx-runtime").JSX.Element | undefined;
9
+ export default WavelengthFileDownloader;
10
+ //# sourceMappingURL=WavelengthFileDownloader.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WavelengthFileDownloader.d.ts","sourceRoot":"","sources":["../../../src/components/buttons/WavelengthFileDownloader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGzC,UAAU,aAAa;IACrB,OAAO,EAAE,OAAO,GAAG,KAAK,CAAC;IACzB,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,CAAC,EAAE,SAAS,GAAG,KAAK,CAAC,GAAG,CAAC,OAAO,CAAC;CACxC;AAED,wBAAgB,wBAAwB,CAAC,EAAE,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,EAAE,EAAE,aAAa,uDAwB7F;AAED,eAAe,wBAAwB,CAAC"}
@@ -0,0 +1,11 @@
1
+ import { ReactNode } from "react";
2
+ interface WavelengthBoxProps {
3
+ width?: number;
4
+ height?: number;
5
+ children: ReactNode;
6
+ borderTopRadius?: string;
7
+ borderBottomRadius?: string;
8
+ }
9
+ export declare function WavelengthBox({ width, height, children, borderBottomRadius, borderTopRadius }: WavelengthBoxProps): import("react/jsx-runtime").JSX.Element;
10
+ export default WavelengthBox;
11
+ //# sourceMappingURL=WavelengthBox.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WavelengthBox.d.ts","sourceRoot":"","sources":["../../../../src/components/containers/WavelengthBox/WavelengthBox.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAKzC,UAAU,kBAAkB;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,SAAS,CAAC;IACpB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B;AAED,wBAAgB,aAAa,CAAC,EAAE,KAAK,EAAE,MAAM,EAAE,QAAQ,EAAE,kBAAkB,EAAE,eAAe,EAAE,EAAE,kBAAkB,2CA0BjH;AAED,eAAe,aAAa,CAAC"}
@@ -0,0 +1,13 @@
1
+ import { ReactNode } from "react";
2
+ interface WavelengthContentPlaceholderProps {
3
+ type?: "circle" | "rectangle";
4
+ width?: string | number;
5
+ height?: string | number;
6
+ txtcolor?: string;
7
+ bgcolor?: string;
8
+ children: ReactNode;
9
+ id?: string;
10
+ }
11
+ export declare function WavelengthContentPlaceholder({ type, width, height, txtcolor, bgcolor, children, id }: WavelengthContentPlaceholderProps): import("react/jsx-runtime").JSX.Element;
12
+ export default WavelengthContentPlaceholder;
13
+ //# sourceMappingURL=WavelengthContentPlaceholder.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WavelengthContentPlaceholder.d.ts","sourceRoot":"","sources":["../../../../src/components/containers/WavelengthContentPlaceholder/WavelengthContentPlaceholder.tsx"],"names":[],"mappings":"AACA,OAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEzC,UAAU,iCAAiC;IACzC,IAAI,CAAC,EAAE,QAAQ,GAAG,WAAW,CAAC;IAC9B,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACzB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,SAAS,CAAC;IACpB,EAAE,CAAC,EAAE,MAAM,CAAC;CACb;AACD,wBAAgB,4BAA4B,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,EAAE,EAAE,EAAE,iCAAiC,2CA+CvI;AAED,eAAe,4BAA4B,CAAC"}
@@ -0,0 +1,7 @@
1
+ interface WavelengthExampleComponentProps {
2
+ width?: number;
3
+ height?: number;
4
+ }
5
+ export declare function WavelengthExampleComponent({ width, height }: WavelengthExampleComponentProps): import("react/jsx-runtime").JSX.Element;
6
+ export default WavelengthExampleComponent;
7
+ //# sourceMappingURL=WavelengthExampleComponent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WavelengthExampleComponent.d.ts","sourceRoot":"","sources":["../../../src/components/example/WavelengthExampleComponent.tsx"],"names":[],"mappings":"AAGA,UAAU,+BAA+B;IACvC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,wBAAgB,0BAA0B,CAAC,EAAE,KAAW,EAAE,MAAY,EAAE,EAAE,+BAA+B,2CA8BxG;AAED,eAAe,0BAA0B,CAAC"}
@@ -0,0 +1,3 @@
1
+ export declare function WavelengthFooter(): import("react/jsx-runtime").JSX.Element;
2
+ export default WavelengthFooter;
3
+ //# sourceMappingURL=WavelengthFooter.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WavelengthFooter.d.ts","sourceRoot":"","sources":["../../../../src/components/footers/WavelengthFooter/WavelengthFooter.tsx"],"names":[],"mappings":"AAKA,wBAAgB,gBAAgB,4CAqD/B;AAED,eAAe,gBAAgB,CAAC"}
@@ -0,0 +1,9 @@
1
+ interface WavelengthBannerHeaderProps {
2
+ classification?: "unclassified" | "controlled" | "controlled unclassified information" | "cui" | "u" | "confidential" | "c" | "secret" | "s" | "top secret" | "ts" | string;
3
+ control?: ("cui" | "sci" | "fouo" | "nf" | "propin" | "frd" | "gbr s" | "si" | "si-g" | "tk" | "relido" | "rd" | "rd-n" | "rel" | "fvey" | "hcs" | string)[];
4
+ headerColor?: string;
5
+ textColor?: string;
6
+ }
7
+ export declare function WavelengthBannerHeader({ classification, control, headerColor, textColor }: WavelengthBannerHeaderProps): import("react/jsx-runtime").JSX.Element;
8
+ export default WavelengthBannerHeader;
9
+ //# sourceMappingURL=WavelengthBannerHeader.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WavelengthBannerHeader.d.ts","sourceRoot":"","sources":["../../../../src/components/headers/WavelengthTitleBar/WavelengthBannerHeader.tsx"],"names":[],"mappings":"AAGA,UAAU,2BAA2B;IACnC,cAAc,CAAC,EAAE,cAAc,GAAG,YAAY,GAAG,qCAAqC,GAAG,KAAK,GAAG,GAAG,GAAG,cAAc,GAAG,GAAG,GAAG,QAAQ,GAAG,GAAG,GAAG,YAAY,GAAG,IAAI,GAAG,MAAM,CAAC;IAC5K,OAAO,CAAC,EAAE,CAAC,KAAK,GAAG,KAAK,GAAG,MAAM,GAAG,IAAI,GAAG,QAAQ,GAAG,KAAK,GAAG,OAAO,GAAG,IAAI,GAAG,MAAM,GAAG,IAAI,GAAG,QAAQ,GAAG,IAAI,GAAG,MAAM,GAAG,KAAK,GAAG,MAAM,GAAG,KAAK,GAAG,MAAM,CAAC,EAAE,CAAC;IAC7J,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,wBAAgB,sBAAsB,CAAC,EAAE,cAAc,EAAE,OAAO,EAAE,WAAW,EAAE,SAAS,EAAE,EAAE,2BAA2B,2CAmDtH;AAED,eAAe,sBAAsB,CAAC"}
@@ -0,0 +1,3 @@
1
+ export declare function WavelengthTitleBar(): import("react/jsx-runtime").JSX.Element;
2
+ export default WavelengthTitleBar;
3
+ //# sourceMappingURL=WavelengthTitleBar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WavelengthTitleBar.d.ts","sourceRoot":"","sources":["../../../../src/components/headers/WavelengthTitleBar/WavelengthTitleBar.tsx"],"names":[],"mappings":"AAEA,wBAAgB,kBAAkB,4CAiCjC;AAED,eAAe,kBAAkB,CAAC"}
@@ -0,0 +1,9 @@
1
+ interface AppLogoProps {
2
+ width?: number;
3
+ height?: number;
4
+ name?: string;
5
+ grayscale?: boolean;
6
+ }
7
+ export declare function AppLogo({ width, height, name, grayscale }: AppLogoProps): import("react/jsx-runtime").JSX.Element;
8
+ export default AppLogo;
9
+ //# sourceMappingURL=AppLogo.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AppLogo.d.ts","sourceRoot":"","sources":["../../../../src/components/logos/applogo/AppLogo.tsx"],"names":[],"mappings":"AAEA,UAAU,YAAY;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAGD,wBAAgB,OAAO,CAAC,EAAE,KAAK,EAAE,MAAM,EAAE,IAAS,EAAE,SAAS,EAAE,EAAE,YAAY,2CAkX5E;AAGD,eAAe,OAAO,CAAC"}
@@ -0,0 +1,9 @@
1
+ interface WavelengthConfirmationModalProps {
2
+ show: boolean;
3
+ setShow: (show: boolean) => void;
4
+ textObj: Record<string, string>;
5
+ handleConfirmationModalOnConfirmProp: () => void;
6
+ }
7
+ export declare function WavelengthConfirmationModal(props: WavelengthConfirmationModalProps): import("react/jsx-runtime").JSX.Element;
8
+ export default WavelengthConfirmationModal;
9
+ //# sourceMappingURL=WavelengthConfirmationModal.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WavelengthConfirmationModal.d.ts","sourceRoot":"","sources":["../../../src/components/modals/WavelengthConfirmationModal.tsx"],"names":[],"mappings":"AACA,UAAU,gCAAgC;IACxC,IAAI,EAAE,OAAO,CAAC;IACd,OAAO,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IACjC,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAChC,oCAAoC,EAAE,MAAM,IAAI,CAAC;CAClD;AAED,wBAAgB,2BAA2B,CAAC,KAAK,EAAE,gCAAgC,2CAwBlF;AAED,eAAe,2BAA2B,CAAC"}
@@ -0,0 +1,9 @@
1
+ interface WavelengthContentModalProps {
2
+ show: boolean;
3
+ setShow: (show: boolean) => void;
4
+ textObj: Record<string, string>;
5
+ handleContentModalOnConfirmProp: () => void;
6
+ }
7
+ export declare function WavelengthContentModal(props: WavelengthContentModalProps): import("react/jsx-runtime").JSX.Element;
8
+ export default WavelengthContentModal;
9
+ //# sourceMappingURL=WavelengthContentModal.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WavelengthContentModal.d.ts","sourceRoot":"","sources":["../../../src/components/modals/WavelengthContentModal.tsx"],"names":[],"mappings":"AAEA,UAAU,2BAA2B;IACnC,IAAI,EAAE,OAAO,CAAC;IACd,OAAO,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IACjC,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAChC,+BAA+B,EAAE,MAAM,IAAI,CAAC;CAC7C;AAED,wBAAgB,sBAAsB,CAAC,KAAK,EAAE,2BAA2B,2CA4BxE;AAED,eAAe,sBAAsB,CAAC"}
@@ -0,0 +1,25 @@
1
+ import React, { ReactNode } from "react";
2
+ import { SxProps, Theme } from "@mui/material";
3
+ interface DropdownProps {
4
+ id?: string;
5
+ palette: "brewery" | "custom";
6
+ width: string;
7
+ options: menuOptions[];
8
+ buttonSx?: SxProps<Theme> | undefined;
9
+ menuSx?: MenuSxProps;
10
+ buttonText: string | ReactNode;
11
+ }
12
+ interface menuOptions {
13
+ option: React.ReactNode;
14
+ onClick?: React.MouseEventHandler<HTMLLIElement> | undefined;
15
+ }
16
+ interface MenuSxProps {
17
+ backgroundColor?: string;
18
+ borderColor?: string;
19
+ hoverColor?: string;
20
+ width?: string;
21
+ }
22
+ export declare function WavelengthDropdown({ id, options, buttonSx, width, buttonText, menuSx, palette }: DropdownProps): import("react/jsx-runtime").JSX.Element;
23
+ declare const WavelengthDropdownStyled: import("@emotion/styled").StyledComponent<DropdownProps & import("@mui/system").MUIStyledCommonProps<Theme>, {}, {}>;
24
+ export default WavelengthDropdownStyled;
25
+ //# sourceMappingURL=WavelengthDropdown.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WavelengthDropdown.d.ts","sourceRoot":"","sources":["../../../src/components/modals/WavelengthDropdown.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEzC,OAAO,EAAmC,OAAO,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AAMhF,UAAU,aAAa;IACrB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,OAAO,EAAE,SAAS,GAAG,QAAQ,CAAC;IAC9B,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,WAAW,EAAE,CAAC;IACvB,QAAQ,CAAC,EAAE,OAAO,CAAC,KAAK,CAAC,GAAG,SAAS,CAAC;IACtC,MAAM,CAAC,EAAE,WAAW,CAAC;IACrB,UAAU,EAAE,MAAM,GAAG,SAAS,CAAC;CAChC;AACD,UAAU,WAAW;IACnB,MAAM,EAAE,KAAK,CAAC,SAAS,CAAC;IACxB,OAAO,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC,aAAa,CAAC,GAAG,SAAS,CAAC;CAC9D;AACD,UAAU,WAAW;IACnB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,wBAAgB,kBAAkB,CAAC,EAAE,EAAE,EAAE,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE,UAAU,EAAE,MAAM,EAAE,OAAO,EAAE,EAAE,aAAa,2CA+G9G;AAED,QAAA,MAAM,wBAAwB,sHAA+B,CAAC;AAC9D,eAAe,wBAAwB,CAAC"}
@@ -0,0 +1,19 @@
1
+ import React from "react";
2
+ export interface menuItemProps {
3
+ itemType: "header" | "link" | "footer" | string;
4
+ label: string | number;
5
+ link?: string;
6
+ end?: boolean;
7
+ email?: string;
8
+ }
9
+ interface PopUPMenuProps {
10
+ menuItems: menuItemProps[];
11
+ customIcon?: React.ReactNode;
12
+ width?: string;
13
+ menuDirection?: "top" | "bottom";
14
+ color?: string;
15
+ emailHoverColor?: string;
16
+ }
17
+ export declare function WavelengthPopUpMenu({ menuItems, customIcon, width, menuDirection, color, emailHoverColor }: PopUPMenuProps): import("react/jsx-runtime").JSX.Element;
18
+ export default WavelengthPopUpMenu;
19
+ //# sourceMappingURL=WavelengthPopUpMenu.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WavelengthPopUpMenu.d.ts","sourceRoot":"","sources":["../../../src/components/modals/WavelengthPopUpMenu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAoB,MAAM,OAAO,CAAC;AAYzC,MAAM,WAAW,aAAa;IAC5B,QAAQ,EAAE,QAAQ,GAAG,MAAM,GAAG,QAAQ,GAAG,MAAM,CAAC;IAChD,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,GAAG,CAAC,EAAE,OAAO,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AACD,UAAU,cAAc;IACtB,SAAS,EAAE,aAAa,EAAE,CAAC;IAC3B,UAAU,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC7B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,aAAa,CAAC,EAAE,KAAK,GAAG,QAAQ,CAAC;IACjC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAUD,wBAAgB,mBAAmB,CAAC,EAAE,SAAS,EAAE,UAAkB,EAAE,KAAK,EAAE,aAAqB,EAAE,KAAK,EAAE,eAAwB,EAAE,EAAE,cAAc,2CA6JnJ;AAED,eAAe,mBAAmB,CAAC"}
@@ -0,0 +1,3 @@
1
+ export declare function SearchTextField(): import("react/jsx-runtime").JSX.Element;
2
+ export default SearchTextField;
3
+ //# sourceMappingURL=SearchTextField.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SearchTextField.d.ts","sourceRoot":"","sources":["../../../src/components/search/SearchTextField.tsx"],"names":[],"mappings":"AAMA,wBAAgB,eAAe,4CAqB9B;AAED,eAAe,eAAe,CAAC"}
@@ -0,0 +1,32 @@
1
+ import React from "react";
2
+ import { ReactNode } from "react";
3
+ export interface SearchResult {
4
+ id: number | string;
5
+ title: string;
6
+ subtitle?: string;
7
+ }
8
+ interface SearchProps {
9
+ id?: string;
10
+ mode: "automatic" | "manual";
11
+ type?: "text-box" | "search-bar";
12
+ iconPos?: "start" | "end";
13
+ borderRadius?: number | string;
14
+ label?: string;
15
+ width?: string;
16
+ height?: string | number;
17
+ children?: ReactNode;
18
+ borderColor?: string;
19
+ hoverColor?: string;
20
+ textColor?: string;
21
+ backgroundColor?: string;
22
+ placeholder?: string;
23
+ onEnter?: (arg0?: any) => any;
24
+ size?: "small" | "medium";
25
+ fontSize?: string;
26
+ options: SearchResult[];
27
+ onChange?: React.ChangeEventHandler<HTMLInputElement | HTMLTextAreaElement>;
28
+ onSearchItemSelected?: (selectedItem: SearchResult | string) => void;
29
+ }
30
+ export declare function WavelengthSearch({ id, mode, type, width, height, label, size, borderRadius, children, placeholder, onEnter, onSearchItemSelected, options, onChange, borderColor, hoverColor, textColor, fontSize, backgroundColor, iconPos, }: SearchProps): import("react/jsx-runtime").JSX.Element | undefined;
31
+ export default WavelengthSearch;
32
+ //# sourceMappingURL=WavelengthSearch.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WavelengthSearch.d.ts","sourceRoot":"","sources":["../../../src/components/search/WavelengthSearch.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAclC,MAAM,WAAW,YAAY;IAC3B,EAAE,EAAE,MAAM,GAAG,MAAM,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,UAAU,WAAW;IACnB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,WAAW,GAAG,QAAQ,CAAC;IAC7B,IAAI,CAAC,EAAE,UAAU,GAAG,YAAY,CAAC;IACjC,OAAO,CAAC,EAAE,OAAO,GAAG,KAAK,CAAC;IAC1B,YAAY,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC/B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACzB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,CAAC,IAAI,CAAC,EAAE,GAAG,KAAK,GAAG,CAAC;IAC9B,IAAI,CAAC,EAAE,OAAO,GAAG,QAAQ,CAAC;IAC1B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,YAAY,EAAE,CAAC;IACxB,QAAQ,CAAC,EAAE,KAAK,CAAC,kBAAkB,CAAC,gBAAgB,GAAG,mBAAmB,CAAC,CAAC;IAC5E,oBAAoB,CAAC,EAAE,CAAC,YAAY,EAAE,YAAY,GAAG,MAAM,KAAK,IAAI,CAAC;CACtE;AAuCD,wBAAgB,gBAAgB,CAAC,EAC/B,EAAE,EACF,IAAI,EACJ,IAAI,EACJ,KAAK,EACL,MAAM,EACN,KAAK,EACL,IAAI,EACJ,YAAY,EACZ,QAAQ,EACR,WAAW,EACX,OAAO,EACP,oBAAoB,EACpB,OAAO,EACP,QAAQ,EACR,WAAW,EACX,UAAU,EACV,SAAS,EACT,QAAQ,EACR,eAAe,EACf,OAAe,GAChB,EAAE,WAAW,uDAoeb;AAED,eAAe,gBAAgB,CAAC"}
@@ -0,0 +1,6 @@
1
+ interface WavelengthPlaneTrailProps {
2
+ trailDir?: "right" | "left";
3
+ }
4
+ export declare function WavelengthPlaneTrail({ trailDir }: WavelengthPlaneTrailProps): import("react/jsx-runtime").JSX.Element;
5
+ export default WavelengthPlaneTrail;
6
+ //# sourceMappingURL=WavelengthPlaneTrail.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WavelengthPlaneTrail.d.ts","sourceRoot":"","sources":["../../../../src/components/separators/WavelengthPlaneTrail/WavelengthPlaneTrail.tsx"],"names":[],"mappings":"AAIA,UAAU,yBAAyB;IACjC,QAAQ,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;CAC7B;AAMD,wBAAgB,oBAAoB,CAAC,EAAE,QAAkB,EAAE,EAAE,yBAAyB,2CAuCrF;AAED,eAAe,oBAAoB,CAAC"}
@@ -0,0 +1,15 @@
1
+ import React, { ReactNode } from "react";
2
+ interface Testprops {
3
+ isPopUpOpen: boolean;
4
+ type: "success" | "error" | "disabled";
5
+ icon?: ReactNode;
6
+ width?: string | number;
7
+ message?: string | ReactNode;
8
+ img: React.JSX.Element | ReactNode;
9
+ toggleOpen: (value: React.SetStateAction<boolean>) => void;
10
+ customVertyAlign?: string;
11
+ }
12
+ export declare const useOutsideClick: (callback: () => void) => React.RefObject<HTMLDivElement>;
13
+ export declare function TestSnackbar({ isPopUpOpen, toggleOpen, type, message, customVertyAlign, width, img }: Testprops): import("react/jsx-runtime").JSX.Element;
14
+ export {};
15
+ //# sourceMappingURL=TestSnackbar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TestSnackbar.d.ts","sourceRoot":"","sources":["../../../src/components/snackbars/TestSnackbar.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,EAAE,SAAS,EAAqB,MAAM,OAAO,CAAC;AAE5D,UAAU,SAAS;IACjB,WAAW,EAAE,OAAO,CAAC;IACrB,IAAI,EAAE,SAAS,GAAG,OAAO,GAAG,UAAU,CAAC;IACvC,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,GAAG,EAAE,KAAK,CAAC,GAAG,CAAC,OAAO,GAAG,SAAS,CAAC;IAEnC,UAAU,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,CAAC,KAAK,IAAI,CAAC;IAC3D,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B;AACD,eAAO,MAAM,eAAe,aAAc,MAAM,IAAI,oCAoBnD,CAAC;AACF,wBAAgB,YAAY,CAAC,EAAE,WAAW,EAAE,UAAU,EAAE,IAAI,EAAE,OAAO,EAAE,gBAAgB,EAAE,KAAK,EAAE,GAAG,EAAE,EAAE,SAAS,2CAiD/G"}
@@ -0,0 +1,17 @@
1
+ import React, { ReactNode } from "react";
2
+ interface ConfirmationSnackbarProps {
3
+ show: boolean;
4
+ setShow: (show: boolean) => void;
5
+ closeIcon?: ReactNode | React.JSX.Element;
6
+ message?: string;
7
+ snackBarColor?: string;
8
+ textColor?: string;
9
+ horryAlign?: "left" | "right" | "center";
10
+ vertyAlign?: "top" | "bottom";
11
+ durationSb?: number;
12
+ width?: string | number;
13
+ icon?: ReactNode;
14
+ }
15
+ export declare function WavelengthSnackbar({ show, setShow, closeIcon, message, snackBarColor, textColor, horryAlign, vertyAlign, durationSb, width, icon }: ConfirmationSnackbarProps): import("react/jsx-runtime").JSX.Element;
16
+ export default WavelengthSnackbar;
17
+ //# sourceMappingURL=WavelengthSnackbar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WavelengthSnackbar.d.ts","sourceRoot":"","sources":["../../../src/components/snackbars/WavelengthSnackbar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAQzC,UAAU,yBAAyB;IACjC,IAAI,EAAE,OAAO,CAAC;IAEd,OAAO,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IACjC,SAAS,CAAC,EAAE,SAAS,GAAG,KAAK,CAAC,GAAG,CAAC,OAAO,CAAC;IAC1C,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,QAAQ,CAAC;IACzC,UAAU,CAAC,EAAE,KAAK,GAAG,QAAQ,CAAC;IAC9B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,IAAI,CAAC,EAAE,SAAS,CAAC;CAClB;AAED,wBAAgB,kBAAkB,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,SAAS,EAAE,OAAO,EAAE,aAAa,EAAE,SAAS,EAAE,UAAU,EAAE,UAAU,EAAE,UAAU,EAAE,KAAK,EAAE,IAAI,EAAE,EAAE,yBAAyB,2CA6C7K;AAED,eAAe,kBAAkB,CAAC"}
@@ -0,0 +1,17 @@
1
+ import React, { ReactNode } from "react";
2
+ interface StandardSnackbarProps {
3
+ type: "success" | "error" | "disabled";
4
+ show: boolean;
5
+ closeIcon: ReactNode | React.JSX.Element;
6
+ icon?: ReactNode;
7
+ toggleShow: (on: boolean) => void;
8
+ horryAlign?: "left" | "right" | "center";
9
+ vertyAlign?: "top" | "bottom";
10
+ durationSb?: number;
11
+ width?: string | number;
12
+ message?: string | ReactNode;
13
+ customVertyAlign?: string;
14
+ }
15
+ export declare function WavelengthStandardSnackbar({ type, show, icon, horryAlign, vertyAlign, durationSb, width, message, customVertyAlign, toggleShow, closeIcon }: StandardSnackbarProps): import("react/jsx-runtime").JSX.Element;
16
+ export default WavelengthStandardSnackbar;
17
+ //# sourceMappingURL=WavelengthStandardSnackbar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WavelengthStandardSnackbar.d.ts","sourceRoot":"","sources":["../../../src/components/snackbars/WavelengthStandardSnackbar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAKzC,UAAU,qBAAqB;IAC7B,IAAI,EAAE,SAAS,GAAG,OAAO,GAAG,UAAU,CAAC;IAEvC,IAAI,EAAE,OAAO,CAAC;IACd,SAAS,EAAE,SAAS,GAAG,KAAK,CAAC,GAAG,CAAC,OAAO,CAAC;IACzC,IAAI,CAAC,EAAE,SAAS,CAAC;IAEjB,UAAU,EAAE,CAAC,EAAE,EAAE,OAAO,KAAK,IAAI,CAAC;IAIlC,UAAU,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,QAAQ,CAAC;IACzC,UAAU,CAAC,EAAE,KAAK,GAAG,QAAQ,CAAC;IAC9B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED,wBAAgB,0BAA0B,CAAC,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,UAAU,EAAE,UAAU,EAAE,UAAU,EAAE,KAAK,EAAE,OAAO,EAAE,gBAAgB,EAAE,UAAU,EAAE,SAAS,EAAE,EAAE,qBAAqB,2CAyDlL;AACD,eAAe,0BAA0B,CAAC"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * Helper Functions
3
+ * @param a
4
+ * @param b
5
+ * @returns
6
+ */
7
+ export declare function add(a: number, b: number): number;
8
+ //# sourceMappingURL=math.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"math.d.ts","sourceRoot":"","sources":["../../src/functions/math.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,wBAAgB,GAAG,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAEhD"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * Helper Functions
3
+ * @param a
4
+ * @param b
5
+ * @returns
6
+ */
7
+ export declare function concat(a: string, b: string): string;
8
+ //# sourceMappingURL=string.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"string.d.ts","sourceRoot":"","sources":["../../src/functions/string.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,wBAAgB,MAAM,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAEnD"}