@commonsku/styles 1.14.1 → 1.14.5

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 (214) hide show
  1. package/dist/index.d.ts +512 -330
  2. package/dist/index.es.js +1535 -624
  3. package/dist/index.es.js.map +1 -1
  4. package/dist/index.js +1568 -635
  5. package/dist/index.js.map +1 -1
  6. package/dist/styles/AlertNotification.d.ts +13 -0
  7. package/dist/styles/AlertNotification.d.ts.map +1 -0
  8. package/dist/styles/Button.d.ts +4 -2
  9. package/dist/styles/Button.d.ts.map +1 -1
  10. package/dist/styles/CancelButton.d.ts +11 -0
  11. package/dist/styles/CancelButton.d.ts.map +1 -0
  12. package/dist/styles/DefaultStar.d.ts +12 -0
  13. package/dist/styles/DefaultStar.d.ts.map +1 -0
  14. package/dist/styles/DoneButton.d.ts +11 -0
  15. package/dist/styles/DoneButton.d.ts.map +1 -0
  16. package/dist/styles/Dropdown.d.ts +3 -2
  17. package/dist/styles/Dropdown.d.ts.map +1 -1
  18. package/dist/styles/Input.d.ts +25 -5
  19. package/dist/styles/Input.d.ts.map +1 -1
  20. package/dist/styles/InputStepper.d.ts +16 -0
  21. package/dist/styles/InputStepper.d.ts.map +1 -0
  22. package/dist/styles/LightIndicator.d.ts +15 -0
  23. package/dist/styles/LightIndicator.d.ts.map +1 -0
  24. package/dist/styles/LinkWithIcon.d.ts +22 -0
  25. package/dist/styles/LinkWithIcon.d.ts.map +1 -0
  26. package/dist/styles/NumberInput.d.ts +54 -0
  27. package/dist/styles/NumberInput.d.ts.map +1 -0
  28. package/dist/styles/Task.d.ts.map +1 -1
  29. package/dist/styles/Theme.d.ts +4 -0
  30. package/dist/styles/Theme.d.ts.map +1 -1
  31. package/dist/styles/Toggle.d.ts +30 -1
  32. package/dist/styles/Toggle.d.ts.map +1 -1
  33. package/dist/styles/calendar/TasksCalendarHeader.d.ts.map +1 -1
  34. package/dist/styles/colors.d.ts +99 -0
  35. package/dist/styles/colors.d.ts.map +1 -1
  36. package/dist/styles/hooks/index.d.ts +1 -0
  37. package/dist/styles/hooks/index.d.ts.map +1 -1
  38. package/dist/styles/hooks/useLongPress.d.ts +8 -0
  39. package/dist/styles/hooks/useLongPress.d.ts.map +1 -0
  40. package/dist/styles/icons/AddIcon.d.ts +1 -1
  41. package/dist/styles/icons/AddIcon.d.ts.map +1 -1
  42. package/dist/styles/icons/AddNoteIcon.d.ts +6 -0
  43. package/dist/styles/icons/AddNoteIcon.d.ts.map +1 -0
  44. package/dist/styles/icons/AddTaskIcon.d.ts +6 -0
  45. package/dist/styles/icons/AddTaskIcon.d.ts.map +1 -0
  46. package/dist/styles/icons/AlertIcon.d.ts +8 -0
  47. package/dist/styles/icons/AlertIcon.d.ts.map +1 -0
  48. package/dist/styles/icons/ArrowIcon.d.ts +1 -1
  49. package/dist/styles/icons/ArrowIcon.d.ts.map +1 -1
  50. package/dist/styles/icons/AwaitingProofIcon.d.ts +5 -8
  51. package/dist/styles/icons/AwaitingProofIcon.d.ts.map +1 -1
  52. package/dist/styles/icons/BotIcon.d.ts +1 -1
  53. package/dist/styles/icons/BotIcon.d.ts.map +1 -1
  54. package/dist/styles/icons/BulletIcon.d.ts +5 -7
  55. package/dist/styles/icons/BulletIcon.d.ts.map +1 -1
  56. package/dist/styles/icons/CalendarIcon.d.ts +5 -9
  57. package/dist/styles/icons/CalendarIcon.d.ts.map +1 -1
  58. package/dist/styles/icons/ChangeRequestedIcon.d.ts +5 -8
  59. package/dist/styles/icons/ChangeRequestedIcon.d.ts.map +1 -1
  60. package/dist/styles/icons/CheckboxIcon.d.ts +11 -7
  61. package/dist/styles/icons/CheckboxIcon.d.ts.map +1 -1
  62. package/dist/styles/icons/CheckmarkIcon.d.ts +5 -7
  63. package/dist/styles/icons/CheckmarkIcon.d.ts.map +1 -1
  64. package/dist/styles/icons/ChevronIcon.d.ts +1 -1
  65. package/dist/styles/icons/ChevronIcon.d.ts.map +1 -1
  66. package/dist/styles/icons/CircleProgressIcon.d.ts +13 -10
  67. package/dist/styles/icons/CircleProgressIcon.d.ts.map +1 -1
  68. package/dist/styles/icons/ClientApprovedIcon.d.ts +5 -8
  69. package/dist/styles/icons/ClientApprovedIcon.d.ts.map +1 -1
  70. package/dist/styles/icons/ColumnSelectIcon.d.ts +5 -7
  71. package/dist/styles/icons/ColumnSelectIcon.d.ts.map +1 -1
  72. package/dist/styles/icons/CommentIcon.d.ts +28 -0
  73. package/dist/styles/icons/CommentIcon.d.ts.map +1 -0
  74. package/dist/styles/icons/CompletedCheckmarkIcon.d.ts +6 -0
  75. package/dist/styles/icons/CompletedCheckmarkIcon.d.ts.map +1 -0
  76. package/dist/styles/icons/CouponIcon.d.ts +5 -8
  77. package/dist/styles/icons/CouponIcon.d.ts.map +1 -1
  78. package/dist/styles/icons/DollarIcon.d.ts +1 -1
  79. package/dist/styles/icons/DollarIcon.d.ts.map +1 -1
  80. package/dist/styles/icons/DownloadIcon.d.ts +4 -3
  81. package/dist/styles/icons/DownloadIcon.d.ts.map +1 -1
  82. package/dist/styles/icons/EditIcon.d.ts +8 -0
  83. package/dist/styles/icons/EditIcon.d.ts.map +1 -0
  84. package/dist/styles/icons/EllipsisIcon.d.ts +6 -0
  85. package/dist/styles/icons/EllipsisIcon.d.ts.map +1 -0
  86. package/dist/styles/icons/EpsIcon.d.ts +6 -0
  87. package/dist/styles/icons/EpsIcon.d.ts.map +1 -0
  88. package/dist/styles/icons/EstimateCircleIcon.d.ts +1 -1
  89. package/dist/styles/icons/EstimateCircleIcon.d.ts.map +1 -1
  90. package/dist/styles/icons/EyeIcon.d.ts +8 -0
  91. package/dist/styles/icons/EyeIcon.d.ts.map +1 -0
  92. package/dist/styles/icons/FilledChevronIcon.d.ts +1 -1
  93. package/dist/styles/icons/FilledChevronIcon.d.ts.map +1 -1
  94. package/dist/styles/icons/GalleryIcon.d.ts +1 -1
  95. package/dist/styles/icons/GalleryIcon.d.ts.map +1 -1
  96. package/dist/styles/icons/GearIcon.d.ts +1 -1
  97. package/dist/styles/icons/GearIcon.d.ts.map +1 -1
  98. package/dist/styles/icons/GridIcon.d.ts +6 -0
  99. package/dist/styles/icons/GridIcon.d.ts.map +1 -0
  100. package/dist/styles/icons/InfoIcon.d.ts +8 -9
  101. package/dist/styles/icons/InfoIcon.d.ts.map +1 -1
  102. package/dist/styles/icons/IntegrationsIcon.d.ts +8 -0
  103. package/dist/styles/icons/IntegrationsIcon.d.ts.map +1 -0
  104. package/dist/styles/icons/ListIcon.d.ts +1 -1
  105. package/dist/styles/icons/ListIcon.d.ts.map +1 -1
  106. package/dist/styles/icons/LockIcon.d.ts +6 -9
  107. package/dist/styles/icons/LockIcon.d.ts.map +1 -1
  108. package/dist/styles/icons/MailIcon.d.ts +8 -0
  109. package/dist/styles/icons/MailIcon.d.ts.map +1 -0
  110. package/dist/styles/icons/MarketingStatusIcon.d.ts +1 -1
  111. package/dist/styles/icons/MarketingStatusIcon.d.ts.map +1 -1
  112. package/dist/styles/icons/MenuIcon.d.ts +6 -0
  113. package/dist/styles/icons/MenuIcon.d.ts.map +1 -0
  114. package/dist/styles/icons/NavConnectIcon.d.ts +7 -10
  115. package/dist/styles/icons/NavConnectIcon.d.ts.map +1 -1
  116. package/dist/styles/icons/NavFinanceIcon.d.ts +7 -10
  117. package/dist/styles/icons/NavFinanceIcon.d.ts.map +1 -1
  118. package/dist/styles/icons/NavManagementIcon.d.ts +7 -10
  119. package/dist/styles/icons/NavManagementIcon.d.ts.map +1 -1
  120. package/dist/styles/icons/NavProdIcon.d.ts +7 -10
  121. package/dist/styles/icons/NavProdIcon.d.ts.map +1 -1
  122. package/dist/styles/icons/NavResourcesIcon.d.ts +7 -10
  123. package/dist/styles/icons/NavResourcesIcon.d.ts.map +1 -1
  124. package/dist/styles/icons/NavSalesIcon.d.ts +7 -10
  125. package/dist/styles/icons/NavSalesIcon.d.ts.map +1 -1
  126. package/dist/styles/icons/NoteIcon.d.ts +5 -8
  127. package/dist/styles/icons/NoteIcon.d.ts.map +1 -1
  128. package/dist/styles/icons/OpportunityCircleIcon.d.ts +1 -1
  129. package/dist/styles/icons/OpportunityCircleIcon.d.ts.map +1 -1
  130. package/dist/styles/icons/PendingApprovalIcon.d.ts +5 -8
  131. package/dist/styles/icons/PendingApprovalIcon.d.ts.map +1 -1
  132. package/dist/styles/icons/PercentIcon.d.ts +6 -0
  133. package/dist/styles/icons/PercentIcon.d.ts.map +1 -0
  134. package/dist/styles/icons/PinIcon.d.ts +8 -8
  135. package/dist/styles/icons/PinIcon.d.ts.map +1 -1
  136. package/dist/styles/icons/PresentationCircleIcon.d.ts +1 -1
  137. package/dist/styles/icons/PresentationCircleIcon.d.ts.map +1 -1
  138. package/dist/styles/icons/PromostandardsIcon.d.ts +5 -7
  139. package/dist/styles/icons/PromostandardsIcon.d.ts.map +1 -1
  140. package/dist/styles/icons/ProofReceivedIcon.d.ts +5 -8
  141. package/dist/styles/icons/ProofReceivedIcon.d.ts.map +1 -1
  142. package/dist/styles/icons/ProofingCompleteIcon.d.ts +5 -8
  143. package/dist/styles/icons/ProofingCompleteIcon.d.ts.map +1 -1
  144. package/dist/styles/icons/RadioIcon.d.ts +5 -1
  145. package/dist/styles/icons/RadioIcon.d.ts.map +1 -1
  146. package/dist/styles/icons/ReceiptLongIcon.d.ts +5 -7
  147. package/dist/styles/icons/ReceiptLongIcon.d.ts.map +1 -1
  148. package/dist/styles/icons/SalesArrowIcon.d.ts +9 -0
  149. package/dist/styles/icons/SalesArrowIcon.d.ts.map +1 -0
  150. package/dist/styles/icons/SalesOrderCircleIcon.d.ts +1 -1
  151. package/dist/styles/icons/SalesOrderCircleIcon.d.ts.map +1 -1
  152. package/dist/styles/icons/SearchIcon.d.ts +1 -1
  153. package/dist/styles/icons/SearchIcon.d.ts.map +1 -1
  154. package/dist/styles/icons/StarIcon.d.ts +9 -0
  155. package/dist/styles/icons/StarIcon.d.ts.map +1 -0
  156. package/dist/styles/icons/SubtractIcon.d.ts +1 -1
  157. package/dist/styles/icons/SubtractIcon.d.ts.map +1 -1
  158. package/dist/styles/icons/SvgIcon.d.ts +45 -2
  159. package/dist/styles/icons/SvgIcon.d.ts.map +1 -1
  160. package/dist/styles/icons/TableIcon.d.ts +5 -9
  161. package/dist/styles/icons/TableIcon.d.ts.map +1 -1
  162. package/dist/styles/icons/TargetIcon.d.ts +6 -0
  163. package/dist/styles/icons/TargetIcon.d.ts.map +1 -0
  164. package/dist/styles/icons/TaskIcon.d.ts +5 -8
  165. package/dist/styles/icons/TaskIcon.d.ts.map +1 -1
  166. package/dist/styles/icons/TemplateIcon.d.ts +8 -0
  167. package/dist/styles/icons/TemplateIcon.d.ts.map +1 -0
  168. package/dist/styles/icons/TilesIcon.d.ts +1 -1
  169. package/dist/styles/icons/TilesIcon.d.ts.map +1 -1
  170. package/dist/styles/icons/TrashIcon.d.ts +7 -8
  171. package/dist/styles/icons/TrashIcon.d.ts.map +1 -1
  172. package/dist/styles/icons/UserIcon.d.ts +1 -1
  173. package/dist/styles/icons/UserIcon.d.ts.map +1 -1
  174. package/dist/styles/icons/UsersIcon.d.ts +1 -1
  175. package/dist/styles/icons/UsersIcon.d.ts.map +1 -1
  176. package/dist/styles/icons/XIcon.d.ts +6 -0
  177. package/dist/styles/icons/XIcon.d.ts.map +1 -0
  178. package/dist/styles/icons/index.d.ts +44 -36
  179. package/dist/styles/icons/index.d.ts.map +1 -1
  180. package/dist/styles/index.d.ts +10 -0
  181. package/dist/styles/index.d.ts.map +1 -1
  182. package/dist/styles/tables/VirtualTable.d.ts +57 -0
  183. package/dist/styles/tables/VirtualTable.d.ts.map +1 -0
  184. package/dist/styles/tables/VirtualTableStyles.d.ts +11 -0
  185. package/dist/styles/tables/VirtualTableStyles.d.ts.map +1 -0
  186. package/dist/styles/tables/index.d.ts +2 -0
  187. package/dist/styles/tables/index.d.ts.map +1 -1
  188. package/dist/styles/tables/table-types.d.ts +19 -0
  189. package/dist/styles/tables/table-types.d.ts.map +1 -0
  190. package/dist/utils/index.d.ts +15 -0
  191. package/dist/utils/index.d.ts.map +1 -1
  192. package/package.json +3 -1
  193. package/dist/styles/icons/Calendar2Icon.d.ts +0 -9
  194. package/dist/styles/icons/Calendar2Icon.d.ts.map +0 -1
  195. package/dist/styles/icons/CheckmarkOnlyIcon.d.ts +0 -6
  196. package/dist/styles/icons/CheckmarkOnlyIcon.d.ts.map +0 -1
  197. package/dist/styles/icons/CrossIcon.d.ts +0 -6
  198. package/dist/styles/icons/CrossIcon.d.ts.map +0 -1
  199. package/dist/styles/icons/ErrorIcon.d.ts +0 -8
  200. package/dist/styles/icons/ErrorIcon.d.ts.map +0 -1
  201. package/dist/styles/icons/LeftArrowIcon.d.ts +0 -8
  202. package/dist/styles/icons/LeftArrowIcon.d.ts.map +0 -1
  203. package/dist/styles/icons/NoMarketingIcon.d.ts +0 -9
  204. package/dist/styles/icons/NoMarketingIcon.d.ts.map +0 -1
  205. package/dist/styles/icons/PanelIcon.d.ts +0 -9
  206. package/dist/styles/icons/PanelIcon.d.ts.map +0 -1
  207. package/dist/styles/icons/RightArrowIcon.d.ts +0 -8
  208. package/dist/styles/icons/RightArrowIcon.d.ts.map +0 -1
  209. package/dist/styles/icons/SalesDownArrowIcon.d.ts +0 -8
  210. package/dist/styles/icons/SalesDownArrowIcon.d.ts.map +0 -1
  211. package/dist/styles/icons/SalesUpArrowIcon.d.ts +0 -8
  212. package/dist/styles/icons/SalesUpArrowIcon.d.ts.map +0 -1
  213. package/dist/styles/icons/YesMarketingIcon.d.ts +0 -9
  214. package/dist/styles/icons/YesMarketingIcon.d.ts.map +0 -1
