@commonsku/styles 1.14.0 → 1.14.3

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 (218) hide show
  1. package/dist/index.d.ts +518 -333
  2. package/dist/index.es.js +1602 -960
  3. package/dist/index.es.js.map +1 -1
  4. package/dist/index.js +1634 -970
  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/Img.d.ts +1 -1
  19. package/dist/styles/Img.d.ts.map +1 -1
  20. package/dist/styles/Input.d.ts +25 -5
  21. package/dist/styles/Input.d.ts.map +1 -1
  22. package/dist/styles/InputStepper.d.ts +16 -0
  23. package/dist/styles/InputStepper.d.ts.map +1 -0
  24. package/dist/styles/LightIndicator.d.ts +15 -0
  25. package/dist/styles/LightIndicator.d.ts.map +1 -0
  26. package/dist/styles/LinkWithIcon.d.ts +22 -0
  27. package/dist/styles/LinkWithIcon.d.ts.map +1 -0
  28. package/dist/styles/NumberInput.d.ts +54 -0
  29. package/dist/styles/NumberInput.d.ts.map +1 -0
  30. package/dist/styles/Text.d.ts +2 -2
  31. package/dist/styles/Theme.d.ts +4 -0
  32. package/dist/styles/Theme.d.ts.map +1 -1
  33. package/dist/styles/Thermometer.d.ts +4 -1
  34. package/dist/styles/Thermometer.d.ts.map +1 -1
  35. package/dist/styles/Toggle.d.ts +30 -1
  36. package/dist/styles/Toggle.d.ts.map +1 -1
  37. package/dist/styles/calendar/TasksCalendarHeader.d.ts.map +1 -1
  38. package/dist/styles/colors.d.ts +99 -0
  39. package/dist/styles/colors.d.ts.map +1 -1
  40. package/dist/styles/hooks/index.d.ts +1 -0
  41. package/dist/styles/hooks/index.d.ts.map +1 -1
  42. package/dist/styles/hooks/useLongPress.d.ts +8 -0
  43. package/dist/styles/hooks/useLongPress.d.ts.map +1 -0
  44. package/dist/styles/icons/AddIcon.d.ts +1 -1
  45. package/dist/styles/icons/AddIcon.d.ts.map +1 -1
  46. package/dist/styles/icons/AddNoteIcon.d.ts +6 -0
  47. package/dist/styles/icons/AddNoteIcon.d.ts.map +1 -0
  48. package/dist/styles/icons/AddTaskIcon.d.ts +6 -0
  49. package/dist/styles/icons/AddTaskIcon.d.ts.map +1 -0
  50. package/dist/styles/icons/AlertIcon.d.ts +8 -0
  51. package/dist/styles/icons/AlertIcon.d.ts.map +1 -0
  52. package/dist/styles/icons/ArrowIcon.d.ts +1 -1
  53. package/dist/styles/icons/ArrowIcon.d.ts.map +1 -1
  54. package/dist/styles/icons/AwaitingProofIcon.d.ts +5 -8
  55. package/dist/styles/icons/AwaitingProofIcon.d.ts.map +1 -1
  56. package/dist/styles/icons/BotIcon.d.ts +1 -1
  57. package/dist/styles/icons/BotIcon.d.ts.map +1 -1
  58. package/dist/styles/icons/BulletIcon.d.ts +5 -7
  59. package/dist/styles/icons/BulletIcon.d.ts.map +1 -1
  60. package/dist/styles/icons/CalendarIcon.d.ts +5 -9
  61. package/dist/styles/icons/CalendarIcon.d.ts.map +1 -1
  62. package/dist/styles/icons/ChangeRequestedIcon.d.ts +5 -8
  63. package/dist/styles/icons/ChangeRequestedIcon.d.ts.map +1 -1
  64. package/dist/styles/icons/CheckboxIcon.d.ts +11 -7
  65. package/dist/styles/icons/CheckboxIcon.d.ts.map +1 -1
  66. package/dist/styles/icons/CheckmarkIcon.d.ts +5 -7
  67. package/dist/styles/icons/CheckmarkIcon.d.ts.map +1 -1
  68. package/dist/styles/icons/ChevronIcon.d.ts +1 -1
  69. package/dist/styles/icons/ChevronIcon.d.ts.map +1 -1
  70. package/dist/styles/icons/CircleProgressIcon.d.ts +13 -10
  71. package/dist/styles/icons/CircleProgressIcon.d.ts.map +1 -1
  72. package/dist/styles/icons/ClientApprovedIcon.d.ts +5 -8
  73. package/dist/styles/icons/ClientApprovedIcon.d.ts.map +1 -1
  74. package/dist/styles/icons/ColumnSelectIcon.d.ts +5 -7
  75. package/dist/styles/icons/ColumnSelectIcon.d.ts.map +1 -1
  76. package/dist/styles/icons/CommentIcon.d.ts +28 -0
  77. package/dist/styles/icons/CommentIcon.d.ts.map +1 -0
  78. package/dist/styles/icons/CompletedCheckmarkIcon.d.ts +6 -0
  79. package/dist/styles/icons/CompletedCheckmarkIcon.d.ts.map +1 -0
  80. package/dist/styles/icons/CouponIcon.d.ts +5 -8
  81. package/dist/styles/icons/CouponIcon.d.ts.map +1 -1
  82. package/dist/styles/icons/DollarIcon.d.ts +1 -1
  83. package/dist/styles/icons/DollarIcon.d.ts.map +1 -1
  84. package/dist/styles/icons/DownloadIcon.d.ts +4 -3
  85. package/dist/styles/icons/DownloadIcon.d.ts.map +1 -1
  86. package/dist/styles/icons/EditIcon.d.ts +8 -0
  87. package/dist/styles/icons/EditIcon.d.ts.map +1 -0
  88. package/dist/styles/icons/EllipsisIcon.d.ts +6 -0
  89. package/dist/styles/icons/EllipsisIcon.d.ts.map +1 -0
  90. package/dist/styles/icons/EpsIcon.d.ts +6 -0
  91. package/dist/styles/icons/EpsIcon.d.ts.map +1 -0
  92. package/dist/styles/icons/EstimateCircleIcon.d.ts +1 -1
  93. package/dist/styles/icons/EstimateCircleIcon.d.ts.map +1 -1
  94. package/dist/styles/icons/EyeIcon.d.ts +8 -0
  95. package/dist/styles/icons/EyeIcon.d.ts.map +1 -0
  96. package/dist/styles/icons/FilledChevronIcon.d.ts +1 -1
  97. package/dist/styles/icons/FilledChevronIcon.d.ts.map +1 -1
  98. package/dist/styles/icons/GalleryIcon.d.ts +1 -1
  99. package/dist/styles/icons/GalleryIcon.d.ts.map +1 -1
  100. package/dist/styles/icons/GearIcon.d.ts +1 -1
  101. package/dist/styles/icons/GearIcon.d.ts.map +1 -1
  102. package/dist/styles/icons/GridIcon.d.ts +6 -0
  103. package/dist/styles/icons/GridIcon.d.ts.map +1 -0
  104. package/dist/styles/icons/InfoIcon.d.ts +8 -9
  105. package/dist/styles/icons/InfoIcon.d.ts.map +1 -1
  106. package/dist/styles/icons/IntegrationsIcon.d.ts +8 -0
  107. package/dist/styles/icons/IntegrationsIcon.d.ts.map +1 -0
  108. package/dist/styles/icons/ListIcon.d.ts +1 -1
  109. package/dist/styles/icons/ListIcon.d.ts.map +1 -1
  110. package/dist/styles/icons/LockIcon.d.ts +6 -9
  111. package/dist/styles/icons/LockIcon.d.ts.map +1 -1
  112. package/dist/styles/icons/MailIcon.d.ts +8 -0
  113. package/dist/styles/icons/MailIcon.d.ts.map +1 -0
  114. package/dist/styles/icons/MarketingStatusIcon.d.ts +1 -1
  115. package/dist/styles/icons/MarketingStatusIcon.d.ts.map +1 -1
  116. package/dist/styles/icons/MenuIcon.d.ts +6 -0
  117. package/dist/styles/icons/MenuIcon.d.ts.map +1 -0
  118. package/dist/styles/icons/NavConnectIcon.d.ts +7 -10
  119. package/dist/styles/icons/NavConnectIcon.d.ts.map +1 -1
  120. package/dist/styles/icons/NavFinanceIcon.d.ts +7 -10
  121. package/dist/styles/icons/NavFinanceIcon.d.ts.map +1 -1
  122. package/dist/styles/icons/NavManagementIcon.d.ts +7 -10
  123. package/dist/styles/icons/NavManagementIcon.d.ts.map +1 -1
  124. package/dist/styles/icons/NavProdIcon.d.ts +7 -10
  125. package/dist/styles/icons/NavProdIcon.d.ts.map +1 -1
  126. package/dist/styles/icons/NavResourcesIcon.d.ts +7 -10
  127. package/dist/styles/icons/NavResourcesIcon.d.ts.map +1 -1
  128. package/dist/styles/icons/NavSalesIcon.d.ts +7 -10
  129. package/dist/styles/icons/NavSalesIcon.d.ts.map +1 -1
  130. package/dist/styles/icons/NoteIcon.d.ts +5 -8
  131. package/dist/styles/icons/NoteIcon.d.ts.map +1 -1
  132. package/dist/styles/icons/OpportunityCircleIcon.d.ts +1 -1
  133. package/dist/styles/icons/OpportunityCircleIcon.d.ts.map +1 -1
  134. package/dist/styles/icons/PendingApprovalIcon.d.ts +5 -8
  135. package/dist/styles/icons/PendingApprovalIcon.d.ts.map +1 -1
  136. package/dist/styles/icons/PercentIcon.d.ts +6 -0
  137. package/dist/styles/icons/PercentIcon.d.ts.map +1 -0
  138. package/dist/styles/icons/PinIcon.d.ts +8 -8
  139. package/dist/styles/icons/PinIcon.d.ts.map +1 -1
  140. package/dist/styles/icons/PresentationCircleIcon.d.ts +1 -1
  141. package/dist/styles/icons/PresentationCircleIcon.d.ts.map +1 -1
  142. package/dist/styles/icons/PromostandardsIcon.d.ts +5 -7
  143. package/dist/styles/icons/PromostandardsIcon.d.ts.map +1 -1
  144. package/dist/styles/icons/ProofReceivedIcon.d.ts +5 -8
  145. package/dist/styles/icons/ProofReceivedIcon.d.ts.map +1 -1
  146. package/dist/styles/icons/ProofingCompleteIcon.d.ts +5 -8
  147. package/dist/styles/icons/ProofingCompleteIcon.d.ts.map +1 -1
  148. package/dist/styles/icons/RadioIcon.d.ts +5 -1
  149. package/dist/styles/icons/RadioIcon.d.ts.map +1 -1
  150. package/dist/styles/icons/ReceiptLongIcon.d.ts +5 -7
  151. package/dist/styles/icons/ReceiptLongIcon.d.ts.map +1 -1
  152. package/dist/styles/icons/SalesArrowIcon.d.ts +9 -0
  153. package/dist/styles/icons/SalesArrowIcon.d.ts.map +1 -0
  154. package/dist/styles/icons/SalesOrderCircleIcon.d.ts +1 -1
  155. package/dist/styles/icons/SalesOrderCircleIcon.d.ts.map +1 -1
  156. package/dist/styles/icons/SearchIcon.d.ts +1 -1
  157. package/dist/styles/icons/SearchIcon.d.ts.map +1 -1
  158. package/dist/styles/icons/StarIcon.d.ts +9 -0
  159. package/dist/styles/icons/StarIcon.d.ts.map +1 -0
  160. package/dist/styles/icons/SubtractIcon.d.ts +1 -1
  161. package/dist/styles/icons/SubtractIcon.d.ts.map +1 -1
  162. package/dist/styles/icons/SvgIcon.d.ts +45 -2
  163. package/dist/styles/icons/SvgIcon.d.ts.map +1 -1
  164. package/dist/styles/icons/TableIcon.d.ts +5 -9
  165. package/dist/styles/icons/TableIcon.d.ts.map +1 -1
  166. package/dist/styles/icons/TargetIcon.d.ts +6 -0
  167. package/dist/styles/icons/TargetIcon.d.ts.map +1 -0
  168. package/dist/styles/icons/TaskIcon.d.ts +5 -8
  169. package/dist/styles/icons/TaskIcon.d.ts.map +1 -1
  170. package/dist/styles/icons/TemplateIcon.d.ts +8 -0
  171. package/dist/styles/icons/TemplateIcon.d.ts.map +1 -0
  172. package/dist/styles/icons/TilesIcon.d.ts +1 -1
  173. package/dist/styles/icons/TilesIcon.d.ts.map +1 -1
  174. package/dist/styles/icons/TrashIcon.d.ts +7 -8
  175. package/dist/styles/icons/TrashIcon.d.ts.map +1 -1
  176. package/dist/styles/icons/UserIcon.d.ts +1 -1
  177. package/dist/styles/icons/UserIcon.d.ts.map +1 -1
  178. package/dist/styles/icons/UsersIcon.d.ts +1 -1
  179. package/dist/styles/icons/UsersIcon.d.ts.map +1 -1
  180. package/dist/styles/icons/XIcon.d.ts +6 -0
  181. package/dist/styles/icons/XIcon.d.ts.map +1 -0
  182. package/dist/styles/icons/index.d.ts +44 -36
  183. package/dist/styles/icons/index.d.ts.map +1 -1
  184. package/dist/styles/index.d.ts +10 -0
  185. package/dist/styles/index.d.ts.map +1 -1
  186. package/dist/styles/tables/VirtualTable.d.ts +57 -0
  187. package/dist/styles/tables/VirtualTable.d.ts.map +1 -0
  188. package/dist/styles/tables/VirtualTableStyles.d.ts +11 -0
  189. package/dist/styles/tables/VirtualTableStyles.d.ts.map +1 -0
  190. package/dist/styles/tables/index.d.ts +2 -0
  191. package/dist/styles/tables/index.d.ts.map +1 -1
  192. package/dist/styles/tables/table-types.d.ts +19 -0
  193. package/dist/styles/tables/table-types.d.ts.map +1 -0
  194. package/dist/utils/index.d.ts +15 -0
  195. package/dist/utils/index.d.ts.map +1 -1
  196. package/package.json +3 -1
  197. package/dist/styles/icons/Calendar2Icon.d.ts +0 -9
  198. package/dist/styles/icons/Calendar2Icon.d.ts.map +0 -1
  199. package/dist/styles/icons/CheckmarkOnlyIcon.d.ts +0 -6
  200. package/dist/styles/icons/CheckmarkOnlyIcon.d.ts.map +0 -1
  201. package/dist/styles/icons/CrossIcon.d.ts +0 -6
  202. package/dist/styles/icons/CrossIcon.d.ts.map +0 -1
  203. package/dist/styles/icons/ErrorIcon.d.ts +0 -8
  204. package/dist/styles/icons/ErrorIcon.d.ts.map +0 -1
  205. package/dist/styles/icons/LeftArrowIcon.d.ts +0 -8
  206. package/dist/styles/icons/LeftArrowIcon.d.ts.map +0 -1
  207. package/dist/styles/icons/NoMarketingIcon.d.ts +0 -9
  208. package/dist/styles/icons/NoMarketingIcon.d.ts.map +0 -1
  209. package/dist/styles/icons/PanelIcon.d.ts +0 -9
  210. package/dist/styles/icons/PanelIcon.d.ts.map +0 -1
  211. package/dist/styles/icons/RightArrowIcon.d.ts +0 -8
  212. package/dist/styles/icons/RightArrowIcon.d.ts.map +0 -1
  213. package/dist/styles/icons/SalesDownArrowIcon.d.ts +0 -8
  214. package/dist/styles/icons/SalesDownArrowIcon.d.ts.map +0 -1
  215. package/dist/styles/icons/SalesUpArrowIcon.d.ts +0 -8
  216. package/dist/styles/icons/SalesUpArrowIcon.d.ts.map +0 -1
  217. package/dist/styles/icons/YesMarketingIcon.d.ts +0 -9
  218. 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: {
@@ -1612,8 +1670,8 @@ declare const Link: StyledComponent<React$1.FC<{
1612
1670
  } & ({} | {
1613
1671
  children?: React$1.ReactNode;
1614
1672
  })) & {
1615
- as?: keyof JSX.IntrinsicElements | React$1.ComponentType<any> | undefined;
1616
- forwardedAs?: keyof JSX.IntrinsicElements | React$1.ComponentType<any> | undefined;
1673
+ as?: string | React$1.ComponentType<any> | undefined;
1674
+ forwardedAs?: string | React$1.ComponentType<any> | undefined;
1617
1675
  }) & SharedStyleTypes>, any, {}, never>;
