gantri-components 3.0.0-beta.7 → 3.0.0-beta.70

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 (142) hide show
  1. package/README.md +1 -1
  2. package/dist/components/box/box.types.d.ts +1 -1
  3. package/dist/components/button-menu/button-menu.d.ts +5 -0
  4. package/dist/components/button-menu/button-menu.presets.d.ts +2 -0
  5. package/dist/components/button-menu/button-menu.styles.d.ts +1 -0
  6. package/dist/components/button-menu/button-menu.types.d.ts +13 -0
  7. package/dist/components/button-menu/index.d.ts +1 -0
  8. package/dist/components/dropdown/dropdown.types.d.ts +1 -0
  9. package/dist/components/dropdown-menu/dropdown-menu.d.ts +1 -1
  10. package/dist/components/dropdown-menu/dropdown-menu.styles.d.ts +2 -0
  11. package/dist/components/dropdown-menu/dropdown-menu.types.d.ts +5 -0
  12. package/dist/components/filter-button/filter-button.types.d.ts +5 -2
  13. package/dist/components/flex/flex.types.d.ts +3 -1
  14. package/dist/components/icon/generated/arrows/ArrowDiag.d.ts +3 -0
  15. package/dist/components/icon/generated/arrows/ArrowDiag24.d.ts +3 -0
  16. package/dist/components/icon/generated/arrows/index.d.ts +2 -0
  17. package/dist/components/icon/generated/docs/DocumentLines.d.ts +3 -0
  18. package/dist/components/icon/generated/docs/DocumentLines24.d.ts +3 -0
  19. package/dist/components/icon/generated/docs/index.d.ts +2 -0
  20. package/dist/components/icon/generated/logos/LogoAppleText24.d.ts +3 -0
  21. package/dist/components/icon/generated/logos/LogoGoogleText24.d.ts +3 -0
  22. package/dist/components/icon/generated/logos/index.d.ts +2 -0
  23. package/dist/components/icon/generated/ui-control/LinesThreeVertical.d.ts +3 -0
  24. package/dist/components/icon/generated/ui-control/LinesThreeVertical24.d.ts +3 -0
  25. package/dist/components/icon/generated/ui-control/LinesTwoDots.d.ts +3 -0
  26. package/dist/components/icon/generated/ui-control/LinesTwoDots24.d.ts +3 -0
  27. package/dist/components/icon/generated/ui-control/XSmall.d.ts +3 -0
  28. package/dist/components/icon/generated/ui-control/XSmall24.d.ts +3 -0
  29. package/dist/components/icon/generated/ui-control/index.d.ts +6 -0
  30. package/dist/components/icon/generated/work/Broom.d.ts +3 -0
  31. package/dist/components/icon/generated/work/Broom24.d.ts +3 -0
  32. package/dist/components/icon/generated/work/SdCardFilledExclamation.d.ts +3 -0
  33. package/dist/components/icon/generated/work/SdCardFilledExclamation24.d.ts +3 -0
  34. package/dist/components/icon/generated/work/SdCardOutline.d.ts +3 -0
  35. package/dist/components/icon/generated/work/SdCardOutline24.d.ts +3 -0
  36. package/dist/components/icon/generated/work/Spool.d.ts +3 -0
  37. package/dist/components/icon/generated/work/Spool24.d.ts +3 -0
  38. package/dist/components/icon/generated/work/Tape.d.ts +3 -0
  39. package/dist/components/icon/generated/work/Tape24.d.ts +3 -0
  40. package/dist/components/icon/generated/work/index.d.ts +10 -0
  41. package/dist/components/icon/icon.type.d.ts +1 -1
  42. package/dist/components/index.d.ts +3 -0
  43. package/dist/components/input-group/index.d.ts +1 -0
  44. package/dist/components/input-group/input-group.d.ts +3 -0
  45. package/dist/components/input-group/input-group.styles.d.ts +7 -0
  46. package/dist/components/input-group/input-group.types.d.ts +9 -0
  47. package/dist/components/multi-select-list/index.d.ts +1 -0
  48. package/dist/components/multi-select-list/multi-select-list.d.ts +5 -0
  49. package/dist/components/multi-select-list/multi-select-list.presets.d.ts +2 -0
  50. package/dist/components/multi-select-list/multi-select-list.styles.d.ts +2 -0
  51. package/dist/components/multi-select-list/multi-select-list.types.d.ts +11 -0
  52. package/dist/components/overlay/overlay.styles.d.ts +1 -0
  53. package/dist/components/overlay/overlay.types.d.ts +2 -0
  54. package/dist/components/search-field/search-field.d.ts +1 -1
  55. package/dist/components/search-field/search-field.styles.d.ts +1 -0
  56. package/dist/components/search-field/search-field.types.d.ts +13 -2
  57. package/dist/components/table/components/cell-reorder-wrapper/cell-reorder-wrapper.types.d.ts +2 -2
  58. package/dist/components/table/components/custom-columns-toggle/components/index.d.ts +1 -0
  59. package/dist/components/table/components/custom-columns-toggle/components/user-preferences-toggle/components/index.d.ts +3 -0
  60. package/dist/components/table/components/custom-columns-toggle/components/user-preferences-toggle/components/preference-item-drag-handle/index.d.ts +1 -0
  61. package/dist/components/table/components/custom-columns-toggle/components/user-preferences-toggle/components/preference-item-drag-handle/preference-item-drag-handle.d.ts +4 -0
  62. package/dist/components/table/components/custom-columns-toggle/components/user-preferences-toggle/components/preference-item-drag-handle/preference-item-drag-handle.styles.d.ts +1 -0
  63. package/dist/components/table/components/custom-columns-toggle/components/user-preferences-toggle/components/preference-item-overlay/index.d.ts +1 -0
  64. package/dist/components/table/components/custom-columns-toggle/components/user-preferences-toggle/components/preference-item-overlay/preference-item-overlay.d.ts +5 -0
  65. package/dist/components/table/components/custom-columns-toggle/components/user-preferences-toggle/components/preference-item-overlay/preference-item-overlay.styles.d.ts +1 -0
  66. package/dist/components/table/components/custom-columns-toggle/components/user-preferences-toggle/components/sortable-preference-item/SortablePreferenceItem.types.d.ts +4 -0
  67. package/dist/components/table/components/custom-columns-toggle/components/user-preferences-toggle/components/sortable-preference-item/index.d.ts +1 -0
  68. package/dist/components/table/components/custom-columns-toggle/components/user-preferences-toggle/components/sortable-preference-item/sortable-preference-item.d.ts +3 -0
  69. package/dist/components/table/components/custom-columns-toggle/components/user-preferences-toggle/components/sortable-preference-item/sortable-preference-item.styles.d.ts +1 -0
  70. package/dist/components/table/components/custom-columns-toggle/components/user-preferences-toggle/components/sortable.d.ts +4 -0
  71. package/dist/components/table/components/custom-columns-toggle/components/user-preferences-toggle/components/user-preferences-modal/index.d.ts +1 -0
  72. package/dist/components/table/components/custom-columns-toggle/components/user-preferences-toggle/components/user-preferences-modal/user-preferences-modal.d.ts +2 -0
  73. package/dist/components/table/components/custom-columns-toggle/components/user-preferences-toggle/components/user-preferences-modal/user-preferences-modal.styles.d.ts +6 -0
  74. package/dist/components/table/components/custom-columns-toggle/components/user-preferences-toggle/components/user-preferences-modal/user-preferences-modal.types.d.ts +10 -0
  75. package/dist/components/table/components/custom-columns-toggle/components/user-preferences-toggle/index.d.ts +1 -0
  76. package/dist/components/table/components/custom-columns-toggle/components/user-preferences-toggle/user-preferences-toggle.d.ts +3 -0
  77. package/dist/components/table/components/custom-columns-toggle/components/user-preferences-toggle/user-preferences-toggle.styles.d.ts +4 -0
  78. package/dist/components/table/components/custom-columns-toggle/components/user-preferences-toggle/user-preferences-toggle.types.d.ts +12 -0
  79. package/dist/components/table/components/custom-columns-toggle/custom-columns-toggle.adapters.d.ts +3 -0
  80. package/dist/components/table/components/custom-columns-toggle/custom-columns-toggle.d.ts +7 -0
  81. package/dist/components/table/components/custom-columns-toggle/custom-columns-toggle.helpers.d.ts +15 -0
  82. package/dist/components/table/components/custom-columns-toggle/custom-columns-toggle.styles.d.ts +3 -0
  83. package/dist/components/table/components/custom-columns-toggle/custom-columns-toggle.types.d.ts +23 -0
  84. package/dist/components/table/components/custom-columns-toggle/helpers/get-custom-column-initial-visibility/get-custom-column-initial-visibility.d.ts +30 -0
  85. package/dist/components/table/components/custom-columns-toggle/helpers/get-custom-column-initial-visibility/index.d.ts +1 -0
  86. package/dist/components/table/components/custom-columns-toggle/helpers/get-custom-column-options/get-custom-column-options.d.ts +8 -0
  87. package/dist/components/table/components/custom-columns-toggle/helpers/get-custom-column-options/get-custom-column-options.types.d.ts +6 -0
  88. package/dist/components/table/components/custom-columns-toggle/helpers/get-custom-column-options/index.d.ts +1 -0
  89. package/dist/components/table/components/custom-columns-toggle/helpers/index.d.ts +2 -0
  90. package/dist/components/table/components/custom-columns-toggle/hooks/index.d.ts +1 -0
  91. package/dist/components/table/components/custom-columns-toggle/hooks/use-detect-scroll/index.d.ts +1 -0
  92. package/dist/components/table/components/custom-columns-toggle/hooks/use-detect-scroll/use-detect-scroll.d.ts +4 -0
  93. package/dist/components/table/components/custom-columns-toggle/hooks/use-detect-scroll/use-detect-scroll.types.d.ts +9 -0
  94. package/dist/components/table/components/custom-columns-toggle/index.d.ts +1 -0
  95. package/dist/components/table/components/custom-columns-wrapper/custom-columns-wrapper.d.ts +1 -1
  96. package/dist/components/table/components/custom-columns-wrapper/custom-columns-wrapper.styles.d.ts +0 -1
  97. package/dist/components/table/components/custom-columns-wrapper/custom-columns-wrapper.types.d.ts +5 -5
  98. package/dist/components/table/components/custom-columns-wrapper/hooks/index.d.ts +1 -1
  99. package/dist/components/table/components/custom-columns-wrapper/hooks/use-detect-scroll/index.d.ts +1 -0
  100. package/dist/components/table/components/custom-columns-wrapper/hooks/use-detect-scroll/use-detect-scroll.d.ts +4 -0
  101. package/dist/components/table/components/custom-columns-wrapper/hooks/use-detect-scroll/use-detect-scroll.types.d.ts +9 -0
  102. package/dist/components/table/components/index.d.ts +1 -1
  103. package/dist/components/table/components/table-actions-wrapper/components/search/search.styles.d.ts +4 -1
  104. package/dist/components/table/components/table-actions-wrapper/components/search/search.types.d.ts +5 -1
  105. package/dist/components/table/components/table-actions-wrapper/table-actions-wrapper.types.d.ts +2 -5
  106. package/dist/components/table/components/table-header/table-header.types.d.ts +5 -2
  107. package/dist/components/table/components/table-row/helpers/get-row-component-props/get-row-component-props.d.ts +267 -0
  108. package/dist/components/table/components/table-row/helpers/get-row-component-props/index.d.ts +1 -0
  109. package/dist/components/table/components/table-row/table-row.types.d.ts +2 -2
  110. package/dist/components/table/components/table-row-cells/table-row-cells.types.d.ts +6 -3
  111. package/dist/components/table/components/table-row-overlay/table-row-overlay.types.d.ts +2 -1
  112. package/dist/components/table/hooks/index.d.ts +2 -2
  113. package/dist/components/table/hooks/use-drag-and-drop-rows/index.d.ts +1 -0
  114. package/dist/components/table/hooks/use-drag-and-drop-rows/use-drag-and-drop-rows.d.ts +14 -0
  115. package/dist/components/table/hooks/use-drag-and-drop-rows/use-drag-and-drop-rows.types.d.ts +7 -0
  116. package/dist/components/table/hooks/use-track-sticky-cells/helpers/get-is-sticky/get-is-sticky.d.ts +2 -0
  117. package/dist/components/table/hooks/use-track-sticky-cells/helpers/get-is-sticky/get-is-sticky.types.d.ts +5 -0
  118. package/dist/components/table/hooks/use-track-sticky-cells/helpers/get-is-sticky/index.d.ts +1 -0
  119. package/dist/components/table/hooks/use-track-sticky-cells/helpers.d.ts +2 -0
  120. package/dist/components/table/hooks/use-track-sticky-cells/use-track-sticky-cells.d.ts +1 -6
  121. package/dist/components/table/hooks/use-track-sticky-cells/use-track-sticky-cells.helpers.d.ts +6 -0
  122. package/dist/components/table/hooks/use-track-sticky-cells/use-track-sticky-cells.types.d.ts +4 -5
  123. package/dist/components/table/index.d.ts +0 -2
  124. package/dist/components/table/table.adapters.d.ts +21 -0
  125. package/dist/components/table/table.helpers.d.ts +9 -0
  126. package/dist/components/table/table.styles.d.ts +3 -0
  127. package/dist/components/table/table.types.d.ts +22 -7
  128. package/dist/components/table/use-drag-and-drop-rows/index.d.ts +1 -0
  129. package/dist/components/table/use-drag-and-drop-rows/use-drag-and-drop-rows.d.ts +14 -0
  130. package/dist/components/table/use-drag-and-drop-rows/use-drag-and-drop-rows.types.d.ts +9 -0
  131. package/dist/components/tabs/components/tab/tab.types.d.ts +4 -1
  132. package/dist/components/tabs/components/tab-panel/tab-panel.types.d.ts +1 -0
  133. package/dist/components/tabs/components/tabs-list/tabs-list.styles.d.ts +1 -0
  134. package/dist/components/tabs/components/tabs-list/tabs-list.types.d.ts +2 -0
  135. package/dist/components/tooltip/tooltip.types.d.ts +1 -0
  136. package/dist/index.cjs.js +1 -1
  137. package/dist/index.d.ts +1 -1
  138. package/dist/index.esm.js +1 -1
  139. package/dist/index.umd.js +1 -1
  140. package/dist/styles/index.d.ts +1 -1
  141. package/dist/styles/theme.d.ts +7 -0
  142. package/package.json +3 -2
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  ## Adding new icons
4
4
 
