@wavelengthusaf/components 2.5.1 → 2.7.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.
@@ -229,6 +229,32 @@ interface DragAndDropProps {
229
229
  }
230
230
  declare function WavelengthDragAndDrop({ width, height, onFilesSelected, border, textColor, fontSize, allowedFileMIME, allowedFileExtensions, backgroundColor, }: DragAndDropProps): react_jsx_runtime.JSX.Element;
231
231
 
232
+ interface ProgressProps {
233
+ name?: string;
234
+ width?: string;
235
+ height?: string;
236
+ backgroundColor?: string;
237
+ borderRadius?: string;
238
+ progressColor?: string;
239
+ value?: number;
240
+ textColor?: string;
241
+ }
242
+ declare function WavelengthProgressBar({ width, height, backgroundColor, borderRadius, progressColor, value, name, textColor }: ProgressProps): react_jsx_runtime.JSX.Element;
243
+
244
+ interface CommentProps {
245
+ width?: string;
246
+ height?: string;
247
+ author: string;
248
+ date: string;
249
+ comments: string;
250
+ onClick?: React__default.MouseEventHandler<HTMLButtonElement> | undefined;
251
+ textColor?: string;
252
+ backgroundColor?: string;
253
+ border?: string;
254
+ iconSelectedColor?: string;
255
+ }
256
+ declare function WavelengthCommentDisplay(props: CommentProps): react_jsx_runtime.JSX.Element;
257
+
232
258
  interface WavelengthFooterProps {
233
259
  text?: string;
234
260
  textColor?: string;
@@ -275,9 +301,10 @@ declare function DefaultIcon({ width, height }: DefaultProps): react_jsx_runtime
275
301
 
276
302
  interface WavelengthPlaneTrailProps {
277
303
  trailDir?: "right" | "left";
304
+ color?: string;
278
305
  id?: string;
279
306
  }
280
- declare function WavelengthPlaneTrail({ trailDir, id }: WavelengthPlaneTrailProps): react_jsx_runtime.JSX.Element;
307
+ declare function WavelengthPlaneTrail({ trailDir, id, color }: WavelengthPlaneTrailProps): react_jsx_runtime.JSX.Element;
281
308
 
282
309
  type ThemeProperties = {
283
310
  name?: string;
@@ -294,7 +321,7 @@ interface WavelengthConfirmationModalProps {
294
321
  height?: string;
295
322
  fontFamily?: string;
296
323
  textColor?: string;
297
- cacelButton?: React.ReactNode;
324
+ cancelButton?: React.ReactNode;
298
325
  submitButton?: React.ReactNode;
299
326
  backgroundColor?: string;
300
327
  }
@@ -473,4 +500,4 @@ interface TextFieldProps {
473
500
  }
474
501
  declare function WavelengthTextField(props: TextFieldProps): react_jsx_runtime.JSX.Element;
475
502
 
476
- export { AppLogo, ButtonIcon, ButtonMenu, DefaultCarousel, DefaultIcon, DefaultPagination, ManyPlanesComponent, NotAvailablePage, type SearchResult, SearchTextField, SliderCardCarousel, type StyledButtonPropsTwo, TestSnackbar, type ThemeProperties, WavelengthAppTheme, WavelengthAutocomplete, WavelengthBanner, WavelengthBox, WavelengthButton, WavelengthConfirmationModal, WavelengthContentModal, WavelengthContentPlaceholder, WavelengthDragAndDrop, WavelengthDropdown, WavelengthDropdownButton, WavelengthExampleComponent, WavelengthFileDownloader, WavelengthFooter, WavelengthPlaneTrail, WavelengthPopUpMenu, WavelengthSearch, WavelengthSideBar, WavelengthSlider, WavelengthSnackbar, WavelengthSpinningLogo, WavelengthSpinningOuterCircle, WavelengthStandardSnackbar, WavelengthStyledButton, WavelengthTextField, WavelengthTitleBar, add, ascendingRange, concat, findBestStringMatch, type menuItemProps, range, useOutsideClick, useThemeContext };
503
+ export { AppLogo, ButtonIcon, ButtonMenu, DefaultCarousel, DefaultIcon, DefaultPagination, ManyPlanesComponent, NotAvailablePage, type SearchProps, type SearchResult, SearchTextField, SliderCardCarousel, type StyledButtonPropsTwo, TestSnackbar, type ThemeProperties, WavelengthAppTheme, WavelengthAutocomplete, WavelengthBanner, WavelengthBox, WavelengthButton, WavelengthCommentDisplay, WavelengthConfirmationModal, WavelengthContentModal, WavelengthContentPlaceholder, WavelengthDragAndDrop, WavelengthDropdown, WavelengthDropdownButton, WavelengthExampleComponent, WavelengthFileDownloader, WavelengthFooter, WavelengthPlaneTrail, WavelengthPopUpMenu, WavelengthProgressBar, WavelengthSearch, WavelengthSideBar, WavelengthSlider, WavelengthSnackbar, WavelengthSpinningLogo, WavelengthSpinningOuterCircle, WavelengthStandardSnackbar, WavelengthStyledButton, WavelengthTextField, WavelengthTitleBar, add, ascendingRange, concat, findBestStringMatch, type menuItemProps, range, useOutsideClick, useThemeContext };
@@ -0,0 +1,16 @@
1
+ import React from "react";
2
+ interface CommentProps {
3
+ width?: string;
4
+ height?: string;
5
+ author: string;
6
+ date: string;
7
+ comments: string;
8
+ onClick?: React.MouseEventHandler<HTMLButtonElement> | undefined;
9
+ textColor?: string;
10
+ backgroundColor?: string;
11
+ border?: string;
12
+ iconSelectedColor?: string;
13
+ }
14
+ export declare function WavelengthCommentDisplay(props: CommentProps): import("react/jsx-runtime").JSX.Element;
15
+ export default WavelengthCommentDisplay;
16
+ //# sourceMappingURL=WavelengthCommentDisplay.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WavelengthCommentDisplay.d.ts","sourceRoot":"","sources":["../../../src/components/PageComponents/WavelengthCommentDisplay.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAIxC,UAAU,YAAY;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC,iBAAiB,CAAC,GAAG,SAAS,CAAC;IACjE,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B;AACD,wBAAgB,wBAAwB,CAAC,KAAK,EAAE,YAAY,2CA8C3D;AAED,eAAe,wBAAwB,CAAC"}
@@ -0,0 +1,13 @@
1
+ interface ProgressProps {
2
+ name?: string;
3
+ width?: string;
4
+ height?: string;
5
+ backgroundColor?: string;
6
+ borderRadius?: string;
7
+ progressColor?: string;
8
+ value?: number;
9
+ textColor?: string;
10
+ }
11
+ export declare function WavelengthProgressBar({ width, height, backgroundColor, borderRadius, progressColor, value, name, textColor }: ProgressProps): import("react/jsx-runtime").JSX.Element;
12
+ export default WavelengthProgressBar;
13
+ //# sourceMappingURL=WavelengthProgressBar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WavelengthProgressBar.d.ts","sourceRoot":"","sources":["../../../src/components/PageComponents/WavelengthProgressBar.tsx"],"names":[],"mappings":"AAGA,UAAU,aAAa;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,wBAAgB,qBAAqB,CAAC,EAAE,KAAe,EAAE,MAAe,EAAE,eAAe,EAAE,YAAqB,EAAE,aAAa,EAAE,KAAK,EAAE,IAAI,EAAE,SAAqB,EAAE,EAAE,aAAa,2CAwBnL;AAED,eAAe,qBAAqB,CAAC"}
@@ -7,7 +7,7 @@ interface WavelengthConfirmationModalProps {
7
7
  height?: string;
8
8
  fontFamily?: string;
9
9
  textColor?: string;
10
- cacelButton?: React.ReactNode;
10
+ cancelButton?: React.ReactNode;
11
11
  submitButton?: React.ReactNode;
12
12
  backgroundColor?: string;
13
13
  }
@@ -1 +1 @@
1
- {"version":3,"file":"WavelengthConfirmationModal.d.ts","sourceRoot":"","sources":["../../../src/components/modals/WavelengthConfirmationModal.tsx"],"names":[],"mappings":"AAEA,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;IAEhC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC9B,YAAY,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAE/B,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED,wBAAgB,2BAA2B,CAAC,KAAK,EAAE,gCAAgC,2CAmClF;AAED,eAAe,2BAA2B,CAAC"}
1
+ {"version":3,"file":"WavelengthConfirmationModal.d.ts","sourceRoot":"","sources":["../../../src/components/modals/WavelengthConfirmationModal.tsx"],"names":[],"mappings":"AAEA,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;IAEhC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC/B,YAAY,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAE/B,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED,wBAAgB,2BAA2B,CAAC,KAAK,EAAE,gCAAgC,2CAmClF;AAED,eAAe,2BAA2B,CAAC"}
@@ -5,7 +5,7 @@ export interface SearchResult {
5
5
  title: string;
6
6
  subtitle?: string;
7
7
  }
8
- interface SearchProps {
8
+ export interface SearchProps {
9
9
  id?: string;
10
10
  mode: "automatic" | "manual";
11
11
  type?: "text-box" | "search-bar";
@@ -1 +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;AAelC,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,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,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;AA8CD,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,EACf,oBAAoB,GACrB,EAAE,WAAW,uDAugBb;AAED,eAAe,gBAAgB,CAAC"}
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;AAelC,MAAM,WAAW,YAAY;IAC3B,EAAE,EAAE,MAAM,GAAG,MAAM,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,WAAW,WAAW;IAC1B,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,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,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;AA8CD,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,EACf,oBAAoB,GACrB,EAAE,WAAW,uDAugBb;AAED,eAAe,gBAAgB,CAAC"}
@@ -1,7 +1,8 @@
1
1
  interface WavelengthPlaneTrailProps {
2
2
  trailDir?: "right" | "left";
3
+ color?: string;
3
4
  id?: string;
4
5
  }
5
- export declare function WavelengthPlaneTrail({ trailDir, id }: WavelengthPlaneTrailProps): import("react/jsx-runtime").JSX.Element;
6
+ export declare function WavelengthPlaneTrail({ trailDir, id, color }: WavelengthPlaneTrailProps): import("react/jsx-runtime").JSX.Element;
6
7
  export default WavelengthPlaneTrail;
7
8
  //# sourceMappingURL=WavelengthPlaneTrail.d.ts.map
@@ -1 +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;IAC5B,EAAE,CAAC,EAAE,MAAM,CAAC;CACb;AAMD,wBAAgB,oBAAoB,CAAC,EAAE,QAAkB,EAAE,EAAE,EAAE,EAAE,yBAAyB,2CAuCzF;AAED,eAAe,oBAAoB,CAAC"}
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;IAC5B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,EAAE,CAAC,EAAE,MAAM,CAAC;CACb;AAMD,wBAAgB,oBAAoB,CAAC,EAAE,QAAkB,EAAE,EAAE,EAAE,KAAK,EAAE,EAAE,yBAAyB,2CAuChG;AAED,eAAe,oBAAoB,CAAC"}
@@ -229,6 +229,32 @@ interface DragAndDropProps {
229
229
  }
230
230
  declare function WavelengthDragAndDrop({ width, height, onFilesSelected, border, textColor, fontSize, allowedFileMIME, allowedFileExtensions, backgroundColor, }: DragAndDropProps): react_jsx_runtime.JSX.Element;
231
231
 
232
+ interface ProgressProps {
233
+ name?: string;
234
+ width?: string;
235
+ height?: string;
236
+ backgroundColor?: string;
237
+ borderRadius?: string;
238
+ progressColor?: string;
239
+ value?: number;
240
+ textColor?: string;
241
+ }
242
+ declare function WavelengthProgressBar({ width, height, backgroundColor, borderRadius, progressColor, value, name, textColor }: ProgressProps): react_jsx_runtime.JSX.Element;
243
+
244
+ interface CommentProps {
245
+ width?: string;
246
+ height?: string;
247
+ author: string;
248
+ date: string;
249
+ comments: string;
250
+ onClick?: React__default.MouseEventHandler<HTMLButtonElement> | undefined;
251
+ textColor?: string;
252
+ backgroundColor?: string;
253
+ border?: string;
254
+ iconSelectedColor?: string;
255
+ }
256
+ declare function WavelengthCommentDisplay(props: CommentProps): react_jsx_runtime.JSX.Element;
257
+
232
258
  interface WavelengthFooterProps {
233
259
  text?: string;
234
260
  textColor?: string;
@@ -275,9 +301,10 @@ declare function DefaultIcon({ width, height }: DefaultProps): react_jsx_runtime
275
301
 
276
302
  interface WavelengthPlaneTrailProps {
277
303
  trailDir?: "right" | "left";
304
+ color?: string;
278
305
  id?: string;
279
306
  }
280
- declare function WavelengthPlaneTrail({ trailDir, id }: WavelengthPlaneTrailProps): react_jsx_runtime.JSX.Element;
307
+ declare function WavelengthPlaneTrail({ trailDir, id, color }: WavelengthPlaneTrailProps): react_jsx_runtime.JSX.Element;
281
308
 
282
309
  type ThemeProperties = {
283
310
  name?: string;
@@ -294,7 +321,7 @@ interface WavelengthConfirmationModalProps {
294
321
  height?: string;
295
322
  fontFamily?: string;
296
323
  textColor?: string;
297
- cacelButton?: React.ReactNode;
324
+ cancelButton?: React.ReactNode;
298
325
  submitButton?: React.ReactNode;
299
326
  backgroundColor?: string;
300
327
  }
@@ -473,4 +500,4 @@ interface TextFieldProps {
473
500
  }
474
501
  declare function WavelengthTextField(props: TextFieldProps): react_jsx_runtime.JSX.Element;
475
502
 
476
- export { AppLogo, ButtonIcon, ButtonMenu, DefaultCarousel, DefaultIcon, DefaultPagination, ManyPlanesComponent, NotAvailablePage, type SearchResult, SearchTextField, SliderCardCarousel, type StyledButtonPropsTwo, TestSnackbar, type ThemeProperties, WavelengthAppTheme, WavelengthAutocomplete, WavelengthBanner, WavelengthBox, WavelengthButton, WavelengthConfirmationModal, WavelengthContentModal, WavelengthContentPlaceholder, WavelengthDragAndDrop, WavelengthDropdown, WavelengthDropdownButton, WavelengthExampleComponent, WavelengthFileDownloader, WavelengthFooter, WavelengthPlaneTrail, WavelengthPopUpMenu, WavelengthSearch, WavelengthSideBar, WavelengthSlider, WavelengthSnackbar, WavelengthSpinningLogo, WavelengthSpinningOuterCircle, WavelengthStandardSnackbar, WavelengthStyledButton, WavelengthTextField, WavelengthTitleBar, add, ascendingRange, concat, findBestStringMatch, type menuItemProps, range, useOutsideClick, useThemeContext };
503
+ export { AppLogo, ButtonIcon, ButtonMenu, DefaultCarousel, DefaultIcon, DefaultPagination, ManyPlanesComponent, NotAvailablePage, type SearchProps, type SearchResult, SearchTextField, SliderCardCarousel, type StyledButtonPropsTwo, TestSnackbar, type ThemeProperties, WavelengthAppTheme, WavelengthAutocomplete, WavelengthBanner, WavelengthBox, WavelengthButton, WavelengthCommentDisplay, WavelengthConfirmationModal, WavelengthContentModal, WavelengthContentPlaceholder, WavelengthDragAndDrop, WavelengthDropdown, WavelengthDropdownButton, WavelengthExampleComponent, WavelengthFileDownloader, WavelengthFooter, WavelengthPlaneTrail, WavelengthPopUpMenu, WavelengthProgressBar, WavelengthSearch, WavelengthSideBar, WavelengthSlider, WavelengthSnackbar, WavelengthSpinningLogo, WavelengthSpinningOuterCircle, WavelengthStandardSnackbar, WavelengthStyledButton, WavelengthTextField, WavelengthTitleBar, add, ascendingRange, concat, findBestStringMatch, type menuItemProps, range, useOutsideClick, useThemeContext };