1618
1676
  declare const Number: React$1.FC<{
1619
1677
  num: number;
@@ -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;
@@ -1859,209 +1918,11 @@ declare type ThermometerProps = {
1859
1918
  target: number;
1860
1919
  value1: number;
1861
1920
  value1Label?: string | ((v: number) => string);
1921
+ barColor?: string;
1922
+ labelTextColor?: string;
1923
+ isSecondary?: boolean;
1862
1924
  };
1863
- declare function Thermometer({ title, target, value1, value1Label, ...props }: ThermometerProps): JSX.Element;
1864
-
1865
- declare function TableIcon({ width, height, viewBox, fill, style, ...props }: React$1.PropsWithChildren<{
1866
- width?: number | string;
1867
- height?: number | string;
1868
- viewBox?: string;
1869
- fill?: string;
1870
- style?: object;
1871
- }>): JSX.Element;
1872
-
1873
- declare const IconDoc: ({ ext, ...props }: {
1874
- [key: string]: any;
1875
- ext?: string | undefined;
1876
- }) => JSX.Element;
1877
-
1878
- declare const DownloadIcon: ({ fill, ...props }: {
1879
- [key: string]: any;
1880
- }) => JSX.Element;
1881
-
1882
- declare const CalendarIcon: React$1.ForwardRefExoticComponent<{
1883
- width?: string | number | undefined;
1884
- height?: string | number | undefined;
1885
- viewBox?: string | undefined;
1886
- fill?: string | undefined;
1887
- style?: object | undefined;
1888
- } & React$1.RefAttributes<SVGSVGElement>>;
1889
-
1890
- declare function CouponIcon({ color, width, mr, mt }: React$1.PropsWithChildren<{
1891
- color?: string;
1892
- width?: string;
1893
- mr?: number;
1894
- mt?: number;
1895
- }>): JSX.Element;
1896
-
1897
- declare function AwaitingProofIcon({ color, width, mr, mt }: React$1.PropsWithChildren<{
1898
- color?: string;
1899
- width?: string;
1900
- mr?: number;
1901
- mt?: number;
1902
- }>): JSX.Element;
1903
-
1904
- declare function ProofReceivedIcon({ color, width, mr, mt }: React$1.PropsWithChildren<{
1905
- color?: string;
1906
- width?: string;
1907
- mr?: number;
1908
- mt?: number;
1909
- }>): JSX.Element;
1910
-
1911
- declare function PendingApprovalIcon({ color, width, mr, mt }: React$1.PropsWithChildren<{
1912
- color?: string;
1913
- width?: string;
1914
- mr?: number;
1915
- mt?: number;
1916
- }>): JSX.Element;
1917
-
1918
- declare function ChangeRequestedIcon({ color, width, mr, mt }: React$1.PropsWithChildren<{
1919
- color?: string;
1920
- width?: string;
1921
- mr?: number;
1922
- mt?: number;
1923
- }>): JSX.Element;
1924
-
1925
- declare function ClientApprovedIcon({ color, width, mr, mt }: React$1.PropsWithChildren<{
1926
- color?: string;
1927
- width?: string;
1928
- mr?: number;
1929
- mt?: number;
1930
- }>): JSX.Element;
1931
-
1932
- declare function ProofingCompleteIcon({ color, width, mr, mt }: React$1.PropsWithChildren<{
1933
- color?: string;
1934
- width?: string;
1935
- mr?: number;
1936
- mt?: number;
1937
- }>): JSX.Element;
1938
-
1939
- declare function InfoIcon({ color, width, mr, ml, mt }: React$1.PropsWithChildren<{
1940
- color?: string;
1941
- width?: string;
1942
- mr?: number;
1943
- ml?: number;
1944
- mt?: number;
1945
- }>): JSX.Element;
1946
-
1947
- declare function LockIcon({ color, width, mr, ml, mt, locked }: React$1.PropsWithChildren<{
1948
- color?: string;
1949
- width?: string;
1950
- mr?: number;
1951
- ml?: number;
1952
- mt?: number;
1953
- locked?: boolean;
1954
- }>): JSX.Element;
1955
-
1956
- declare function PanelIcon({ color, width, mr, mt }: React$1.PropsWithChildren<{
1957
- color?: string;
1958
- width?: string;
1959
- mr?: number;
1960
- mt?: number;
1961
- }>): JSX.Element;
1962
-
1963
- declare function NoteIcon({ color, width, mr, mt }: React$1.PropsWithChildren<{
1964
- color?: string;
1965
- width?: string;
1966
- mr?: number;
1967
- mt?: number;
1968
- }>): JSX.Element;
1969
-
1970
- declare function TaskIcon({ color, width, mr, mt }: React$1.PropsWithChildren<{
1971
- color?: string;
1972
- width?: string;
1973
- mr?: number;
1974
- mt?: number;
1975
- }>): JSX.Element;
1976
-
1977
- declare function ChatIcon({ color, width, mr, mt, notifs }: React$1.PropsWithChildren<{
1978
- color?: string;
1979
- width?: string;
1980
- mr?: number;
1981
- mt?: number;
1982
- notifs?: number;
1983
- }>): JSX.Element;
1984
-
1985
- declare function ColumnSelectIcon({ width, mr, mt }: React$1.PropsWithChildren<{
1986
- width?: string;
1987
- mr?: number;
1988
- mt?: number;
1989
- }>): JSX.Element;
1990
-
1991
- declare function NoMarketingIcon({ color, width, mr, mt }: React$1.PropsWithChildren<{
1992
- color?: string;
1993
- width?: string;
1994
- mr?: number;
1995
- mt?: number;
1996
- }>): JSX.Element;
1997
-
1998
- declare function PinIcon({ color, width, mr, mt, pinned }: React$1.PropsWithChildren<{
1999
- color?: string;
2000
- width?: string;
2001
- mr?: number;
2002
- mt?: number;
2003
- pinned?: boolean;
2004
- }>): JSX.Element;
2005
-
2006
- declare function TrashIcon({ color, width, mr, mt }: React$1.PropsWithChildren<{
2007
- color?: string;
2008
- width?: string;
2009
- mr?: number;
2010
- mt?: number;
2011
- pinned?: boolean;
2012
- }>): JSX.Element;
2013
-
2014
- declare function NavConnectIcon({ width, style, fill, color, outline, // outline/completely filled in
2015
- ...props }: React$1.PropsWithChildren<{
2016
- fill?: string;
2017
- color?: string;
2018
- width?: number | string;
2019
- outline?: boolean;
2020
- style?: React$1.CSSProperties;
2021
- }>): JSX.Element;
2022
-
2023
- declare function NavSalesIcon({ width, style, fill, color, outline, // outline/completely filled in
2024
- ...props }: React$1.PropsWithChildren<{
2025
- fill?: string;
2026
- color?: string;
2027
- width?: number | string;
2028
- outline?: boolean;
2029
- style?: React$1.CSSProperties;
2030
- }>): JSX.Element;
2031
-
2032
- declare function NavProdIcon({ width, style, fill, color, outline, // outline/completely filled in
2033
- ...props }: React$1.PropsWithChildren<{
2034
- fill?: string;
2035
- color?: string;
2036
- width?: number | string;
2037
- outline?: boolean;
2038
- style?: React$1.CSSProperties;
2039
- }>): JSX.Element;
2040
-
2041
- declare function NavFinanceIcon({ width, style, fill, color, outline, // outline/completely filled in
2042
- ...props }: React$1.PropsWithChildren<{
2043
- fill?: string;
2044
- color?: string;
2045
- width?: number | string;
2046
- outline?: boolean;
2047
- style?: React$1.CSSProperties;
2048
- }>): JSX.Element;
2049
-
2050
- declare function NavManagementIcon({ width, style, fill, color, outline, // outline/completely filled in
2051
- ...props }: React$1.PropsWithChildren<{
2052
- fill?: string;
2053
- color?: string;
2054
- width?: number | string;
2055
- outline?: boolean;
2056
- style?: React$1.CSSProperties;
2057
- }>): JSX.Element;
2058
-
2059
- declare function YesMarketingIcon({ color, width, mr, mt }: React$1.PropsWithChildren<{
2060
- color?: string;
2061
- width?: string;
2062
- mr?: number;
2063
- mt?: number;
2064
- }>): JSX.Element;
1925
+ declare function Thermometer({ title, target, value1, value1Label, barColor, labelTextColor, isSecondary, ...props }: ThermometerProps): JSX.Element;
2065
1926
 
2066
1927
  declare const iconSize: {
2067
1928
  tiny: {
@@ -2101,40 +1962,349 @@ declare type BaseSVGIconProps = {
2101
1962
  size?: TIconSize;
2102
1963
  width?: string | number;
2103
1964
  height?: string | number;
1965
+ altText?: string;
1966
+ pointer?: boolean;
2104
1967
  iconSizes?: TIconSizeObj;
2105
- };
1968
+ disabled?: boolean;
1969
+ } & SharedStyleTypes;
2106
1970
  declare type SVGIconProps = React.SVGAttributes<SVGElement> & BaseSVGIconProps;
2107
- 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;
2108
2286
 
2109
2287
  declare type MarketingStatusIconProps = SVGIconProps & {
2110
2288
  approved?: boolean;
2111
2289
  };
2112
- declare function MarketingStatusIcon({ color, size, approved, ...props }: MarketingStatusIconProps): JSX.Element;
2290
+ declare function MarketingStatusIcon({ color, size, approved, altText, ...props }: MarketingStatusIconProps): JSX.Element;
2113
2291
 
2114
2292
  declare type GearIconProps = SVGIconProps & {
2115
2293
  filled?: boolean;
2116
2294
  };
2117
- declare function GearIcon({ color, filled, size, ...props }: GearIconProps): JSX.Element;
2295
+ declare function GearIcon({ color, filled, size, altText, ...props }: GearIconProps): JSX.Element;
2118
2296
 
2119
- declare function NavResourcesIcon({ width, style, fill, color, outline, // outline/completely filled in
2120
- ...props }: React$1.PropsWithChildren<{
2121
- fill?: string;
2122
- color?: string;
2123
- width?: number | string;
2124
- outline?: boolean;
2125
- style?: React$1.CSSProperties;
2126
- }>): JSX.Element;
2127
-
2128
- declare const CircleProgressIcon: ({ sqSize, strokeWidth, percentage, strokeColor, textColor, text, textStyle, ...props }: React$1.PropsWithChildren<{
2129
- sqSize?: number | undefined;
2130
- strokeWidth?: number | undefined;
2131
- percentage?: number | undefined;
2132
- strokeColor?: string | undefined;
2133
- textColor?: string | undefined;
2134
- text?: string | undefined;
2135
- textStyle?: React$1.CSSProperties | undefined;
2136
- }>) => JSX.Element;
2137
- //# 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;
2138
2308
 
2139
2309
  declare function Loading({ height, width, animationDuration, barWidth, barRadius, colorful, bars, viewBox, rotate, startColor, endColor, ...props }: {
2140
2310
  height?: number;
@@ -2151,170 +2321,118 @@ declare function Loading({ height, width, animationDuration, barWidth, barRadius
2151
2321
  } & SharedStyleTypes): JSX.Element;
2152
2322
  //# sourceMappingURL=Loading.d.ts.map
2153
2323
 
2154
- declare function Icon({ width, height, fill, style, ...props }: React$1.PropsWithChildren<{
2155
- width?: number | string;
2156
- height?: number | string;
2157
- fill?: string;
2158
- style?: React$1.CSSProperties;
2159
- }>): JSX.Element;
2160
-
2161
- declare function Icon$1({ width, height, fill, style, ...props }: React$1.PropsWithChildren<{
2162
- width?: number | string;
2163
- height?: number | string;
2164
- fill?: string;
2165
- style?: React$1.CSSProperties;
2166
- }>): JSX.Element;
2167
-
2168
- declare function Icon$2({ fill, style, ...props }: React$1.PropsWithChildren<{
2169
- width?: number | string;
2170
- height?: number | string;
2171
- fill?: string;
2172
- style?: React$1.CSSProperties;
2173
- }>): JSX.Element;
2174
-
2175
- declare function Icon$3({ width, height, fill, style, ...props }: React$1.PropsWithChildren<{
2176
- width?: number | string;
2177
- height?: number | string;
2178
- fill?: string;
2179
- style?: React$1.CSSProperties;
2180
- }>): 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;
2181
2329
 
2182
- declare function Icon$4({ width, height, fill, style, ...props }: React$1.PropsWithChildren<{
2183
- width?: number | string;
2184
- height?: number | string;
2185
- fill?: string;
2186
- style?: React$1.CSSProperties;
2187
- }>): JSX.Element;
2330
+ declare type AlertIconProps = SVGIconProps & {
2331
+ filled?: boolean;
2332
+ };
2333
+ declare function AlertIcon({ color, size, filled, altText, ...props }: AlertIconProps): JSX.Element;
2188
2334
 
2189
- declare function Icon$5({ width, height, fill, style, ...props }: React$1.PropsWithChildren<{
2190
- width?: number | string;
2191
- height?: number | string;
2192
- fill?: string;
2193
- style?: React$1.CSSProperties;
2194
- }>): JSX.Element;
2335
+ declare type AddIconProps = SVGIconProps;
2336
+ declare function CompletedCheckmarkIcon({ color, size, altText, ...props }: AddIconProps): JSX.Element;
2195
2337
 
2196
- declare function Icon$6({ width, height, fill, style, ...props }: React$1.PropsWithChildren<{
2197
- width?: number | string;
2198
- height?: number | string;
2199
- fill?: string;
2200
- style?: React$1.CSSProperties;
2201
- }>): JSX.Element;
2338
+ declare type BulletIconProps = SVGIconProps;
2339
+ declare function BulletIcon({ color, size, ...props }: BulletIconProps): JSX.Element;
2202
2340
 
2203
2341
  declare type UsersIconProps = SVGIconProps;
2204
- declare function UsersIcon({ color, size, ...props }: UsersIconProps): JSX.Element;
2342
+ declare function UsersIcon({ color, size, altText, ...props }: UsersIconProps): JSX.Element;
2205
2343
 
2206
- declare function Icon$7({ width, height, fill, style, ...props }: React$1.PropsWithChildren<{
2207
- width?: number | string;
2208
- height?: number | string;
2209
- fill?: string;
2210
- style?: React$1.CSSProperties;
2211
- }>): JSX.Element;
2212
-
2213
- declare function Icon$8({ width, height, fill, style, ...props }: React$1.PropsWithChildren<{
2214
- width?: number | string;
2215
- height?: number | string;
2216
- fill?: string;
2217
- style?: React$1.CSSProperties;
2218
- }>): JSX.Element;
2344
+ declare type ReceiptLongIconProps = SVGIconProps;
2345
+ declare function ReceiptLongIcon({ color, size, altText, ...props }: ReceiptLongIconProps): JSX.Element;
2219
2346
 
2220
2347
  declare type FolderIconProps = SVGIconProps;
2221
2348
  declare function FolderIcon({ color, size, ...props }: FolderIconProps): JSX.Element;
2222
2349
 
2223
- declare const Icon$9: React$1.ForwardRefExoticComponent<{
2224
- width?: string | number | undefined;
2225
- height?: string | number | undefined;
2226
- fill?: string | undefined;
2227
- style?: object | undefined;
2228
- } & React$1.RefAttributes<SVGSVGElement>>;
2229
- //# sourceMappingURL=Calendar2Icon.d.ts.map
2230
-
2231
- declare function Icon$a({ width, height, fill, style, ...props }: React$1.PropsWithChildren<{
2232
- width?: number | string;
2233
- height?: number | string;
2234
- fill?: string;
2235
- style?: React$1.CSSProperties;
2236
- }>): 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;
2237
2355
 
2238
- declare type CrossIconProps = SVGIconProps;
2239
- 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;
2240
2358
 
2241
2359
  declare type IconVariants = 'primary' | 'cta';
2242
2360
  declare type OpportunityCircleIconProps = SVGIconProps & {
2243
2361
  variant?: IconVariants;
2244
2362
  selected?: boolean;
2245
2363
  };
2246
- declare function OpportunityCircleIcon({ variant, selected, size, style, ...props }: OpportunityCircleIconProps): JSX.Element;
2364
+ declare function OpportunityCircleIcon({ variant, selected, size, altText, style, ...props }: OpportunityCircleIconProps): JSX.Element;
2247
2365
 
2248
2366
  declare type IconVariants$1 = 'primary' | 'cta';
2249
2367
  declare type PresentationCircleIconProps = SVGIconProps & {
2250
2368
  variant?: IconVariants$1;
2251
2369
  selected?: boolean;
2252
2370
  };
2253
- declare function PresentationCircleIcon({ variant, selected, size, style, ...props }: PresentationCircleIconProps): JSX.Element;
2371
+ declare function PresentationCircleIcon({ variant, selected, size, altText, style, ...props }: PresentationCircleIconProps): JSX.Element;
2254
2372
 
2255
2373
  declare type IconVariants$2 = 'primary' | 'cta';
2256
2374
  declare type EstimateCircleIconProps = SVGIconProps & {
2257
2375
  variant?: IconVariants$2;
2258
2376
  selected?: boolean;
2259
2377
  };
2260
- declare function EstimateCircleIcon({ variant, selected, size, style, ...props }: EstimateCircleIconProps): JSX.Element;
2378
+ declare function EstimateCircleIcon({ variant, selected, size, altText, style, ...props }: EstimateCircleIconProps): JSX.Element;
2261
2379
 
2262
2380
  declare type IconVariants$3 = 'primary' | 'cta';
2263
2381
  declare type SalesOrderCircleIconProps = SVGIconProps & {
2264
2382
  variant?: IconVariants$3;
2265
2383
  selected?: boolean;
2266
2384
  };
2267
- declare function SalesOrderCircleIcon({ variant, selected, size, style, ...props }: SalesOrderCircleIconProps): JSX.Element;
2385
+ declare function SalesOrderCircleIcon({ variant, selected, size, altText, style, ...props }: SalesOrderCircleIconProps): JSX.Element;
2268
2386
 
2269
2387
  declare type DollarIconProps = SVGIconProps;
2270
- declare function DollarIcon({ color, size, ...props }: DollarIconProps): JSX.Element;
2388
+ declare function DollarIcon({ color, size, altText, ...props }: DollarIconProps): JSX.Element;
2271
2389
 
2272
2390
  declare type BotIconProps = SVGIconProps;
2273
- declare function BotIcon({ color, size, ...props }: BotIconProps): JSX.Element;
2391
+ declare function BotIcon({ color, size, altText, ...props }: BotIconProps): JSX.Element;
2274
2392
 
2275
2393
  declare type GalleryIconProps = SVGIconProps;
2276
- declare function GalleryIcon({ color, size, ...props }: GalleryIconProps): JSX.Element;
2394
+ declare function GalleryIcon({ color, size, altText, ...props }: GalleryIconProps): JSX.Element;
2277
2395
 
2278
2396
  declare type ListIconProps = SVGIconProps;
2279
- declare function ListIcon({ color, size, ...props }: ListIconProps): JSX.Element;
2397
+ declare function ListIcon({ color, size, altText, ...props }: ListIconProps): JSX.Element;
2280
2398
 
2281
2399
  declare type TilesIconProps = SVGIconProps & {
2282
2400
  filled?: boolean;
2283
2401
  };
2284
- declare function TilesIcon({ color, size, filled, ...props }: TilesIconProps): JSX.Element;
2402
+ declare function TilesIcon({ color, size, filled, altText, ...props }: TilesIconProps): JSX.Element;
2285
2403
 
2286
2404
  declare type UserIconProps = SVGIconProps;
2287
- declare function UserIcon({ color, size, ...props }: UserIconProps): JSX.Element;
2405
+ declare function UserIcon({ color, size, altText, ...props }: UserIconProps): JSX.Element;
2288
2406
 
2289
2407
  declare type ArrowIconDirection = 'up' | 'right' | 'down' | 'left';
2290
2408
  declare type ArrowIconProps = SVGIconProps & {
2291
2409
  direction?: ArrowIconDirection;
2292
2410
  };
2293
- declare function ArrowIcon({ color, direction, size, ...props }: ArrowIconProps): JSX.Element;
2411
+ declare function ArrowIcon({ color, direction, altText, size, ...props }: ArrowIconProps): JSX.Element;
2294
2412
 
2295
2413
  declare type ChevronIconDirection = 'up' | 'right' | 'down' | 'left' | 'updown' | 'leftright';
2296
2414
  declare type ChevronIconProps = SVGIconProps & {
2297
2415
  direction?: ChevronIconDirection;
2298
2416
  };
2299
- declare function ChevronIcon({ color, direction, size, ...props }: ChevronIconProps): JSX.Element;
2417
+ declare function ChevronIcon({ color, direction, altText, size, ...props }: ChevronIconProps): JSX.Element;
2300
2418
 
2301
2419
  declare type FilledChevronIconDirection = 'up' | 'right' | 'down' | 'left' | 'updown' | 'leftright';
2302
2420
  declare type FilledChevronIconProps = SVGIconProps & {
2303
2421
  direction?: FilledChevronIconDirection;
2304
2422
  };
2305
- declare function FilledChevronIcon({ color, direction, size, ...props }: FilledChevronIconProps): JSX.Element;
2423
+ declare function FilledChevronIcon({ color, direction, altText, size, ...props }: FilledChevronIconProps): JSX.Element;
2306
2424
 
2307
- declare type CheckmarkOnlyIconProps = SVGIconProps;
2308
- 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;
2309
2427
 
2310
- declare type AddIconProps = SVGIconProps;
2311
- 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;
2312
2430
 
2313
2431
  declare type SubtractIconProps = SVGIconProps;
2314
- declare function SubtractIcon({ color, size, ...props }: SubtractIconProps): JSX.Element;
2432
+ declare function SubtractIcon({ color, size, altText, ...props }: SubtractIconProps): JSX.Element;
2315
2433
 
2316
2434
  declare type SearchIconProps = SVGIconProps;
2317
- declare function SearchIcon({ color, size, ...props }: SearchIconProps): JSX.Element;
2435
+ declare function SearchIcon({ color, size, altText, ...props }: SearchIconProps): JSX.Element;
2318
2436
 
2319
2437
  declare type ClockIconProps = SVGIconProps;
2320
2438
  declare function ClockIcon({ color, size, ...props }: ClockIconProps): JSX.Element;
@@ -2324,8 +2442,75 @@ declare function ClipboardIcon({ color, size, ...props }: ClipboardIconProps): J
2324
2442
 
2325
2443
  declare type RadioIconProps = SVGIconProps & {
2326
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;
2327
2458
  };
2328
- 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;
2329
2514
 
2330
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";
2331
2516
  //# sourceMappingURL=datepickerStyles.d.ts.map
@@ -2614,4 +2799,4 @@ declare type SimpleWindowedTableProps = {
2614
2799
  };
2615
2800
  declare function SimpleWindowedTable({ columns, data, itemSize, height, minWidth, maxWidth, defaultSort, onClickRow, onScroll, onUpdateData, useTableProps, tableHeaderProps, tableFooterProps, hideFooter, className, NoRowsFound, }: SimpleWindowedTableProps): JSX.Element;
2616
2801
 
2617
- 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 };