5
5
  1. From [Figma](https://www.figma.com/file/7XptZJEfgLsGIjLT4PAFXY/Gantri-DS-%7C-Atoms?node-id=1%3A9456&t=BvL578PsHUyfuJYh-1), right click on icon from sidebar (Make sure you have the right element selected. They should be 16x16 or 24x24) and click `Copy/Paste as > Copy as SVG`.
6
- 2. Create a new .svg file in the `/assets/icons/__APPROPRIATE_CATEGORY_FOLDER__/` directory with the same name as what appears in [Figma](https://www.figma.com/file/7XptZJEfgLsGIjLT4PAFXY/Gantri-DS-%7C-Atoms?node-id=1%3A9456&t=BvL578PsHUyfuJYh-1) minus `ic_` and `_16` (example: `ic_corner_16` and `ic_corner_24` become `corner` and `corner_24`).
6
+ 2. Create a new .svg file in the `/src/assets/icons/__APPROPRIATE_CATEGORY_FOLDER__/` directory with the same name as what appears in [Figma](https://www.figma.com/file/7XptZJEfgLsGIjLT4PAFXY/Gantri-DS-%7C-Atoms?node-id=1%3A9456&t=BvL578PsHUyfuJYh-1) minus `ic_` and `_16` (example: `ic_corner_16` and `ic_corner_24` become `corner` and `corner_24`).
7
7
  3. Look at each new svg file and verify that the viewbox is `viewbox="0 0 16 16"` or `viewbox="0 0 24 24"`, as applicable. Update any that are not the appropriate value. If the icons do not look correct when complete, you can try reverting the change or talk to the designers about correcting them.
8
8
  4. Update `fill` attributes to reference value `"currentColor"`. `stroke` attributes should also be updated. Be careful to check that the updated icon matches the original icon. Send the icon back to the designers to correct if there are any issues.
9
9
  5. Remove IDs and masks. Be careful to check that the updated icon matches the original icon. Send the icon back to the designers to correct if there are any issues.
@@ -9,7 +9,7 @@ type DeprecatedSize = 's1' | 's2' | 's3' | 's4' | 's5' | 's6';
9
9
  /**
10
10
  *
11
11
  */
12
- export type BoxDimension = DeprecatedSize | '.5x' | 'x' | '2x' | '3x' | '4x' | '5x' | '6x' | '7x' | '8x' | '9x' | '10x' | '11x' | '12x' | '16x' | '18x' | '24x' | 'unset' | null | '0' | `${number}px` | `${number}rem` | `${number}vw` | `${number}%` | `calc(${string})`;
12
+ export type BoxDimension = DeprecatedSize | '.5x' | 'x' | '2x' | '3x' | '4x' | '5x' | '6x' | '7x' | '8x' | '9x' | '10x' | '11x' | '12x' | '13x' | '14x' | '15x' | '16x' | '17x' | '18x' | '19x' | '20x' | '24x' | 'unset' | null | '0' | `${number}px` | `${number}rem` | `${number}vw` | `${number}%` | `calc(${string})`;
13
13
  type AllowedBoxDimension<T> = T extends BoxDimension ? T : never;
14
14
  export interface ResolutionAwarePropBase<T> {
15
15
  lg?: AllowedBoxDimension<T>;
@@ -0,0 +1,5 @@
1
+ import { ButtonMenuProps } from './button-menu.types';
2
+ export declare const ButtonMenu: {
3
+ <T extends Record<any, any>>(props: ButtonMenuProps<T>): JSX.Element;
4
+ defaultProps: Partial<ButtonMenuProps<Record<string, unknown>>>;
5
+ };
@@ -0,0 +1,2 @@
1
+ import { ButtonMenuProps } from './button-menu.types';
2
+ export declare const ButtonMenuPresets: Partial<ButtonMenuProps>;
@@ -0,0 +1 @@
1
+ export declare const StyledButtonMenuWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
@@ -0,0 +1,13 @@
1
+ import { DropdownMenuProps } from '../dropdown-menu/dropdown-menu.types';
2
+ import { ButtonVariant } from '../button/button.types';
3
+ export interface ButtonMenuProps<T = Record<string, unknown>> extends DropdownMenuProps<T> {
4
+ active?: boolean;
5
+ buttonClassName?: string;
6
+ buttonVariant?: ButtonVariant;
7
+ label?: string;
8
+ labelTx?: string;
9
+ labelTxValues?: Record<string, unknown>;
10
+ onClose?: () => void;
11
+ onOpen?: () => void;
12
+ triggerEvent?: 'click' | 'hover' | 'manual';
13
+ }
@@ -0,0 +1 @@
1
+ export * from './button-menu';
@@ -14,6 +14,7 @@ export interface DropdownProps<T> extends Omit<DropdownMenuProps<T>, 'items'> {
14
14
  hideErrors?: boolean;
15
15
  icon?: ReactElement;
16
16
  items?: T[];
17
+ keepOpenAfterSelection?: boolean;
17
18
  keyProperty?: (option?: T) => string;
18
19
  labelPosition?: 'top' | 'left';
19
20
  labelText?: string;
@@ -1,5 +1,5 @@
1
1
  import { DropdownMenuProps } from './dropdown-menu.types';
2
2
  export declare const DropdownMenu: {
3
- <T>(props: DropdownMenuProps<T>): JSX.Element;
3
+ <T extends Record<any, any>>(props: DropdownMenuProps<T>): JSX.Element;
4
4
  defaultProps: Partial<DropdownMenuProps<Record<string, unknown>>>;
5
5
  };
@@ -1,5 +1,7 @@
1
1
  import { Property } from 'csstype';
2
+ import { Color } from '../../styles';
2
3
  export declare const StyledContainer: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {
4
+ $borderColor: Color;
3
5
  $hasHeader?: boolean | undefined;
4
6
  $noShadow: boolean;
5
7
  }, never>;
@@ -1,8 +1,10 @@
1
1
  import { Property } from 'csstype';
2
2
  import { ReactNode } from 'react';
3
3
  import { Maybe } from '../../global';
4
+ import { Color } from '../../styles';
4
5
  export interface DropdownMenuProps<T = Record<string, unknown>> {
5
6
  autoSelectFirst?: boolean;
7
+ borderColor?: Color;
6
8
  className?: string;
7
9
  header?: ReactNode;
8
10
  idProperty?: keyof T;
@@ -10,6 +12,7 @@ export interface DropdownMenuProps<T = Record<string, unknown>> {
10
12
  items: T[];
11
13
  /** Sets the alignment of the dropdown items. */
12
14
  justifyContent?: Property.JustifyContent;
15
+ keepOpenAfterSelection?: boolean;
13
16
  keyProperty?: (item?: T) => string;
14
17
  labelProperty?: keyof T | ((item?: T) => string);
15
18
  labelPropertyTx?: (item?: T) => string;
@@ -21,6 +24,8 @@ export interface DropdownMenuProps<T = Record<string, unknown>> {
21
24
  renderItem?: (item: T) => Maybe<ReactNode>;
22
25
  searchType?: 'startsWith' | 'contains' | 'endsWith';
23
26
  searchable?: boolean;
27
+ /** Optionally provide to highlight multiple items as selected. */
28
+ selectedItems?: T[];
24
29
  value?: string | number;
25
30
  width?: Property.Width<string | number>;
26
31
  }
@@ -1,18 +1,21 @@
1
1
  import { ResolutionAwareProp } from '../../types/resolution-aware-prop.type';
2
2
  import { ButtonSize } from '../button/button.types';
3
- import { OnConfirmInteraction } from '../table/components/table-actions-wrapper/hooks';
4
3
  export interface FilterButtonProps {
5
4
  Content?: JSX.Element;
6
5
  applyButtonText?: string;
7
6
  applyButtonTx?: string;
8
7
  count?: number;
9
8
  hideFilterTextInMobile?: boolean;
9
+ iconLocation?: 'left' | 'right';
10
+ label?: string;
11
+ labelTx?: string;
12
+ labelTxValues?: Record<string, unknown>;
10
13
  modalNoTopSpacing?: boolean;
11
14
  modalTitle?: string;
12
15
  modalTitleTx?: string;
13
16
  onApply?: () => void;
14
17
  onClose?: () => void;
15
- onConfirmInteraction?: OnConfirmInteraction;
18
+ onConfirmInteraction?: (op: string) => Promise<boolean>;
16
19
  onOpen?: () => void;
17
20
  onReset?: () => void;
18
21
  recordsCount?: number;
@@ -1,12 +1,14 @@
1
1
  import { Property } from 'csstype';
2
- import { BoxProps } from '../box/box.types';
2
+ import { BoxDimension, BoxProps } from '../box/box.types';
3
3
  import { ResolutionAwareProp } from '../../types/resolution-aware-prop.type';
4
4
  export interface FlexProps extends BoxProps {
5
5
  alignItems?: ResolutionAwareProp<Property.AlignItems>;
6
+ columnGap?: ResolutionAwareProp<BoxDimension>;
6
7
  direction?: ResolutionAwareProp<any>;
7
8
  gap?: ResolutionAwareProp<Property.Gap>;
8
9
  height?: ResolutionAwareProp<string>;
9
10
  justifyContent?: ResolutionAwareProp<Property.JustifyContent>;
11
+ rowGap?: ResolutionAwareProp<BoxDimension>;
10
12
  width?: ResolutionAwareProp<string>;
11
13
  wrap?: ResolutionAwareProp<Property.FlexWrap>;
12
14
  }
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgArrowDiag: React.NamedExoticComponent<object>;
3
+ export default SvgArrowDiag;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgArrowDiag24: React.NamedExoticComponent<object>;
3
+ export default SvgArrowDiag24;
@@ -14,6 +14,8 @@ export { default as ArrowChevronRight } from './ArrowChevronRight';
14
14
  export { default as ArrowChevronRight24 } from './ArrowChevronRight24';
15
15
  export { default as ArrowChevronUp } from './ArrowChevronUp';
16
16
  export { default as ArrowChevronUp24 } from './ArrowChevronUp24';
17
+ export { default as ArrowDiag } from './ArrowDiag';
18
+ export { default as ArrowDiag24 } from './ArrowDiag24';
17
19
  export { default as ArrowDown } from './ArrowDown';
18
20
  export { default as ArrowDown24 } from './ArrowDown24';
19
21
  export { default as ArrowDownload } from './ArrowDownload';
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgDocumentLines: React.NamedExoticComponent<object>;
3
+ export default SvgDocumentLines;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgDocumentLines24: React.NamedExoticComponent<object>;
3
+ export default SvgDocumentLines24;
@@ -1,4 +1,6 @@
1
1
  export { default as DocumentBlank } from './DocumentBlank';
2
2
  export { default as DocumentBlank24 } from './DocumentBlank24';
3
+ export { default as DocumentLines } from './DocumentLines';
4
+ export { default as DocumentLines24 } from './DocumentLines24';
3
5
  export { default as Pencil } from './Pencil';
4
6
  export { default as Pencil24 } from './Pencil24';
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgLogoAppleText24: React.NamedExoticComponent<object>;
3
+ export default SvgLogoAppleText24;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgLogoGoogleText24: React.NamedExoticComponent<object>;
3
+ export default SvgLogoGoogleText24;
@@ -2,12 +2,14 @@ export { default as LogoAffirm } from './LogoAffirm';
2
2
  export { default as LogoAffirmColored } from './LogoAffirmColored';
3
3
  export { default as LogoApple } from './LogoApple';
4
4
  export { default as LogoAppleText } from './LogoAppleText';
5
+ export { default as LogoAppleText24 } from './LogoAppleText24';
5
6
  export { default as LogoBehance } from './LogoBehance';
6
7
  export { default as LogoFacebook } from './LogoFacebook';
7
8
  export { default as LogoGantri } from './LogoGantri';
8
9
  export { default as LogoGithub } from './LogoGithub';
9
10
  export { default as LogoGoogle } from './LogoGoogle';
10
11
  export { default as LogoGoogleText } from './LogoGoogleText';
12
+ export { default as LogoGoogleText24 } from './LogoGoogleText24';
11
13
  export { default as LogoInstagram } from './LogoInstagram';
12
14
  export { default as LogoLinkedin } from './LogoLinkedin';
13
15
  export { default as LogoPinterest } from './LogoPinterest';
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgLinesThreeVertical: React.NamedExoticComponent<object>;
3
+ export default SvgLinesThreeVertical;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgLinesThreeVertical24: React.NamedExoticComponent<object>;
3
+ export default SvgLinesThreeVertical24;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgLinesTwoDots: React.NamedExoticComponent<object>;
3
+ export default SvgLinesTwoDots;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgLinesTwoDots24: React.NamedExoticComponent<object>;
3
+ export default SvgLinesTwoDots24;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgXSmall: React.NamedExoticComponent<object>;
3
+ export default SvgXSmall;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgXSmall24: React.NamedExoticComponent<object>;
3
+ export default SvgXSmall24;
@@ -15,8 +15,12 @@ export { default as Grid24 } from './Grid24';
15
15
  export { default as LeftQuote } from './LeftQuote';
16
16
  export { default as LinesThree } from './LinesThree';
17
17
  export { default as LinesThree24 } from './LinesThree24';
18
+ export { default as LinesThreeVertical } from './LinesThreeVertical';
19
+ export { default as LinesThreeVertical24 } from './LinesThreeVertical24';
18
20
  export { default as LinesTwo } from './LinesTwo';
19
21
  export { default as LinesTwo24 } from './LinesTwo24';
22
+ export { default as LinesTwoDots } from './LinesTwoDots';
23
+ export { default as LinesTwoDots24 } from './LinesTwoDots24';
20
24
  export { default as Minus } from './Minus';
21
25
  export { default as Minus24 } from './Minus24';
22
26
  export { default as MinusCircle } from './MinusCircle';
@@ -39,3 +43,5 @@ export { default as ThreeDotsHorizontal } from './ThreeDotsHorizontal';
39
43
  export { default as ThreeDotsHorizontal24 } from './ThreeDotsHorizontal24';
40
44
  export { default as X } from './X';
41
45
  export { default as X24 } from './X24';
46
+ export { default as XSmall } from './XSmall';
47
+ export { default as XSmall24 } from './XSmall24';
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgBroom: React.NamedExoticComponent<object>;
3
+ export default SvgBroom;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgBroom24: React.NamedExoticComponent<object>;
3
+ export default SvgBroom24;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgSdCardFilledExclamation: React.NamedExoticComponent<object>;
3
+ export default SvgSdCardFilledExclamation;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgSdCardFilledExclamation24: React.NamedExoticComponent<object>;
3
+ export default SvgSdCardFilledExclamation24;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgSdCardOutline: React.NamedExoticComponent<object>;
3
+ export default SvgSdCardOutline;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgSdCardOutline24: React.NamedExoticComponent<object>;
3
+ export default SvgSdCardOutline24;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgSpool: React.NamedExoticComponent<object>;
3
+ export default SvgSpool;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgSpool24: React.NamedExoticComponent<object>;
3
+ export default SvgSpool24;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgTape: React.NamedExoticComponent<object>;
3
+ export default SvgTape;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgTape24: React.NamedExoticComponent<object>;
3
+ export default SvgTape24;
@@ -4,6 +4,8 @@ export { default as BasketFilled } from './BasketFilled';
4
4
  export { default as BasketFilled24 } from './BasketFilled24';
5
5
  export { default as Box } from './Box';
6
6
  export { default as Box24 } from './Box24';
7
+ export { default as Broom } from './Broom';
8
+ export { default as Broom24 } from './Broom24';
7
9
  export { default as Corner } from './Corner';
8
10
  export { default as Corner24 } from './Corner24';
9
11
  export { default as CubeOutline } from './CubeOutline';
@@ -28,8 +30,16 @@ export { default as SandPaper } from './SandPaper';
28
30
  export { default as SandPaper24 } from './SandPaper24';
29
31
  export { default as SandPrimed } from './SandPrimed';
30
32
  export { default as SandPrimed24 } from './SandPrimed24';
33
+ export { default as SdCardFilledExclamation } from './SdCardFilledExclamation';
34
+ export { default as SdCardFilledExclamation24 } from './SdCardFilledExclamation24';
35
+ export { default as SdCardOutline } from './SdCardOutline';
36
+ export { default as SdCardOutline24 } from './SdCardOutline24';
37
+ export { default as Spool } from './Spool';
38
+ export { default as Spool24 } from './Spool24';
31
39
  export { default as Sun } from './Sun';
32
40
  export { default as Sun24 } from './Sun24';
41
+ export { default as Tape } from './Tape';
42
+ export { default as Tape24 } from './Tape24';
33
43
  export { default as TriangleRuler } from './TriangleRuler';
34
44
  export { default as TriangleRuler24 } from './TriangleRuler24';
35
45
  export { default as TriangleRulerFilled } from './TriangleRulerFilled';
@@ -1,2 +1,2 @@
1
- export declare const IconsList: readonly ["actions:funnel", "actions:funnel_24", "actions:funnel_filled", "actions:funnel_filled_24", "actions:gear", "actions:gear_24", "actions:life_buoy", "actions:life_buoy_24", "actions:link", "actions:link_24", "actions:star", "actions:star_24", "actions:star_filled", "actions:star_filled_24", "actions:star_half", "actions:star_half_24", "actions:thumbs_up", "actions:thumbs_up_24", "actions:trash_can", "actions:trash_can_24", "alert:bell", "alert:bell_24", "alert:bell_filled", "alert:bell_filled_24", "alert:i_circle", "alert:i_circle_24", "alert:lightning_bolt", "alert:lightning_bolt_24", "alert:lightning_bolt_filled", "alert:lightning_bolt_filled_24", "alert:question_mark_circle", "alert:question_mark_circle_24", "alert:warning_triangle", "alert:warning_triangle_24", "animated:loader", "arrows:arrow_chevron_double_down", "arrows:arrow_chevron_double_down_24", "arrows:arrow_chevron_double_left", "arrows:arrow_chevron_double_left_24", "arrows:arrow_chevron_double_right", "arrows:arrow_chevron_double_right_24", "arrows:arrow_chevron_double_up", "arrows:arrow_chevron_double_up_24", "arrows:arrow_chevron_down", "arrows:arrow_chevron_down_24", "arrows:arrow_chevron_left", "arrows:arrow_chevron_left_24", "arrows:arrow_chevron_right", "arrows:arrow_chevron_right_24", "arrows:arrow_chevron_up", "arrows:arrow_chevron_up_24", "arrows:arrow_down", "arrows:arrow_down_24", "arrows:arrow_download", "arrows:arrow_download_24", "arrows:arrow_external", "arrows:arrow_external_24", "arrows:arrow_left", "arrows:arrow_left_24", "arrows:arrow_line_down", "arrows:arrow_line_down_24", "arrows:arrow_line_left", "arrows:arrow_line_left_24", "arrows:arrow_line_right", "arrows:arrow_line_right_24", "arrows:arrow_line_up", "arrows:arrow_line_up_24", "arrows:arrow_return", "arrows:arrow_right", "arrows:arrow_right_24", "arrows:arrow_rotate_two", "arrows:arrow_rotate_two_24", "arrows:arrow_triangle_down", "arrows:arrow_triangle_down_24", "arrows:arrow_triangle_left", "arrows:arrow_triangle_left_24", "arrows:arrow_triangle_right", "arrows:arrow_triangle_right_24", "arrows:arrow_triangle_up", "arrows:arrow_triangle_up_24", "arrows:arrow_triangle_updown", "arrows:arrow_triangle_updown_24", "arrows:arrow_triangle_updown_down_filled", "arrows:arrow_triangle_updown_down_filled_24", "arrows:arrow_triangle_updown_filled", "arrows:arrow_triangle_updown_filled_24", "arrows:arrow_triangle_updown_top_filled", "arrows:arrow_triangle_updown_top_filled_24", "arrows:arrow_up", "arrows:arrow_up_24", "arrows:arrow_updown", "arrows:arrow_updown_24", "arrows:arrow_updown_filled", "arrows:arrow_updown_filled_24", "arrows:arrow_upload", "arrows:arrow_upload_24", "data:chart_bar", "data:chart_bar_24", "docs:document_blank", "docs:document_blank_24", "docs:pencil", "docs:pencil_24", "location:house", "location:house_24", "location:location_california", "location:location_california_24", "location:location_pin", "location:location_pin_24", "logos:logo_affirm", "logos:logo_affirm_colored", "logos:logo_apple", "logos:logo_apple_text", "logos:logo_behance", "logos:logo_facebook", "logos:logo_gantri", "logos:logo_github", "logos:logo_google", "logos:logo_google_text", "logos:logo_instagram", "logos:logo_linkedin", "logos:logo_pinterest", "logos:logo_tiktok", "logos:logo_twitter", "logos:logo_yotpo", "logos:logo_youtube", "machine:difficulty_easy", "machine:difficulty_hard", "machine:difficulty_moderate", "machine:difficulty_multiple", "machine:laptop", "media:photo", "media:photo_24", "media:photo_filled", "media:photo_filled_24", "payment:cash", "payment:cash_24", "payment:credit_card", "payment:credit_card_24", "payment:gift_box", "payment:gift_box_24", "payment:gift_card", "payment:gift_card_24", "payment:shopping_bag", "payment:shopping_bag_24", "people:people", "people:people_24", "people:person", "people:person_24", "people:person_outline", "people:person_outline_24", "time:calendar", "time:calendar_24", "time:clock", "time:clock_24", "time:clock_filled", "time:clock_filled_24", "ui-control:award_ribbon", "ui-control:check_mark", "ui-control:check_mark_24", "ui-control:check_mark_circle_filled", "ui-control:check_mark_circle_filled_24", "ui-control:drag", "ui-control:email", "ui-control:email_24", "ui-control:exclamation_circle_filled", "ui-control:exclamation_circle_filled_24", "ui-control:globe", "ui-control:globe_24", "ui-control:grid", "ui-control:grid_24", "ui-control:left_quote", "ui-control:lines_three", "ui-control:lines_three_24", "ui-control:lines_two", "ui-control:lines_two_24", "ui-control:minus", "ui-control:minus_24", "ui-control:minus_circle", "ui-control:minus_circle_24", "ui-control:minus_circle_filled", "ui-control:minus_circle_filled_24", "ui-control:pause", "ui-control:pause_24", "ui-control:play", "ui-control:plus", "ui-control:plus_24", "ui-control:plus_circle", "ui-control:plus_circle_24", "ui-control:sound_off", "ui-control:sound_off_24", "ui-control:sound_on", "ui-control:three_dots_cluster", "ui-control:three_dots_cluster_24", "ui-control:three_dots_horizontal", "ui-control:three_dots_horizontal_24", "ui-control:x", "ui-control:x_24", "view:eye_open", "view:eye_open_24", "view:magnifying_glass", "view:magnifying_glass_24", "view:magnifying_glass_filled", "view:magnifying_glass_filled_24", "work:assemble", "work:assemble_24", "work:basket_filled", "work:basket_filled_24", "work:box", "work:box_24", "work:corner", "work:corner_24", "work:cube_outline", "work:cube_outline_24", "work:leaf", "work:leaf_24", "work:light_bulb", "work:light_bulb_24", "work:mask", "work:mask_24", "work:no_entry", "work:no_entry_24", "work:p_circle", "work:p_circle_24", "work:print_nozzle", "work:print_nozzle_24", "work:rfid_signal", "work:rfid_signal_24", "work:sand_painted", "work:sand_painted_24", "work:sand_paper", "work:sand_paper_24", "work:sand_primed", "work:sand_primed_24", "work:sun", "work:sun_24", "work:triangle_ruler", "work:triangle_ruler_24", "work:triangle_ruler_filled", "work:tumbler", "work:tumbler_24", "work:water_drop", "work:water_drop_24", "work:water_drop_dotted", "work:water_drop_dotted_24", "work:wrench", "work:wrench_24"];
1
+ export declare const IconsList: readonly ["actions:funnel", "actions:funnel_24", "actions:funnel_filled", "actions:funnel_filled_24", "actions:gear", "actions:gear_24", "actions:life_buoy", "actions:life_buoy_24", "actions:link", "actions:link_24", "actions:star", "actions:star_24", "actions:star_filled", "actions:star_filled_24", "actions:star_half", "actions:star_half_24", "actions:thumbs_up", "actions:thumbs_up_24", "actions:trash_can", "actions:trash_can_24", "alert:bell", "alert:bell_24", "alert:bell_filled", "alert:bell_filled_24", "alert:i_circle", "alert:i_circle_24", "alert:lightning_bolt", "alert:lightning_bolt_24", "alert:lightning_bolt_filled", "alert:lightning_bolt_filled_24", "alert:question_mark_circle", "alert:question_mark_circle_24", "alert:warning_triangle", "alert:warning_triangle_24", "animated:loader", "arrows:arrow_chevron_double_down", "arrows:arrow_chevron_double_down_24", "arrows:arrow_chevron_double_left", "arrows:arrow_chevron_double_left_24", "arrows:arrow_chevron_double_right", "arrows:arrow_chevron_double_right_24", "arrows:arrow_chevron_double_up", "arrows:arrow_chevron_double_up_24", "arrows:arrow_chevron_down", "arrows:arrow_chevron_down_24", "arrows:arrow_chevron_left", "arrows:arrow_chevron_left_24", "arrows:arrow_chevron_right", "arrows:arrow_chevron_right_24", "arrows:arrow_chevron_up", "arrows:arrow_chevron_up_24", "arrows:arrow_diag", "arrows:arrow_diag_24", "arrows:arrow_down", "arrows:arrow_down_24", "arrows:arrow_download", "arrows:arrow_download_24", "arrows:arrow_external", "arrows:arrow_external_24", "arrows:arrow_left", "arrows:arrow_left_24", "arrows:arrow_line_down", "arrows:arrow_line_down_24", "arrows:arrow_line_left", "arrows:arrow_line_left_24", "arrows:arrow_line_right", "arrows:arrow_line_right_24", "arrows:arrow_line_up", "arrows:arrow_line_up_24", "arrows:arrow_return", "arrows:arrow_right", "arrows:arrow_right_24", "arrows:arrow_rotate_two", "arrows:arrow_rotate_two_24", "arrows:arrow_triangle_down", "arrows:arrow_triangle_down_24", "arrows:arrow_triangle_left", "arrows:arrow_triangle_left_24", "arrows:arrow_triangle_right", "arrows:arrow_triangle_right_24", "arrows:arrow_triangle_up", "arrows:arrow_triangle_up_24", "arrows:arrow_triangle_updown", "arrows:arrow_triangle_updown_24", "arrows:arrow_triangle_updown_down_filled", "arrows:arrow_triangle_updown_down_filled_24", "arrows:arrow_triangle_updown_filled", "arrows:arrow_triangle_updown_filled_24", "arrows:arrow_triangle_updown_top_filled", "arrows:arrow_triangle_updown_top_filled_24", "arrows:arrow_up", "arrows:arrow_up_24", "arrows:arrow_updown", "arrows:arrow_updown_24", "arrows:arrow_updown_filled", "arrows:arrow_updown_filled_24", "arrows:arrow_upload", "arrows:arrow_upload_24", "data:chart_bar", "data:chart_bar_24", "docs:document_blank", "docs:document_blank_24", "docs:document_lines", "docs:document_lines_24", "docs:pencil", "docs:pencil_24", "location:house", "location:house_24", "location:location_california", "location:location_california_24", "location:location_pin", "location:location_pin_24", "logos:logo_affirm", "logos:logo_affirm_colored", "logos:logo_apple", "logos:logo_apple_text", "logos:logo_apple_text_24", "logos:logo_behance", "logos:logo_facebook", "logos:logo_gantri", "logos:logo_github", "logos:logo_google", "logos:logo_google_text", "logos:logo_google_text_24", "logos:logo_instagram", "logos:logo_linkedin", "logos:logo_pinterest", "logos:logo_tiktok", "logos:logo_twitter", "logos:logo_yotpo", "logos:logo_youtube", "machine:difficulty_easy", "machine:difficulty_hard", "machine:difficulty_moderate", "machine:difficulty_multiple", "machine:laptop", "media:photo", "media:photo_24", "media:photo_filled", "media:photo_filled_24", "payment:cash", "payment:cash_24", "payment:credit_card", "payment:credit_card_24", "payment:gift_box", "payment:gift_box_24", "payment:gift_card", "payment:gift_card_24", "payment:shopping_bag", "payment:shopping_bag_24", "people:people", "people:people_24", "people:person", "people:person_24", "people:person_outline", "people:person_outline_24", "time:calendar", "time:calendar_24", "time:clock", "time:clock_24", "time:clock_filled", "time:clock_filled_24", "ui-control:award_ribbon", "ui-control:check_mark", "ui-control:check_mark_24", "ui-control:check_mark_circle_filled", "ui-control:check_mark_circle_filled_24", "ui-control:drag", "ui-control:email", "ui-control:email_24", "ui-control:exclamation_circle_filled", "ui-control:exclamation_circle_filled_24", "ui-control:globe", "ui-control:globe_24", "ui-control:grid", "ui-control:grid_24", "ui-control:left_quote", "ui-control:lines_three", "ui-control:lines_three_24", "ui-control:lines_three_vertical", "ui-control:lines_three_vertical_24", "ui-control:lines_two", "ui-control:lines_two_24", "ui-control:lines_two_dots", "ui-control:lines_two_dots_24", "ui-control:minus", "ui-control:minus_24", "ui-control:minus_circle", "ui-control:minus_circle_24", "ui-control:minus_circle_filled", "ui-control:minus_circle_filled_24", "ui-control:pause", "ui-control:pause_24", "ui-control:play", "ui-control:plus", "ui-control:plus_24", "ui-control:plus_circle", "ui-control:plus_circle_24", "ui-control:sound_off", "ui-control:sound_off_24", "ui-control:sound_on", "ui-control:three_dots_cluster", "ui-control:three_dots_cluster_24", "ui-control:three_dots_horizontal", "ui-control:three_dots_horizontal_24", "ui-control:x", "ui-control:x_24", "ui-control:x_small", "ui-control:x_small_24", "view:eye_open", "view:eye_open_24", "view:magnifying_glass", "view:magnifying_glass_24", "view:magnifying_glass_filled", "view:magnifying_glass_filled_24", "work:assemble", "work:assemble_24", "work:basket_filled", "work:basket_filled_24", "work:box", "work:box_24", "work:broom", "work:broom_24", "work:corner", "work:corner_24", "work:cube_outline", "work:cube_outline_24", "work:leaf", "work:leaf_24", "work:light_bulb", "work:light_bulb_24", "work:mask", "work:mask_24", "work:no_entry", "work:no_entry_24", "work:p_circle", "work:p_circle_24", "work:print_nozzle", "work:print_nozzle_24", "work:rfid_signal", "work:rfid_signal_24", "work:sand_painted", "work:sand_painted_24", "work:sand_paper", "work:sand_paper_24", "work:sand_primed", "work:sand_primed_24", "work:sd_card_filled_exclamation", "work:sd_card_filled_exclamation_24", "work:sd_card_outline", "work:sd_card_outline_24", "work:spool", "work:spool_24", "work:sun", "work:sun_24", "work:tape", "work:tape_24", "work:triangle_ruler", "work:triangle_ruler_24", "work:triangle_ruler_filled", "work:tumbler", "work:tumbler_24", "work:water_drop", "work:water_drop_24", "work:water_drop_dotted", "work:water_drop_dotted_24", "work:wrench", "work:wrench_24"];
2
2
  export type IconType = typeof IconsList[number];
@@ -3,6 +3,7 @@ export * from './badge';
3
3
  export * from './box';
4
4
  export * from './breadcrumbs';
5
5
  export * from './button';
6
+ export * from './button-menu';
6
7
  export * from './cell';
7
8
  export * from './checkbox';
8
9
  export * from './circular-progress';
@@ -21,6 +22,7 @@ export * from './in-view';
21
22
  export * from './line';
22
23
  export * from './linear-progress';
23
24
  export * from './modal';
25
+ export * from './multi-select-list';
24
26
  export * from './overlay';
25
27
  export * from './pills';
26
28
  export * from './radio';
@@ -34,3 +36,4 @@ export * from './text-field';
34
36
  export * from './toggle';
35
37
  export * from './tooltip';
36
38
  export * from './typography';
39
+ export * from './input-group';
@@ -0,0 +1 @@
1
+ export * from './input-group';
@@ -0,0 +1,3 @@
1
+ import { FC } from 'react';
2
+ import { InputGroupProps } from './input-group.types';
3
+ export declare const InputGroup: FC<InputGroupProps>;
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ export declare const StyledButton: import("styled-components").StyledComponent<import("react").FC<import("../button/button.types").ButtonProps>, import("styled-components").DefaultTheme, {}, never>;
3
+ export declare const StyledInputGroupContainer: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {
4
+ $disabled?: boolean | undefined;
5
+ $size?: string | undefined;
6
+ $withErrors?: boolean | undefined;
7
+ }, never>;
@@ -0,0 +1,9 @@
1
+ import { MouseEvent } from 'react';
2
+ import { TextFieldProps } from '../text-field';
3
+ export interface InputGroupProps extends Omit<TextFieldProps, 'rightIcon'> {
4
+ buttonText?: string;
5
+ buttonTx?: string;
6
+ buttonType?: 'submit' | 'button';
7
+ onClick?: (event: MouseEvent) => void;
8
+ size?: 'small' | 'large';
9
+ }
@@ -0,0 +1 @@
1
+ export * from './multi-select-list';
@@ -0,0 +1,5 @@
1
+ import { MultiSelectListProps } from './multi-select-list.types';
2
+ export declare const MultiSelectList: {
3
+ <Item extends Record<any, any>>(props: MultiSelectListProps<Item>): JSX.Element;
4
+ defaultProps: import("./multi-select-list.types").MultiSelectListDefaultProps<Record<string, unknown>>;
5
+ };
@@ -0,0 +1,2 @@
1
+ import { MultiSelectListDefaultProps } from './multi-select-list.types';
2
+ export declare const multiSelectListDefaultProps: MultiSelectListDefaultProps<Record<string, unknown>>;
@@ -0,0 +1,2 @@
1
+ /// <reference types="react" />
2
+ export declare const StyledFlexItem: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../flex/flex.types").FlexProps & import("react").RefAttributes<import("../flex/flex.types").FlexProps>>, import("styled-components").DefaultTheme, {}, never>;
@@ -0,0 +1,11 @@
1
+ import { FlexProps } from '../flex/flex.types';
2
+ export interface MultiSelectListProps<Item extends Record<any, any>> extends Partial<MultiSelectListDefaultProps<Item>>, Partial<FlexProps> {
3
+ items: Item[];
4
+ labelPropertyTx?: (item?: Item) => string;
5
+ setItems: (newItems: Item[]) => void;
6
+ }
7
+ export interface MultiSelectListDefaultProps<Item extends Record<any, any>> {
8
+ clearButtonText?: string;
9
+ idProperty: keyof Item;
10
+ labelProperty: keyof Item | ((item?: Item) => string);
11
+ }
@@ -1,3 +1,4 @@
1
1
  export declare const StyledContainer: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
2
2
  export declare const StyledContent: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
3
3
  export declare const StyledBackdrop: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
4
+ export declare const StyledContentBackdrop: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
@@ -2,6 +2,7 @@ import { CSSProperties, ReactNode } from 'react';
2
2
  export interface OverlayProps {
3
3
  /** Trigger event interactions with this component causes `content` to render, as appropriate. */
4
4
  children?: ReactNode;
5
+ className?: string;
5
6
  /** Applied as inline styles to the `children` wrapper. */
6
7
  containerStyles?: CSSProperties;
7
8
  /** The component to show/hide. */
@@ -25,6 +26,7 @@ export interface OverlayProps {
25
26
  parentContainer?: HTMLElement;
26
27
  position?: OverlayPosition;
27
28
  prerenderContent?: boolean;
29
+ showBackdropOnManualMode?: boolean;
28
30
  triggerEvent?: 'click' | 'hover' | 'manual';
29
31
  }
30
32
  export interface UseOverlayParams {
@@ -1,5 +1,5 @@
1
1
  import { SearchFieldProps } from './search-field.types';
2
2
  export declare const SearchField: {
3
- <T>(props: SearchFieldProps<T>): JSX.Element;
3
+ <T extends Record<any, any>>(props: SearchFieldProps<T>): JSX.Element;
4
4
  defaultProps: Partial<SearchFieldProps<any>>;
5
5
  };
@@ -1 +1,2 @@
1
1
  export declare const StyledSelect: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
2
+ export declare const StyledLoadingContainer: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
@@ -6,8 +6,10 @@ import { BlurChangeEvent, DropdownChangeEvent } from '../dropdown';
6
6
  export interface SearchFieldProps<T = Record<string, unknown>> extends Omit<DropdownMenuProps<T>, 'items'> {
7
7
  borderless?: boolean;
8
8
  className?: string;
9
+ clearButtonText?: string;
9
10
  disabled?: boolean;
10
11
  dropdownPopupWidth?: Property.Width<string | number>;
12
+ enableSelectedItemsList?: boolean;
11
13
  errorMessage?: ErrorMessageType;
12
14
  filterFn?: (searchBy: string, item: T) => boolean;
13
15
  hideErrors?: boolean;
@@ -18,9 +20,14 @@ export interface SearchFieldProps<T = Record<string, unknown>> extends Omit<Drop
18
20
  labelPosition?: 'top' | 'left';
19
21
  labelText?: string;
20
22
  labelTx?: string;
23
+ /**
24
+ * System will start searching after user has input n digits
25
+ * There will be no dropdown shown initially, until user enters the n digits and systems begins search.
26
+ * */
27
+ minSearchLength?: number;
21
28
  name?: string;
22
29
  onBlur?: (event: BlurChangeEvent) => void;
23
- onChange?: (event: DropdownChangeEvent<T>) => void;
30
+ onChange?: (event: DropdownChangeEvent<T> | DropdownChangeEvent<T[keyof T][]>) => void;
24
31
  onFocus?: (event: FocusEvent<HTMLDivElement>) => void;
25
32
  onOpen?: () => void;
26
33
  onTextChange?: (value: string) => void;
@@ -29,7 +36,10 @@ export interface SearchFieldProps<T = Record<string, unknown>> extends Omit<Drop
29
36
  placeholderTxValues?: {
30
37
  [key: string]: string;
31
38
  };
32
- renderPlaceholder?: (option?: T) => JSX.Element;
39
+ processing?: boolean;
40
+ processingText?: string;
41
+ processingTx?: string;
42
+ required?: boolean;
33
43
  resetSelectionOnDisabled?: boolean;
34
44
  /**
35
45
  * If internal, the component will search over the provided list of items,
@@ -37,6 +47,7 @@ export interface SearchFieldProps<T = Record<string, unknown>> extends Omit<Drop
37
47
  * the new items must be provided after.
38
48
  * */
39
49
  searchMode?: 'internal' | 'external';
50
+ selectedItemsList?: (keyof T)[];
40
51
  style?: CSSProperties;
41
52
  variant?: 'line' | 'filled';
42
53
  }
@@ -1,10 +1,10 @@
1
1
  import { PropsWithChildren, ReactNode } from 'react';
2
2
  import { RowData } from '@tanstack/react-table';
3
- import { ReorderingProps } from '../../table.types';
3
+ import { RowReorderingProps } from '../../table.types';
4
4
  export type CellReorderWrapperProps<TData extends RowData> = PropsWithChildren<{
5
5
  FirstColumnContent: JSX.Element | ReactNode;
6
6
  /** Rendered when `reordering` is provided, but `reordering.isAvailable === false`. */
7
7
  FirstColumnFallback: JSX.Element | ReactNode;
8
8
  index: number;
9
- reordering: ReorderingProps<TData> | undefined;
9
+ reordering: RowReorderingProps<TData> | undefined;
10
10
  }>;
@@ -0,0 +1 @@
1
+ export * from './user-preferences-toggle';
@@ -0,0 +1,3 @@
1
+ export * from './preference-item-overlay';
2
+ export * from './sortable-preference-item';
3
+ export * from './user-preferences-modal';
@@ -0,0 +1,4 @@
1
+ import { FC } from 'react';
2
+ export declare const PreferenceItemDragHandle: FC<{
3
+ id: string;
4
+ }>;
@@ -0,0 +1 @@
1
+ export declare const StyledContainer: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
@@ -0,0 +1,5 @@
1
+ import { FC } from 'react';
2
+ import { CustomColumnOption } from '../../../../custom-columns-toggle.types';
3
+ export declare const PreferenceItemOverlay: FC<{
4
+ data: CustomColumnOption;
5
+ }>;
@@ -0,0 +1 @@
1
+ export declare const StyledContainer: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;