package/dist/index.d.ts CHANGED
@@ -8,7 +8,7 @@ import BaseCreatableSelect, { Props as Props$2 } from 'react-select/creatable';
8
8
  export { makeCreatableSelect } from 'react-select/creatable';
9
9
  import BaseAsyncSelect, { Props as Props$1 } from 'react-select/async';
10
10
  import BaseDatePicker, { ReactDatePickerProps } from 'react-datepicker';
11
- import { Column, SortingRule } from 'react-table';
11
+ import { UseFiltersColumnProps, UseGroupByColumnProps, UseResizeColumnsColumnProps, UseSortByColumnProps, UseTableRowProps, UseExpandedRowProps, UseGroupByRowProps, UseRowSelectRowProps, UseRowStateRowProps, Column, SortingRule } from 'react-table';
12
12
  import { ListOnScrollProps } from 'react-window';
13
13
 
14
14
  declare type SharedStyleTypes = {
@@ -225,6 +225,7 @@ declare const sizes: {
225
225
  };
226
226
  };
227
227
  declare type TSize$1 = keyof typeof sizes;
228
+ declare type ButtonPreset = 'edit' | 'delete' | 'add' | 'remove' | 'close';
228
229
  declare type ButtonVariant = 'primary' | 'secondary' | 'cta' | 'error' | 'disabled' | 'text' | 'primary-light';
229
230
  declare type ButtonProps = {
230
231
  secondary?: boolean;
@@ -249,10 +250,11 @@ declare type IconButtonProps = React$1.PropsWithChildren<ButtonProps & {
249
250
  iconProps?: {
250
251
  [key: string]: any;
251
252
  };
252
- iconPosition?: 'left' | 'right';
253
+ iconPosition?: 'left' | 'right' | 'top' | 'bottom';
254
+ preset?: ButtonPreset;
253
255
  style?: React$1.CSSProperties;
254
256
  }> & React$1.ButtonHTMLAttributes<HTMLButtonElement>;
255
- declare function IconButton({ Icon, children, iconPosition, size, iconProps, ...props }: IconButtonProps): JSX.Element;
257
+ declare function IconButton(props: IconButtonProps): JSX.Element;
256
258
 
257
259
  declare const H1: StyledComponent<"h1", any, {
258
260
  underlined?: boolean | undefined;
@@ -307,7 +309,11 @@ declare const LabeledIconInput: React$1.ForwardRefExoticComponent<React$1.InputH
307
309
  labelOnTop?: boolean | undefined;
308
310
  Icon: React$1.ReactElement;
309
311
  iconPosition?: "left" | "right" | undefined;
312
+ iconLabelStyles?: React$1.CSSProperties | undefined;
310
313
  } & React$1.RefAttributes<HTMLInputElement>>;
314
+ declare const CheckboxLabel: StyledComponent<"label", any, {
315
+ disabled?: boolean | undefined;
316
+ }, never>;
311
317
  declare const RadioLabel: StyledComponent<"label", any, {
312
318
  disabled?: boolean | undefined;
313
319
  }, never>;
@@ -326,10 +332,25 @@ declare const Dot: StyledComponent<"span", any, {
326
332
  isHovering?: boolean | undefined;
327
333
  disabled?: boolean | undefined;
328
334
  } & SharedStyleTypes, never>;
329
- declare const LabeledRadio: React$1.FC<RadioProps & {
335
+ declare type LabeledRadioProps = RadioProps & {
330
336
  label: string;
337
+ labelStyle?: React$1.CSSProperties;
338
+ radioIconStyle?: React$1.CSSProperties;
339
+ radioColor?: string;
340
+ radioHoverColor?: string;
341
+ };
342
+ declare const LabeledRadio: React$1.FC<LabeledRadioProps>;
343
+ declare const LabeledRadioInButton: React$1.FC<LabeledRadioProps & {
344
+ flexGrow?: boolean;
331
345
  }>;
332
- declare const LabeledRadioGroup: React$1.FC<RadioProps & {
346
+ declare const LabeledRadioGroup: React$1.FC<LabeledRadioProps & {
347
+ name: string;
348
+ radios: [{
349
+ label: string;
350
+ value: any;
351
+ }];
352
+ }>;
353
+ declare const LabeledRadioInButtonGroup: React$1.FC<LabeledRadioProps & {
333
354
  name: string;
334
355
  radios: [{
335
356
  label: string;
@@ -341,9 +362,10 @@ declare type LabeledCheckboxProps = {
341
362
  disabled?: boolean;
342
363
  label: string | React$1.ReactNode;
343
364
  name?: string;
344
- checkboxStyle?: CSSProperties;
345
365
  labelStyle?: CSSProperties;
346
- checkboxPosition?: string;
366
+ checkboxStyle?: React$1.CSSProperties;
367
+ checkboxColor?: string;
368
+ checkboxHoverColor?: string;
347
369
  hoverByLabel?: boolean;
348
370
  stopPropagation?: boolean;
349
371
  [key: string]: any;
@@ -504,16 +526,44 @@ declare class Tabs extends Component<TabsProps, TabsState> {
504
526
  render(): JSX.Element;
505
527
  }
506
528
 
529
+ declare const toggleSizes: {
530
+ small: {
531
+ 'font-family': string;
532
+ 'font-size': string;
533
+ 'line-height': string;
534
+ padding: string;
535
+ borderRadius: string;
536
+ height: string;
537
+ };
538
+ medium: {
539
+ 'font-family': string;
540
+ 'font-size': string;
541
+ 'line-height': string;
542
+ padding: string;
543
+ borderRadius: string;
544
+ height: string;
545
+ };
546
+ large: {
547
+ 'font-family': string;
548
+ 'font-size': string;
549
+ 'line-height': string;
550
+ padding: string;
551
+ borderRadius: string;
552
+ height: string;
553
+ };
554
+ };
555
+ declare type ToggleSize = keyof typeof toggleSizes;
507
556
  declare const ToggleLink: StyledComponent<"a", any, {
508
557
  selected?: boolean | undefined;
509
558
  stretch?: boolean | undefined;
559
+ size?: "small" | "medium" | "large" | undefined;
510
560
  } & SharedStyleTypes, never>;
511
561
  declare type ToggleProps = React$1.PropsWithChildren<{
512
562
  stretch?: boolean;
513
563
  onClick?: React$1.MouseEventHandler<HTMLDivElement>;
564
+ size?: ToggleSize;
514
565
  } & SharedStyleTypes>;
515
- declare const Toggle: (props: ToggleProps) => JSX.Element;
516
- //# sourceMappingURL=Toggle.d.ts.map
566
+ declare const Toggle: ({ size, ...props }: ToggleProps) => JSX.Element;
517
567
 
518
568
  declare type BaseTextareaProps = {
519
569
  noMargin?: boolean;
@@ -667,10 +717,12 @@ declare const colors: {
667
717
  '90': string;
668
718
  main: string;
669
719
  'main-hover': string;
720
+ mainHover: string;
670
721
  light: string;
671
722
  lightest: string;
672
723
  dark: string;
673
724
  'dark-hover': string;
725
+ darkHover: string;
674
726
  darkest: string;
675
727
  };
676
728
  secondary1: {
@@ -752,10 +804,12 @@ declare const colors: {
752
804
  '90': string;
753
805
  main: string;
754
806
  'main-hover': string;
807
+ mainHover: string;
755
808
  light: string;
756
809
  lightest: string;
757
810
  dark: string;
758
811
  'dark-hover': string;
812
+ darkHover: string;
759
813
  darkest: string;
760
814
  };
761
815
  pink: {
@@ -1120,10 +1174,12 @@ declare const themeOptions: {
1120
1174
  '90': string;
1121
1175
  main: string;
1122
1176
  'main-hover': string;
1177
+ mainHover: string;
1123
1178
  light: string;
1124
1179
  lightest: string;
1125
1180
  dark: string;
1126
1181
  'dark-hover': string;
1182
+ darkHover: string;
1127
1183
  darkest: string;
1128
1184
  };
1129
1185
  secondary1: {
@@ -1205,10 +1261,12 @@ declare const themeOptions: {
1205
1261
  '90': string;
1206
1262
  main: string;
1207
1263
  'main-hover': string;
1264
+ mainHover: string;
1208
1265
  light: string;
1209
1266
  lightest: string;
1210
1267
  dark: string;
1211
1268
  'dark-hover': string;
1269
+ darkHover: string;
1212
1270
  darkest: string;
1213
1271
  };
1214
1272
  pink: {
@@ -1679,8 +1737,9 @@ declare type DropdownProps = {
1679
1737
  mouseLeaveCallback?: any;
1680
1738
  size?: TSize$1;
1681
1739
  style?: CSSObject;
1740
+ buttonVariant?: ButtonVariant;
1682
1741
  };
1683
- declare const Dropdown: ({ items, children, underlined, primary, text, icon, openMenu, mouseLeaveCallback, size, style, ...props }: React$1.PropsWithChildren<DropdownProps & DropdownContentProps>) => JSX.Element;
1742
+ declare const Dropdown: ({ items, children, underlined, primary, text, icon, openMenu, mouseLeaveCallback, size, style, buttonVariant, ...props }: React$1.PropsWithChildren<DropdownProps & DropdownContentProps>) => JSX.Element;
1684
1743
 
1685
1744
  declare const Badge: StyledComponent<"span", any, {
1686
1745
  color?: string | undefined;
@@ -1865,207 +1924,6 @@ declare type ThermometerProps = {
1865
1924
  };
1866
1925
  declare function Thermometer({ title, target, value1, value1Label, barColor, labelTextColor, isSecondary, ...props }: ThermometerProps): JSX.Element;
1867
1926
 
1868
- declare function TableIcon({ width, height, viewBox, fill, style, ...props }: React$1.PropsWithChildren<{
1869
- width?: number | string;
1870
- height?: number | string;
1871
- viewBox?: string;
1872
- fill?: string;
1873
- style?: object;
1874
- }>): JSX.Element;
1875
-
1876
- declare const IconDoc: ({ ext, ...props }: {
1877
- [key: string]: any;
1878
- ext?: string | undefined;
1879
- }) => JSX.Element;
1880
-
1881
- declare const DownloadIcon: ({ fill, ...props }: {
1882
- [key: string]: any;
1883
- }) => JSX.Element;
1884
-
1885
- declare const CalendarIcon: React$1.ForwardRefExoticComponent<{
1886
- width?: string | number | undefined;
1887
- height?: string | number | undefined;
1888
- viewBox?: string | undefined;
1889
- fill?: string | undefined;
1890
- style?: object | undefined;
1891
- } & React$1.RefAttributes<SVGSVGElement>>;
1892
-
1893
- declare function CouponIcon({ color, width, mr, mt }: React$1.PropsWithChildren<{
1894
- color?: string;
1895
- width?: string;
1896
- mr?: number;
1897
- mt?: number;
1898
- }>): JSX.Element;
1899
-
1900
- declare function AwaitingProofIcon({ color, width, mr, mt }: React$1.PropsWithChildren<{
1901
- color?: string;
1902
- width?: string;
1903
- mr?: number;
1904
- mt?: number;
1905
- }>): JSX.Element;
1906
-
1907
- declare function ProofReceivedIcon({ color, width, mr, mt }: React$1.PropsWithChildren<{
1908
- color?: string;
1909
- width?: string;
1910
- mr?: number;
1911
- mt?: number;
1912
- }>): JSX.Element;
1913
-
1914
- declare function PendingApprovalIcon({ color, width, mr, mt }: React$1.PropsWithChildren<{
1915
- color?: string;
1916
- width?: string;
1917
- mr?: number;
1918
- mt?: number;
1919
- }>): JSX.Element;
1920
-
1921
- declare function ChangeRequestedIcon({ color, width, mr, mt }: React$1.PropsWithChildren<{
1922
- color?: string;
1923
- width?: string;
1924
- mr?: number;
1925
- mt?: number;
1926
- }>): JSX.Element;
1927
-
1928
- declare function ClientApprovedIcon({ color, width, mr, mt }: React$1.PropsWithChildren<{
1929
- color?: string;
1930
- width?: string;
1931
- mr?: number;
1932
- mt?: number;
1933
- }>): JSX.Element;
1934
-
1935
- declare function ProofingCompleteIcon({ color, width, mr, mt }: React$1.PropsWithChildren<{
1936
- color?: string;
1937
- width?: string;
1938
- mr?: number;
1939
- mt?: number;
1940
- }>): JSX.Element;
1941
-
1942
- declare function InfoIcon({ color, width, mr, ml, mt }: React$1.PropsWithChildren<{
1943
- color?: string;
1944
- width?: string;
1945
- mr?: number;
1946
- ml?: number;
1947
- mt?: number;
1948
- }>): JSX.Element;
1949
-
1950
- declare function LockIcon({ color, width, mr, ml, mt, locked }: React$1.PropsWithChildren<{
1951
- color?: string;
1952
- width?: string;
1953
- mr?: number;
1954
- ml?: number;
1955
- mt?: number;
1956
- locked?: boolean;
1957
- }>): JSX.Element;
1958
-
1959
- declare function PanelIcon({ color, width, mr, mt }: React$1.PropsWithChildren<{
1960
- color?: string;
1961
- width?: string;
1962
- mr?: number;
1963
- mt?: number;
1964
- }>): JSX.Element;
1965
-
1966
- declare function NoteIcon({ color, width, mr, mt }: React$1.PropsWithChildren<{
1967
- color?: string;
1968
- width?: string;
1969
- mr?: number;
1970
- mt?: number;
1971
- }>): JSX.Element;
1972
-
1973
- declare function TaskIcon({ color, width, mr, mt }: React$1.PropsWithChildren<{
1974
- color?: string;
1975
- width?: string;
1976
- mr?: number;
1977
- mt?: number;
1978
- }>): JSX.Element;
1979
-
1980
- declare function ChatIcon({ color, width, mr, mt, notifs }: React$1.PropsWithChildren<{
1981
- color?: string;
1982
- width?: string;
1983
- mr?: number;
1984
- mt?: number;
1985
- notifs?: number;
1986
- }>): JSX.Element;
1987
-
1988
- declare function ColumnSelectIcon({ width, mr, mt }: React$1.PropsWithChildren<{
1989
- width?: string;
1990
- mr?: number;
1991
- mt?: number;
1992
- }>): JSX.Element;
1993
-
1994
- declare function NoMarketingIcon({ color, width, mr, mt }: React$1.PropsWithChildren<{
1995
- color?: string;
1996
- width?: string;
1997
- mr?: number;
1998
- mt?: number;
1999
- }>): JSX.Element;
2000
-
2001
- declare function PinIcon({ color, width, mr, mt, pinned }: React$1.PropsWithChildren<{
2002
- color?: string;
2003
- width?: string;
2004
- mr?: number;
2005
- mt?: number;
2006
- pinned?: boolean;
2007
- }>): JSX.Element;
2008
-
2009
- declare function TrashIcon({ color, width, mr, mt }: React$1.PropsWithChildren<{
2010
- color?: string;
2011
- width?: string;
2012
- mr?: number;
2013
- mt?: number;
2014
- pinned?: boolean;
2015
- }>): JSX.Element;
2016
-
2017
- declare function NavConnectIcon({ width, style, fill, color, outline, // outline/completely filled in
2018
- ...props }: React$1.PropsWithChildren<{
2019
- fill?: string;
2020
- color?: string;
2021
- width?: number | string;
2022
- outline?: boolean;
2023
- style?: React$1.CSSProperties;
2024
- }>): JSX.Element;
2025
-
2026
- declare function NavSalesIcon({ width, style, fill, color, outline, // outline/completely filled in
2027
- ...props }: React$1.PropsWithChildren<{
2028
- fill?: string;
2029
- color?: string;
2030
- width?: number | string;
2031
- outline?: boolean;
2032
- style?: React$1.CSSProperties;
2033
- }>): JSX.Element;
2034
-
2035
- declare function NavProdIcon({ width, style, fill, color, outline, // outline/completely filled in
2036
- ...props }: React$1.PropsWithChildren<{
2037
- fill?: string;
2038
- color?: string;
2039
- width?: number | string;
2040
- outline?: boolean;
2041
- style?: React$1.CSSProperties;
2042
- }>): JSX.Element;
2043
-
2044
- declare function NavFinanceIcon({ width, style, fill, color, outline, // outline/completely filled in
2045
- ...props }: React$1.PropsWithChildren<{
2046
- fill?: string;
2047
- color?: string;
2048
- width?: number | string;
2049
- outline?: boolean;
2050
- style?: React$1.CSSProperties;
2051
- }>): JSX.Element;
2052
-
2053
- declare function NavManagementIcon({ width, style, fill, color, outline, // outline/completely filled in
2054
- ...props }: React$1.PropsWithChildren<{
2055
- fill?: string;
2056
- color?: string;
2057
- width?: number | string;
2058
- outline?: boolean;
2059
- style?: React$1.CSSProperties;
2060
- }>): JSX.Element;
2061
-
2062
- declare function YesMarketingIcon({ color, width, mr, mt }: React$1.PropsWithChildren<{
2063
- color?: string;
2064
- width?: string;
2065
- mr?: number;
2066
- mt?: number;
2067
- }>): JSX.Element;
2068
-
2069
1927
  declare const iconSize: {
2070
1928
  tiny: {
2071
1929
  width: number;
@@ -2104,40 +1962,349 @@ declare type BaseSVGIconProps = {
2104
1962
  size?: TIconSize;
2105
1963
  width?: string | number;
2106
1964
  height?: string | number;
1965
+ altText?: string;
1966
+ pointer?: boolean;
2107
1967
  iconSizes?: TIconSizeObj;
2108
- };
1968
+ disabled?: boolean;
1969
+ } & SharedStyleTypes;
2109
1970
  declare type SVGIconProps = React.SVGAttributes<SVGElement> & BaseSVGIconProps;
2110
- declare const SVG: StyledComponent<"svg", any, BaseSVGIconProps, never>;
1971
+ declare const SVG: StyledComponent<"svg", any, {
1972
+ size?: "tiny" | "small" | "medium" | "large" | "huge" | "default" | undefined;
1973
+ width?: string | number | undefined;
1974
+ height?: string | number | undefined;
1975
+ altText?: string | undefined;
1976
+ pointer?: boolean | undefined;
1977
+ iconSizes?: {
1978
+ tiny: {
1979
+ width: number;
1980
+ height: number;
1981
+ viewBox: string;
1982
+ };
1983
+ small: {
1984
+ width: number;
1985
+ height: number;
1986
+ viewBox: string;
1987
+ };
1988
+ medium: {
1989
+ width: number;
1990
+ height: number;
1991
+ viewBox: string;
1992
+ };
1993
+ large: {
1994
+ width: number;
1995
+ height: number;
1996
+ viewBox: string;
1997
+ };
1998
+ huge: {
1999
+ width: number;
2000
+ height: number;
2001
+ viewBox: string;
2002
+ };
2003
+ default: {
2004
+ height: number;
2005
+ width: number;
2006
+ viewBox: string;
2007
+ };
2008
+ } | undefined;
2009
+ disabled?: boolean | undefined;
2010
+ } & SharedStyleTypes, never>;
2011
+
2012
+ declare type LightIndicatorProps = {
2013
+ name: string;
2014
+ on?: boolean;
2015
+ large?: boolean;
2016
+ };
2017
+ declare function LightIndicator({ name, on, large, ...props }: LightIndicatorProps): JSX.Element;
2018
+
2019
+ declare type DefaultStarProps = React$1.PropsWithChildren<{
2020
+ initialSelected?: boolean;
2021
+ forceSelected?: boolean;
2022
+ hoverText?: any;
2023
+ noText?: boolean;
2024
+ width?: string | number;
2025
+ color?: string;
2026
+ }>;
2027
+ declare function DefaultStar({ initialSelected, forceSelected, hoverText, noText, children, width, color, ...props }: DefaultStarProps): JSX.Element;
2028
+
2029
+ declare type CancelButtonProps = {
2030
+ size?: TSize$1;
2031
+ style?: React$1.CSSProperties;
2032
+ variant?: ButtonVariant;
2033
+ } & SharedStyleTypes & SizerTypes;
2034
+ declare function CancelButton({ size, variant, style, ...Props }: CancelButtonProps): JSX.Element;
2035
+
2036
+ declare type DoneButtonProps = {
2037
+ size?: TSize$1;
2038
+ style?: React$1.CSSProperties;
2039
+ variant?: ButtonVariant;
2040
+ } & SharedStyleTypes & SizerTypes;
2041
+ declare function DoneButton({ size, variant, style, ...Props }: DoneButtonProps): JSX.Element;
2042
+
2043
+ declare type AlertNotificationProps = React$1.PropsWithChildren<{
2044
+ alertType?: "neutral" | "success" | "error";
2045
+ style?: React$1.CSSProperties;
2046
+ learnMore?: boolean;
2047
+ href?: string;
2048
+ linkText?: string;
2049
+ }> & SharedStyleTypes & SizerTypes;
2050
+ declare function AlertNotification({ alertType, learnMore, href, linkText, children, style, ...props }: AlertNotificationProps): JSX.Element;
2051
+
2052
+ declare type IconFuncProps$1 = {
2053
+ color: string;
2054
+ [key: string]: any;
2055
+ };
2056
+ declare type LinkWithIconProps = React$1.PropsWithChildren<{
2057
+ Icon?: TButtonIcon | React$1.ReactElement<IconFuncProps$1>;
2058
+ href?: string;
2059
+ color?: string;
2060
+ hoverColor?: string;
2061
+ flexShrink?: boolean;
2062
+ iconProps?: {
2063
+ [key: string]: any;
2064
+ };
2065
+ style?: React$1.CSSProperties;
2066
+ } & SharedStyleTypes & SizerTypes>;
2067
+ declare function LinkWithIcon({ Icon, href, children, color, hoverColor, flexShrink, iconProps, style, ...props }: LinkWithIconProps): JSX.Element;
2068
+
2069
+ declare type LocaleOptions = {
2070
+ maximumFractionDigits?: number;
2071
+ minimumSignificantDigits?: number;
2072
+ maximumSignificantDigits?: number;
2073
+ numberingSystem?: string;
2074
+ currencySign?: string;
2075
+ currency?: string;
2076
+ unit?: string;
2077
+ style?: 'decimal' | 'currency' | 'percent' | 'unit';
2078
+ unitDisplay?: 'long' | 'short' | 'narrow';
2079
+ currencyDisplay?: 'symbol' | 'narrowSymbol' | 'code' | 'name';
2080
+ notation?: 'standard' | 'scientific' | 'engineering' | 'compact';
2081
+ signDisplay?: 'auto' | 'never' | 'always' | 'exceptZero';
2082
+ localeMatcher?: string;
2083
+ useGrouping?: boolean;
2084
+ minimumIntegerDigits?: number;
2085
+ minimumFractionDigits?: number;
2086
+ };
2087
+ declare type NumberInputProps = Omit<InputProps, 'onChange'> & {
2088
+ defaultValue?: string | number;
2089
+ label?: string;
2090
+ icon?: (props: object) => React$1.ReactElement;
2091
+ onClickIcon?: (value: string | number) => string | undefined | void;
2092
+ iconStyles?: {};
2093
+ labelStyle?: React$1.CSSProperties;
2094
+ onChange?: (value: number | string | null, action?: string) => void;
2095
+ localeOptions?: LocaleOptions;
2096
+ inputMode?: "none" | "text" | "numeric" | "decimal";
2097
+ };
2098
+ declare function NumberInput(props: NumberInputProps): JSX.Element;
2099
+
2100
+ declare type InputStepperProps = Omit<NumberInputProps, 'value'> & {
2101
+ min?: number;
2102
+ max?: number;
2103
+ initialValue?: number | string;
2104
+ width?: string;
2105
+ label?: string;
2106
+ labelStyle?: React$1.CSSProperties;
2107
+ inputDisabled?: boolean;
2108
+ };
2109
+ declare function InputStepper(props: InputStepperProps): JSX.Element;
2110
+
2111
+ interface ColumnInstance<D extends Record<string, unknown> = Record<string, unknown>> extends UseFiltersColumnProps<D>, UseGroupByColumnProps<D>, UseResizeColumnsColumnProps<D>, UseSortByColumnProps<D> {
2112
+ }
2113
+ interface Row$1<D extends Record<string, unknown> = Record<string, unknown>> extends UseTableRowProps<D>, UseExpandedRowProps<D>, UseGroupByRowProps<D>, UseRowSelectRowProps<D>, UseRowStateRowProps<D> {
2114
+ }
2115
+
2116
+ declare type VirtualTableProps = {
2117
+ columns: Column<object>[];
2118
+ data: object[];
2119
+ itemSize?: (value: {
2120
+ index: number;
2121
+ row: Row$1;
2122
+ }) => number;
2123
+ height?: number;
2124
+ minWidth?: number;
2125
+ maxWidth?: number;
2126
+ defaultSort?: SortingRule<string>;
2127
+ onClickRow?: (row?: object, index?: number) => void;
2128
+ onScroll?: ((props: ListOnScrollProps) => any);
2129
+ onUpdateData?: (...args: any) => void;
2130
+ useTableProps?: object;
2131
+ tableHeaderProps?: {
2132
+ className?: string;
2133
+ style?: React$1.CSSProperties;
2134
+ };
2135
+ tableFooterProps?: {
2136
+ className?: string;
2137
+ style?: React$1.CSSProperties;
2138
+ };
2139
+ TableFooter?: (props: React$1.PropsWithChildren<{
2140
+ [key: string]: any;
2141
+ }>) => React$1.ReactElement;
2142
+ customTableFooterProps?: object;
2143
+ className?: string;
2144
+ hideFooter?: boolean;
2145
+ hideHeader?: boolean;
2146
+ NoRowsFound?: (props: React$1.PropsWithChildren<{
2147
+ [key: string]: any;
2148
+ }>) => React$1.ReactElement;
2149
+ renderRowSubComponent?: (props: React$1.PropsWithChildren<{
2150
+ [key: string]: any;
2151
+ }>) => React$1.ReactElement;
2152
+ onSort?: (value: {
2153
+ column: ColumnInstance;
2154
+ }) => void;
2155
+ onResize?: VoidFunction;
2156
+ rowGroupStyles?: (value: {
2157
+ row: Row$1;
2158
+ style: React$1.CSSProperties;
2159
+ }) => React$1.CSSProperties;
2160
+ rowStyles?: (value: {
2161
+ row: Row$1;
2162
+ style: React$1.CSSProperties;
2163
+ }) => React$1.CSSProperties;
2164
+ gutterSize?: number;
2165
+ };
2166
+ declare const VirtualTable: (props: VirtualTableProps) => JSX.Element;
2167
+
2168
+ declare const VirtualTableStyles: StyledComponent<"div", any, {
2169
+ tableHeight?: string | number | undefined;
2170
+ bordered?: string | boolean | undefined;
2171
+ rowClickable?: boolean | undefined;
2172
+ hoverRowBg?: string | boolean | undefined;
2173
+ selectedRowIndex?: number | undefined;
2174
+ selectedRowStyle?: boolean | CSSObject | undefined;
2175
+ }, never>;
2176
+ //# sourceMappingURL=VirtualTableStyles.d.ts.map
2177
+
2178
+ declare type TableIconProps = SVGIconProps;
2179
+ declare function TableIcon({ color, size, altText, ...props }: TableIconProps): JSX.Element;
2180
+
2181
+ declare const IconDoc: ({ ext, ...props }: {
2182
+ [key: string]: any;
2183
+ ext?: string | undefined;
2184
+ }) => JSX.Element;
2185
+
2186
+ declare type CouponIconProps = SVGIconProps;
2187
+ declare function CouponIcon({ color, size, altText, ...props }: CouponIconProps): JSX.Element;
2188
+
2189
+ declare type AwaitingProofIconProps = SVGIconProps;
2190
+ declare function AwaitingProofIcon({ color, size, altText, ...props }: AwaitingProofIconProps): JSX.Element;
2191
+
2192
+ declare type ProofReceivedIconProps = SVGIconProps;
2193
+ declare function ProofReceivedIcon({ color, size, altText, ...props }: ProofReceivedIconProps): JSX.Element;
2194
+
2195
+ declare type PendingApprovalIconProps = SVGIconProps;
2196
+ declare function PendingApprovalIcon({ color, size, altText, ...props }: PendingApprovalIconProps): JSX.Element;
2197
+
2198
+ declare type ChangeRequestedIconProps = SVGIconProps;
2199
+ declare function ChangeRequestedIcon({ color, size, altText, ...props }: ChangeRequestedIconProps): JSX.Element;
2200
+
2201
+ declare type ClientApprovedIconProps = SVGIconProps;
2202
+ declare function ClientApprovedIcon({ color, size, altText, ...props }: ClientApprovedIconProps): JSX.Element;
2203
+
2204
+ declare type ProofingCompleteIconProps = SVGIconProps;
2205
+ declare function ProofingCompleteIcon({ color, size, altText, ...props }: ProofingCompleteIconProps): JSX.Element;
2206
+
2207
+ declare function ChatIcon({ color, width, mr, mt, notifs }: React$1.PropsWithChildren<{
2208
+ color?: string;
2209
+ width?: string;
2210
+ mr?: number;
2211
+ mt?: number;
2212
+ notifs?: number;
2213
+ }>): JSX.Element;
2214
+
2215
+ declare type ColumnSelectIconProps = SVGIconProps;
2216
+ declare function ColumnSelectIcon({ color, size, altText, ...props }: ColumnSelectIconProps): JSX.Element;
2217
+
2218
+ declare type NavConnectIconProps = SVGIconProps & {
2219
+ filled?: boolean;
2220
+ };
2221
+ declare function NavConnectIcon({ color, size, filled, altText, ...props }: NavConnectIconProps): JSX.Element;
2222
+
2223
+ declare type NavSalesIconProps = SVGIconProps & {
2224
+ filled?: boolean;
2225
+ };
2226
+ declare function NavSalesIcon({ color, size, filled, altText, ...props }: NavSalesIconProps): JSX.Element;
2227
+
2228
+ declare type NavProdIconProps = SVGIconProps & {
2229
+ filled?: boolean;
2230
+ };
2231
+ declare function NavProdIcon({ color, size, filled, altText, ...props }: NavProdIconProps): JSX.Element;
2232
+
2233
+ declare type NavFinanceIconProps = SVGIconProps & {
2234
+ filled?: boolean;
2235
+ };
2236
+ declare function NavFinanceIcon({ color, size, filled, altText, ...props }: NavFinanceIconProps): JSX.Element;
2237
+
2238
+ declare type NavResourcesIconProps = SVGIconProps & {
2239
+ filled?: boolean;
2240
+ };
2241
+ declare function NavResourcesIcon({ color, size, filled, altText, ...props }: NavResourcesIconProps): JSX.Element;
2242
+
2243
+ declare type NavManagementIconProps = SVGIconProps & {
2244
+ filled?: boolean;
2245
+ };
2246
+ declare function NavManagementIcon({ color, size, filled, altText, ...props }: NavManagementIconProps): JSX.Element;
2247
+
2248
+ declare type TrashIconProps = SVGIconProps & {
2249
+ filled?: boolean;
2250
+ pinned?: boolean;
2251
+ };
2252
+ declare function TrashIcon({ color, size, filled, pinned, altText, ...props }: TrashIconProps): JSX.Element;
2253
+
2254
+ declare type PinIconProps = SVGIconProps & {
2255
+ filled?: boolean;
2256
+ pinned?: boolean;
2257
+ unpin?: boolean;
2258
+ };
2259
+ declare function PinIcon({ color, size, filled, unpin, pinned, altText, ...props }: PinIconProps): JSX.Element;
2260
+
2261
+ declare type TaskIconProps = SVGIconProps;
2262
+ declare function TaskIcon({ color, size, altText, ...props }: TaskIconProps): JSX.Element;
2263
+
2264
+ declare type AddTaskIconProps = SVGIconProps;
2265
+ declare function AddTaskIcon({ color, size, altText, ...props }: AddTaskIconProps): JSX.Element;
2266
+
2267
+ declare type NoteIconProps = SVGIconProps;
2268
+ declare function NoteIcon({ color, size, altText, ...props }: NoteIconProps): JSX.Element;
2269
+
2270
+ declare type AddNoteIconProps = SVGIconProps;
2271
+ declare function AddNoteIcon({ color, size, altText, ...props }: AddNoteIconProps): JSX.Element;
2272
+
2273
+ declare type LockIconProps = SVGIconProps & {
2274
+ locked?: boolean;
2275
+ };
2276
+ declare function LockIcon({ color, size, locked, altText, ...props }: LockIconProps): JSX.Element;
2277
+
2278
+ declare type InfoIconProps = SVGIconProps & {
2279
+ filled?: boolean;
2280
+ pinned?: boolean;
2281
+ };
2282
+ declare function InfoIcon({ color, size, filled, pinned, altText, ...props }: InfoIconProps): JSX.Element;
2283
+
2284
+ declare type DownloadIconProps = SVGIconProps;
2285
+ declare function DownloadIcon({ color, size, altText, ...props }: DownloadIconProps): JSX.Element;
2111
2286
 
2112
2287
  declare type MarketingStatusIconProps = SVGIconProps & {
2113
2288
  approved?: boolean;
2114
2289
  };
2115
- declare function MarketingStatusIcon({ color, size, approved, ...props }: MarketingStatusIconProps): JSX.Element;
2290
+ declare function MarketingStatusIcon({ color, size, approved, altText, ...props }: MarketingStatusIconProps): JSX.Element;
2116
2291
 
2117
2292
  declare type GearIconProps = SVGIconProps & {
2118
2293
  filled?: boolean;
2119
2294
  };
2120
- declare function GearIcon({ color, filled, size, ...props }: GearIconProps): JSX.Element;
2295
+ declare function GearIcon({ color, filled, size, altText, ...props }: GearIconProps): JSX.Element;
2121
2296
 
2122
- declare function NavResourcesIcon({ width, style, fill, color, outline, // outline/completely filled in
2123
- ...props }: React$1.PropsWithChildren<{
2124
- fill?: string;
2125
- color?: string;
2126
- width?: number | string;
2127
- outline?: boolean;
2128
- style?: React$1.CSSProperties;
2129
- }>): JSX.Element;
2130
-
2131
- declare const CircleProgressIcon: ({ sqSize, strokeWidth, percentage, strokeColor, textColor, text, textStyle, ...props }: React$1.PropsWithChildren<{
2132
- sqSize?: number | undefined;
2133
- strokeWidth?: number | undefined;
2134
- percentage?: number | undefined;
2135
- strokeColor?: string | undefined;
2136
- textColor?: string | undefined;
2137
- text?: string | undefined;
2138
- textStyle?: React$1.CSSProperties | undefined;
2139
- }>) => JSX.Element;
2140
- //# sourceMappingURL=CircleProgressIcon.d.ts.map
2297
+ declare type CircleProgressIconProps = SVGIconProps & {
2298
+ sqSize?: number;
2299
+ strokeWidth?: number;
2300
+ percentage?: number;
2301
+ strokeColor?: string;
2302
+ textColor?: string;
2303
+ text?: string;
2304
+ viewBox?: string;
2305
+ textStyle?: React$1.CSSProperties;
2306
+ };
2307
+ declare function CircleProgressIcon({ sqSize, strokeWidth, percentage, strokeColor, textColor, text, textStyle, color, size, altText, ...props }: CircleProgressIconProps): JSX.Element;
2141
2308
 
2142
2309
  declare function Loading({ height, width, animationDuration, barWidth, barRadius, colorful, bars, viewBox, rotate, startColor, endColor, ...props }: {
2143
2310
  height?: number;
@@ -2154,170 +2321,118 @@ declare function Loading({ height, width, animationDuration, barWidth, barRadius
2154
2321
  } & SharedStyleTypes): JSX.Element;
2155
2322
  //# sourceMappingURL=Loading.d.ts.map
2156
2323
 
2157
- declare function Icon({ width, height, fill, style, ...props }: React$1.PropsWithChildren<{
2158
- width?: number | string;
2159
- height?: number | string;
2160
- fill?: string;
2161
- style?: React$1.CSSProperties;
2162
- }>): JSX.Element;
2163
-
2164
- declare function Icon$1({ width, height, fill, style, ...props }: React$1.PropsWithChildren<{
2165
- width?: number | string;
2166
- height?: number | string;
2167
- fill?: string;
2168
- style?: React$1.CSSProperties;
2169
- }>): JSX.Element;
2170
-
2171
- declare function Icon$2({ fill, style, ...props }: React$1.PropsWithChildren<{
2172
- width?: number | string;
2173
- height?: number | string;
2174
- fill?: string;
2175
- style?: React$1.CSSProperties;
2176
- }>): JSX.Element;
2177
-
2178
- declare function Icon$3({ width, height, fill, style, ...props }: React$1.PropsWithChildren<{
2179
- width?: number | string;
2180
- height?: number | string;
2181
- fill?: string;
2182
- style?: React$1.CSSProperties;
2183
- }>): JSX.Element;
2324
+ declare type SalesArrowIconDirection = 'up' | 'down';
2325
+ declare type SalesArrowIconProps = SVGIconProps & {
2326
+ direction?: SalesArrowIconDirection;
2327
+ };
2328
+ declare function SalesArrowIcon({ color, size, direction, altText, ...props }: SalesArrowIconProps): JSX.Element;
2184
2329
 
2185
- declare function Icon$4({ width, height, fill, style, ...props }: React$1.PropsWithChildren<{
2186
- width?: number | string;
2187
- height?: number | string;
2188
- fill?: string;
2189
- style?: React$1.CSSProperties;
2190
- }>): JSX.Element;
2330
+ declare type AlertIconProps = SVGIconProps & {
2331
+ filled?: boolean;
2332
+ };
2333
+ declare function AlertIcon({ color, size, filled, altText, ...props }: AlertIconProps): JSX.Element;
2191
2334
 
2192
- declare function Icon$5({ width, height, fill, style, ...props }: React$1.PropsWithChildren<{
2193
- width?: number | string;
2194
- height?: number | string;
2195
- fill?: string;
2196
- style?: React$1.CSSProperties;
2197
- }>): JSX.Element;
2335
+ declare type AddIconProps = SVGIconProps;
2336
+ declare function CompletedCheckmarkIcon({ color, size, altText, ...props }: AddIconProps): JSX.Element;
2198
2337
 
2199
- declare function Icon$6({ width, height, fill, style, ...props }: React$1.PropsWithChildren<{
2200
- width?: number | string;
2201
- height?: number | string;
2202
- fill?: string;
2203
- style?: React$1.CSSProperties;
2204
- }>): JSX.Element;
2338
+ declare type BulletIconProps = SVGIconProps;
2339
+ declare function BulletIcon({ color, size, ...props }: BulletIconProps): JSX.Element;
2205
2340
 
2206
2341
  declare type UsersIconProps = SVGIconProps;
2207
- declare function UsersIcon({ color, size, ...props }: UsersIconProps): JSX.Element;
2342
+ declare function UsersIcon({ color, size, altText, ...props }: UsersIconProps): JSX.Element;
2208
2343
 
2209
- declare function Icon$7({ width, height, fill, style, ...props }: React$1.PropsWithChildren<{
2210
- width?: number | string;
2211
- height?: number | string;
2212
- fill?: string;
2213
- style?: React$1.CSSProperties;
2214
- }>): JSX.Element;
2215
-
2216
- declare function Icon$8({ width, height, fill, style, ...props }: React$1.PropsWithChildren<{
2217
- width?: number | string;
2218
- height?: number | string;
2219
- fill?: string;
2220
- style?: React$1.CSSProperties;
2221
- }>): JSX.Element;
2344
+ declare type ReceiptLongIconProps = SVGIconProps;
2345
+ declare function ReceiptLongIcon({ color, size, altText, ...props }: ReceiptLongIconProps): JSX.Element;
2222
2346
 
2223
2347
  declare type FolderIconProps = SVGIconProps;
2224
2348
  declare function FolderIcon({ color, size, ...props }: FolderIconProps): JSX.Element;
2225
2349
 
2226
- declare const Icon$9: React$1.ForwardRefExoticComponent<{
2227
- width?: string | number | undefined;
2228
- height?: string | number | undefined;
2229
- fill?: string | undefined;
2230
- style?: object | undefined;
2231
- } & React$1.RefAttributes<SVGSVGElement>>;
2232
- //# sourceMappingURL=Calendar2Icon.d.ts.map
2233
-
2234
- declare function Icon$a({ width, height, fill, style, ...props }: React$1.PropsWithChildren<{
2235
- width?: number | string;
2236
- height?: number | string;
2237
- fill?: string;
2238
- style?: React$1.CSSProperties;
2239
- }>): JSX.Element;
2350
+ declare type CalendarIconProps = SVGIconProps;
2351
+ declare function CalendarIcon({ color, size, altText, ...props }: CalendarIconProps): JSX.Element;
2352
+
2353
+ declare type PromostandardsIconProps = SVGIconProps;
2354
+ declare function PromostandardsIcon({ size, altText, ...props }: PromostandardsIconProps): JSX.Element;
2240
2355
 
2241
- declare type CrossIconProps = SVGIconProps;
2242
- declare function CrossIcon({ color, size, ...props }: CrossIconProps): JSX.Element;
2356
+ declare type XIconProps = SVGIconProps;
2357
+ declare function XIcon({ color, size, altText, ...props }: XIconProps): JSX.Element;
2243
2358
 
2244
2359
  declare type IconVariants = 'primary' | 'cta';
2245
2360
  declare type OpportunityCircleIconProps = SVGIconProps & {
2246
2361
  variant?: IconVariants;
2247
2362
  selected?: boolean;
2248
2363
  };
2249
- declare function OpportunityCircleIcon({ variant, selected, size, style, ...props }: OpportunityCircleIconProps): JSX.Element;
2364
+ declare function OpportunityCircleIcon({ variant, selected, size, altText, style, ...props }: OpportunityCircleIconProps): JSX.Element;
2250
2365
 
2251
2366
  declare type IconVariants$1 = 'primary' | 'cta';
2252
2367
  declare type PresentationCircleIconProps = SVGIconProps & {
2253
2368
  variant?: IconVariants$1;
2254
2369
  selected?: boolean;
2255
2370
  };
2256
- declare function PresentationCircleIcon({ variant, selected, size, style, ...props }: PresentationCircleIconProps): JSX.Element;
2371
+ declare function PresentationCircleIcon({ variant, selected, size, altText, style, ...props }: PresentationCircleIconProps): JSX.Element;
2257
2372
 
2258
2373
  declare type IconVariants$2 = 'primary' | 'cta';
2259
2374
  declare type EstimateCircleIconProps = SVGIconProps & {
2260
2375
  variant?: IconVariants$2;
2261
2376
  selected?: boolean;
2262
2377
  };
2263
- declare function EstimateCircleIcon({ variant, selected, size, style, ...props }: EstimateCircleIconProps): JSX.Element;
2378
+ declare function EstimateCircleIcon({ variant, selected, size, altText, style, ...props }: EstimateCircleIconProps): JSX.Element;
2264
2379
 
2265
2380
  declare type IconVariants$3 = 'primary' | 'cta';
2266
2381
  declare type SalesOrderCircleIconProps = SVGIconProps & {
2267
2382
  variant?: IconVariants$3;
2268
2383
  selected?: boolean;
2269
2384
  };
2270
- declare function SalesOrderCircleIcon({ variant, selected, size, style, ...props }: SalesOrderCircleIconProps): JSX.Element;
2385
+ declare function SalesOrderCircleIcon({ variant, selected, size, altText, style, ...props }: SalesOrderCircleIconProps): JSX.Element;
2271
2386
 
2272
2387
  declare type DollarIconProps = SVGIconProps;
2273
- declare function DollarIcon({ color, size, ...props }: DollarIconProps): JSX.Element;
2388
+ declare function DollarIcon({ color, size, altText, ...props }: DollarIconProps): JSX.Element;
2274
2389
 
2275
2390
  declare type BotIconProps = SVGIconProps;
2276
- declare function BotIcon({ color, size, ...props }: BotIconProps): JSX.Element;
2391
+ declare function BotIcon({ color, size, altText, ...props }: BotIconProps): JSX.Element;
2277
2392
 
2278
2393
  declare type GalleryIconProps = SVGIconProps;
2279
- declare function GalleryIcon({ color, size, ...props }: GalleryIconProps): JSX.Element;
2394
+ declare function GalleryIcon({ color, size, altText, ...props }: GalleryIconProps): JSX.Element;
2280
2395
 
2281
2396
  declare type ListIconProps = SVGIconProps;
2282
- declare function ListIcon({ color, size, ...props }: ListIconProps): JSX.Element;
2397
+ declare function ListIcon({ color, size, altText, ...props }: ListIconProps): JSX.Element;
2283
2398
 
2284
2399
  declare type TilesIconProps = SVGIconProps & {
2285
2400
  filled?: boolean;
2286
2401
  };
2287
- declare function TilesIcon({ color, size, filled, ...props }: TilesIconProps): JSX.Element;
2402
+ declare function TilesIcon({ color, size, filled, altText, ...props }: TilesIconProps): JSX.Element;
2288
2403
 
2289
2404
  declare type UserIconProps = SVGIconProps;
2290
- declare function UserIcon({ color, size, ...props }: UserIconProps): JSX.Element;
2405
+ declare function UserIcon({ color, size, altText, ...props }: UserIconProps): JSX.Element;
2291
2406
 
2292
2407
  declare type ArrowIconDirection = 'up' | 'right' | 'down' | 'left';
2293
2408
  declare type ArrowIconProps = SVGIconProps & {
2294
2409
  direction?: ArrowIconDirection;
2295
2410
  };
2296
- declare function ArrowIcon({ color, direction, size, ...props }: ArrowIconProps): JSX.Element;
2411
+ declare function ArrowIcon({ color, direction, altText, size, ...props }: ArrowIconProps): JSX.Element;
2297
2412
 
2298
2413
  declare type ChevronIconDirection = 'up' | 'right' | 'down' | 'left' | 'updown' | 'leftright';
2299
2414
  declare type ChevronIconProps = SVGIconProps & {
2300
2415
  direction?: ChevronIconDirection;
2301
2416
  };
2302
- declare function ChevronIcon({ color, direction, size, ...props }: ChevronIconProps): JSX.Element;
2417
+ declare function ChevronIcon({ color, direction, altText, size, ...props }: ChevronIconProps): JSX.Element;
2303
2418
 
2304
2419
  declare type FilledChevronIconDirection = 'up' | 'right' | 'down' | 'left' | 'updown' | 'leftright';
2305
2420
  declare type FilledChevronIconProps = SVGIconProps & {
2306
2421
  direction?: FilledChevronIconDirection;
2307
2422
  };
2308
- declare function FilledChevronIcon({ color, direction, size, ...props }: FilledChevronIconProps): JSX.Element;
2423
+ declare function FilledChevronIcon({ color, direction, altText, size, ...props }: FilledChevronIconProps): JSX.Element;
2309
2424
 
2310
- declare type CheckmarkOnlyIconProps = SVGIconProps;
2311
- declare function CheckmarkOnlyIcon({ color, size, ...props }: CheckmarkOnlyIconProps): JSX.Element;
2425
+ declare type CheckmarkIconProps = SVGIconProps;
2426
+ declare function CheckmarkIcon({ color, size, altText, ...props }: CheckmarkIconProps): JSX.Element;
2312
2427
 
2313
- declare type AddIconProps = SVGIconProps;
2314
- declare function AddIcon({ color, size, ...props }: AddIconProps): JSX.Element;
2428
+ declare type AddIconProps$1 = SVGIconProps;
2429
+ declare function AddIcon({ color, size, altText, ...props }: AddIconProps$1): JSX.Element;
2315
2430
 
2316
2431
  declare type SubtractIconProps = SVGIconProps;
2317
- declare function SubtractIcon({ color, size, ...props }: SubtractIconProps): JSX.Element;
2432
+ declare function SubtractIcon({ color, size, altText, ...props }: SubtractIconProps): JSX.Element;
2318
2433
 
2319
2434
  declare type SearchIconProps = SVGIconProps;
2320
- declare function SearchIcon({ color, size, ...props }: SearchIconProps): JSX.Element;
2435
+ declare function SearchIcon({ color, size, altText, ...props }: SearchIconProps): JSX.Element;
2321
2436
 
2322
2437
  declare type ClockIconProps = SVGIconProps;
2323
2438
  declare function ClockIcon({ color, size, ...props }: ClockIconProps): JSX.Element;
@@ -2327,8 +2442,75 @@ declare function ClipboardIcon({ color, size, ...props }: ClipboardIconProps): J
2327
2442
 
2328
2443
  declare type RadioIconProps = SVGIconProps & {
2329
2444
  selected?: boolean;
2445
+ hover?: boolean;
2446
+ hoverColor?: string;
2447
+ disabled?: boolean;
2448
+ disabledColor?: string;
2449
+ };
2450
+ declare function RadioIcon({ color, hoverColor, disabledColor, size, hover, selected, disabled, altText, ...props }: RadioIconProps): JSX.Element;
2451
+
2452
+ declare type CheckboxIconProps = SVGIconProps & {
2453
+ selected?: boolean;
2454
+ hover?: boolean;
2455
+ hoverColor?: string;
2456
+ disabled?: boolean;
2457
+ disabledColor?: string;
2330
2458
  };
2331
- declare function RadioIcon({ color, size, selected, ...props }: RadioIconProps): JSX.Element;
2459
+ declare function CheckboxIcon({ color, hoverColor, disabledColor, size, hover, selected, disabled, altText, ...props }: CheckboxIconProps): JSX.Element;
2460
+
2461
+ declare type EditIconProps = SVGIconProps & {
2462
+ filled?: boolean;
2463
+ };
2464
+ declare function EditIcon({ color, size, filled, altText, ...props }: EditIconProps): JSX.Element;
2465
+
2466
+ declare type GridIconProps = SVGIconProps;
2467
+ declare function GridIcon({ color, size, altText, ...props }: GridIconProps): JSX.Element;
2468
+
2469
+ declare type TemplateIconProps = SVGIconProps & {
2470
+ filled?: boolean;
2471
+ };
2472
+ declare function TemplateIcon({ color, size, filled, altText, ...props }: TemplateIconProps): JSX.Element;
2473
+
2474
+ declare type PercentIconProps = SVGIconProps;
2475
+ declare function PercentIcon({ color, size, altText, ...props }: PercentIconProps): JSX.Element;
2476
+
2477
+ declare type TargetIconProps = SVGIconProps;
2478
+ declare function TargetIcon({ color, size, altText, ...props }: TargetIconProps): JSX.Element;
2479
+
2480
+ declare type IntegrationsIconProps = SVGIconProps & {
2481
+ filled?: boolean;
2482
+ };
2483
+ declare function IntegrationsIcon({ color, size, filled, altText, ...props }: IntegrationsIconProps): JSX.Element;
2484
+
2485
+ declare type MailIconProps = SVGIconProps & {
2486
+ filled?: boolean;
2487
+ };
2488
+ declare function MailIcon({ color, size, filled, altText, ...props }: MailIconProps): JSX.Element;
2489
+
2490
+ declare type EpsIconProps = SVGIconProps;
2491
+ declare function EpsIcon({ color, size, altText, ...props }: EpsIconProps): JSX.Element;
2492
+
2493
+ declare type StarIconProps = SVGIconProps & {
2494
+ hover?: boolean;
2495
+ filled?: boolean;
2496
+ };
2497
+ declare function StarIcon({ color, size, hover, filled, altText, ...props }: StarIconProps): JSX.Element;
2498
+
2499
+ declare type EyeIconProps = SVGIconProps & {
2500
+ hide?: boolean;
2501
+ };
2502
+ declare function EyeIcon({ color, size, hide, altText, ...props }: EyeIconProps): JSX.Element;
2503
+
2504
+ declare type MenuIconProps = SVGIconProps;
2505
+ declare function MenuIcon({ color, size, altText, ...props }: MenuIconProps): JSX.Element;
2506
+
2507
+ declare type CommentIconProps = {
2508
+ number?: number;
2509
+ } & SVGIconProps;
2510
+ declare function CommentIcon({ color, size, altText, number, ...props }: CommentIconProps): JSX.Element;
2511
+
2512
+ declare type EllipsisIconProps = SVGIconProps;
2513
+ declare function EllipsisIcon({ color, size, altText, ...props }: EllipsisIconProps): JSX.Element;
2332
2514
 
2333
2515
  declare const datepickerStyles = "\n.commonsku-styles-datepicker {\n &.react-datepicker-wrapper {\n width: 100%;\n }\n\n .react-datepicker__input-container {\n display: block;\n width: 100%;\n }\n\n .react-datepicker {\n border: 1px solid var(--color-primary1-60);\n outline: none;\n box-shadow: 1px 1px 0px var(--color-primary1-60),\n -1px -1px 0px var(--color-primary1-60),\n 1px -1px 0px var(--color-primary1-60),\n -1px 1px 0px var(--color-primary1-60);\n }\n\n .react-datepicker__current-month,\n .react-datepicker-time__header,\n .react-datepicker-year-header,\n .react-datepicker__header {\n padding-top: 8px;\n padding-bottom: 8px;\n }\n\n .react-datepicker__header,\n .react-datepicker__today-button {\n background: var(--color-neutrals-20);\n padding-top: 8px;\n padding-bottom: 8px;\n }\n\n .react-datepicker__header {\n border-bottom: none;\n }\n\n .react-datepicker__today-button {\n border-top: none;\n }\n\n .react-datepicker__day {\n outline: none;\n }\n\n .react-datepicker__day :not(\n .react-datepicker__day--outside-month,\n .react-datepicker__day--selected\n ) {\n color: var(--color-neutrals-90);\n }\n\n .react-datepicker__day:hover :not(.react-datepicker__day--selected),\n .react-datepicker__month-text:hover,\n .react-datepicker__quarter-text:hover,\n .react-datepicker__year-text:hover {\n background-color: var(--color-neutrals-20);\n }\n\n .react-datepicker__day--outside-month {\n color: var(--color-neutrals-70);\n }\n\n .react-datepicker__day--weekend {\n color: var(--color-errors-main);\n }\n\n .react-datepicker__day--selected,\n .react-datepicker__day--keyboard-selected,\n .react-datepicker__month-text--keyboard-selected,\n .react-datepicker__quarter-text--keyboard-selected,\n .react-datepicker__year-text--keyboard-selected\n {\n background-color: var(--color-primary1-60);\n color: #fff;\n }\n\n .react-datepicker__triangle {\n border-bottom-color: var(--color-neutrals-20) !important;\n }\n\n .react-datepicker__triangle::before {\n border-bottom-color: var(--color-primary1-60) !important;\n border-top-color: var(--color-primary1-60) !important;\n }\n\n .react-datepicker__month-select,\n .react-datepicker__year-select {\n height: 30px;\n border: 2px solid var(--color-primary1-60);\n padding: 3px;\n border-radius: 5px;\n outline: none;\n }\n\n .react-datepicker__navigation {\n border: 0.45rem solid transparent;\n\n &.react-datepicker__navigation--next {\n border-left: 7px solid var(--color-primary1-60);\n margin-top: 8px;\n }\n \n &.react-datepicker__navigation--previous {\n border-right: 7px solid var(--color-primary1-60);\n margin-top: 8px;\n }\n }\n}\n";
2334
2516
  //# sourceMappingURL=datepickerStyles.d.ts.map
@@ -2617,4 +2799,4 @@ declare type SimpleWindowedTableProps = {
2617
2799
  };
2618
2800
  declare function SimpleWindowedTable({ columns, data, itemSize, height, minWidth, maxWidth, defaultSort, onClickRow, onScroll, onUpdateData, useTableProps, tableHeaderProps, tableFooterProps, hideFooter, className, NoRowsFound, }: SimpleWindowedTableProps): JSX.Element;
2619
2801
 
2620
- export { AddIcon, ArrowIcon, Artwork, ArtworkProps, SKUAsyncSelect as AsyncSelect, Avatar, AvatarColor, AvatarShape, AvatarSize, AwaitingProofIcon, Backdrop, Background, Badge, BotIcon, Box, Icon$6 as BulletIcon, Button, ButtonVariant, ButtonsGroup, Calendar, Icon$9 as Calendar2Icon, CalendarDayBody, CalendarDaysBody, CalendarDaysHeader, CalendarIcon, CalendarTask, CalendarTaskProps, CalendarWrapper, ChangeRequestedIcon, ChatIcon, CheckMark, Icon$7 as CheckboxIcon, Icon$3 as CheckmarkIcon, CheckmarkOnlyIcon, ChevronIcon, CircleProgressIcon, ClientApprovedIcon, ClipboardIcon, ClockIcon, Col, ColPropTypes, CollapseStyled, CollapseStyledProps, CollapseWrapper, CollapseWrapperProps, Collapsible, CollapsiblePanel, CollapsiblePanelProps, CollapsiblePanelTitle, CollapsiblePanelTitleProps, CollapsiblePanels, CollapsiblePanelsProps, CollapsibleProps, ColumnSelectIcon, CouponIcon, SKUCreatableSelect as CreatableSelect, CrossIcon, CustomDateInput, Datepicker, DatepickerPorps, DaysBodyWrapper, DaysHeaderWrapper, DefaultCalendarFooter, DefaultCalendarHeader, DollarIcon, Dot, DownloadIcon, DraggableTasksCalendar, DropArea, DropAreaProps, DropDownContent, Dropdown, DropdownItem, DropdownProps, DropzoneTypes, Dropzoned, DropzonedPreviews, ErrorBoundary, Icon$2 as ErrorIcon, EstimateCircleIcon, FeedPost, FilledChevronIcon, FolderIcon, GalleryIcon, GearIcon, GlobalStyle, Grid, H1, H2, H3, H4, H5, H6, HeaderWrapper, HeadlessTable, IconButton, IconButtonProps, IconDoc, InfoIcon, Input, InputIconLabel, InputIconLabelContainer, InputProps, Label, LabeledAsyncSelect, LabeledCheckbox, LabeledCheckboxProps, LabeledCreatableSelect, LabeledIconInput, LabeledInput, LabeledMultiProgress, LabeledProgress, LabeledRadio, LabeledRadioGroup, LabeledSelect, LabeledTextarea, Icon$4 as LeftArrowIcon, Link, ListIcon, Loading, LockIcon, MarketingStatusIcon, MultiProgress, NavConnectIcon, NavFinanceIcon, NavManagementIcon, NavProdIcon, NavResourcesIcon, NavSalesIcon, NoMarketingIcon, NoteIcon, Number, OpportunityCircleIcon, Overlay, Padding, Page, PanelContact, PanelIcon, PanelTileContact, PendingApprovalIcon, PinIcon, Popup, PopupHeader, PopupProps, PresentationCircleIcon, Product, Progress, Icon$a as PromostandardsIcon, ProofReceivedIcon, ProofingCompleteIcon, Publisher, Radio, RadioIcon, RadioLabel, Icon$8 as ReceiptLongIcon, ResponsiveTable, Icon$5 as RightArrowIcon, Row, RowPropTypes, SHARED_STYLE_MAPS, Icon$1 as SalesDownArrowIcon, SalesOrderCircleIcon, Icon as SalesUpArrowIcon, SearchIcon, SKUSelect as Select, SharedStyleTypes, SharedStyles, ShowPopup, SidePanel, SimpleWindowedTable, SimpleWindowedTableProps, SimpleWindowedTableStyles, SizerCss, SizerTypes, SizerWrapper, Sparkles, Spinner, StarRating, StateDropdown, StatusDropdown, StyledCalendarTaskBody, StyledDayBody, StyledDayText, StyledDropArea, StyledDropdown, StyledPanel, StyledTask, SubtractIcon, SVG as SvgIcon, TBody, TButtonIcon, TD, TDropdownItem, TH, THSorted, THead, TR, TSize$1 as TSize, TSizeOffset, TSizeOffsetRight, TSizeStyle, TTab, Tab, TabBar, Table, TableIcon, Tabs, TabsProps, Task, TaskBody, TaskIcon, TaskLabel, TaskName, TaskProps, TasksCalendar, TasksCalendarDayBody, TasksCalendarFooter, TasksCalendarHeader, Text, TextProp, Textarea, Theme, Thermometer, TilesIcon, Toggle, ToggleLink, TrashIcon, UserIcon, UsersIcon, Wrapper, YesMarketingIcon, colors, datepickerStyles, fontFamilies, fontStyles, fonts, getColor, getFontStyle, getThemeColor, getThemeFontFamily, getThemeFontSize, getThemeFontStyle, getThemeProperty, sizes, themeOptions };
2802
+ export { AddIcon, AddNoteIcon, AddTaskIcon, AlertIcon, AlertNotification, ArrowIcon, Artwork, ArtworkProps, SKUAsyncSelect as AsyncSelect, Avatar, AvatarColor, AvatarShape, AvatarSize, AwaitingProofIcon, Backdrop, Background, Badge, BotIcon, Box, BulletIcon, Button, ButtonPreset, ButtonVariant, ButtonsGroup, Calendar, CalendarDayBody, CalendarDaysBody, CalendarDaysHeader, CalendarIcon, CalendarTask, CalendarTaskProps, CalendarWrapper, CancelButton, ChangeRequestedIcon, ChatIcon, CheckMark, CheckboxIcon, CheckboxLabel, CheckmarkIcon, ChevronIcon, CircleProgressIcon, ClientApprovedIcon, ClipboardIcon, ClockIcon, Col, ColPropTypes, CollapseStyled, CollapseStyledProps, CollapseWrapper, CollapseWrapperProps, Collapsible, CollapsiblePanel, CollapsiblePanelProps, CollapsiblePanelTitle, CollapsiblePanelTitleProps, CollapsiblePanels, CollapsiblePanelsProps, CollapsibleProps, ColumnSelectIcon, CommentIcon, CompletedCheckmarkIcon, CouponIcon, SKUCreatableSelect as CreatableSelect, CustomDateInput, Datepicker, DatepickerPorps, DaysBodyWrapper, DaysHeaderWrapper, DefaultCalendarFooter, DefaultCalendarHeader, DefaultStar, DollarIcon, DoneButton, Dot, DownloadIcon, DraggableTasksCalendar, DropArea, DropAreaProps, DropDownContent, Dropdown, DropdownItem, DropdownProps, DropzoneTypes, Dropzoned, DropzonedPreviews, EditIcon, EllipsisIcon, EpsIcon, ErrorBoundary, EstimateCircleIcon, EyeIcon, FeedPost, FilledChevronIcon, FolderIcon, GalleryIcon, GearIcon, GlobalStyle, Grid, GridIcon, H1, H2, H3, H4, H5, H6, HeaderWrapper, HeadlessTable, IconButton, IconButtonProps, IconDoc, InfoIcon, Input, InputIconLabel, InputIconLabelContainer, InputProps, InputStepper, IntegrationsIcon, Label, LabeledAsyncSelect, LabeledCheckbox, LabeledCheckboxProps, LabeledCreatableSelect, LabeledIconInput, LabeledInput, LabeledMultiProgress, LabeledProgress, LabeledRadio, LabeledRadioGroup, LabeledRadioInButton, LabeledRadioInButtonGroup, LabeledRadioProps, LabeledSelect, LabeledTextarea, LightIndicator, Link, LinkWithIcon, ListIcon, Loading, LockIcon, MailIcon, MarketingStatusIcon, MenuIcon, MultiProgress, NavConnectIcon, NavFinanceIcon, NavManagementIcon, NavProdIcon, NavResourcesIcon, NavSalesIcon, NoteIcon, Number, NumberInput, OpportunityCircleIcon, Overlay, Padding, Page, PanelContact, PanelTileContact, PendingApprovalIcon, PercentIcon, PinIcon, Popup, PopupHeader, PopupProps, PresentationCircleIcon, Product, Progress, PromostandardsIcon, ProofReceivedIcon, ProofingCompleteIcon, Publisher, Radio, RadioIcon, RadioLabel, RadioProps, ReceiptLongIcon, ResponsiveTable, Row, RowPropTypes, SHARED_STYLE_MAPS, SalesArrowIcon, SalesOrderCircleIcon, SearchIcon, SKUSelect as Select, SharedStyleTypes, SharedStyles, ShowPopup, SidePanel, SimpleWindowedTable, SimpleWindowedTableProps, SimpleWindowedTableStyles, SizerCss, SizerTypes, SizerWrapper, Sparkles, Spinner, StarIcon, StarRating, StateDropdown, StatusDropdown, StyledCalendarTaskBody, StyledDayBody, StyledDayText, StyledDropArea, StyledDropdown, StyledPanel, StyledTask, SubtractIcon, SVG as SvgIcon, TBody, TButtonIcon, TD, TDropdownItem, TH, THSorted, THead, TR, TSize$1 as TSize, TSizeOffset, TSizeOffsetRight, TSizeStyle, TTab, Tab, TabBar, Table, TableIcon, Tabs, TabsProps, TargetIcon, Task, TaskBody, TaskIcon, TaskLabel, TaskName, TaskProps, TasksCalendar, TasksCalendarDayBody, TasksCalendarFooter, TasksCalendarHeader, TemplateIcon, Text, TextProp, Textarea, Theme, Thermometer, TilesIcon, Toggle, ToggleLink, TrashIcon, UserIcon, UsersIcon, VirtualTable, VirtualTableStyles, Wrapper, XIcon, colors, datepickerStyles, fontFamilies, fontStyles, fonts, getColor, getFontStyle, getThemeColor, getThemeFontFamily, getThemeFontSize, getThemeFontStyle, getThemeProperty, sizes, themeOptions, toggleSizes };