@commonsku/styles 1.13.7 → 1.14.2

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 (249) hide show
  1. package/dist/index.d.ts +2580 -0
  2. package/dist/index.es.js +2556 -5007
  3. package/dist/index.es.js.map +1 -1
  4. package/dist/index.js +2639 -5073
  5. package/dist/index.js.map +1 -1
  6. package/dist/styles/Accordion.d.ts.map +1 -1
  7. package/dist/styles/Artwork.d.ts.map +1 -1
  8. package/dist/styles/Avatar.d.ts +62 -2
  9. package/dist/styles/Avatar.d.ts.map +1 -1
  10. package/dist/styles/Button.d.ts +48 -10
  11. package/dist/styles/Button.d.ts.map +1 -1
  12. package/dist/styles/CancelButton.d.ts +11 -0
  13. package/dist/styles/CancelButton.d.ts.map +1 -0
  14. package/dist/styles/Datepicker.d.ts +16 -9
  15. package/dist/styles/Datepicker.d.ts.map +1 -1
  16. package/dist/styles/DefaultStar.d.ts +12 -0
  17. package/dist/styles/DefaultStar.d.ts.map +1 -0
  18. package/dist/styles/Dropdown.d.ts.map +1 -1
  19. package/dist/styles/ErrorBoundary.d.ts +2 -2
  20. package/dist/styles/ErrorBoundary.d.ts.map +1 -1
  21. package/dist/styles/Feed.d.ts.map +1 -1
  22. package/dist/styles/FlexboxGrid.d.ts +10 -2
  23. package/dist/styles/FlexboxGrid.d.ts.map +1 -1
  24. package/dist/styles/HeadlessTable.d.ts.map +1 -1
  25. package/dist/styles/IconShowcase.d.ts +25 -0
  26. package/dist/styles/IconShowcase.d.ts.map +1 -0
  27. package/dist/styles/Img.d.ts +8 -1
  28. package/dist/styles/Img.d.ts.map +1 -1
  29. package/dist/styles/Input.d.ts +17 -49
  30. package/dist/styles/Input.d.ts.map +1 -1
  31. package/dist/styles/LightIndicator.d.ts +15 -0
  32. package/dist/styles/LightIndicator.d.ts.map +1 -0
  33. package/dist/styles/MultiProgress.d.ts.map +1 -1
  34. package/dist/styles/Product.d.ts.map +1 -1
  35. package/dist/styles/Select.d.ts +27 -37
  36. package/dist/styles/Select.d.ts.map +1 -1
  37. package/dist/styles/SidePanel.d.ts.map +1 -1
  38. package/dist/styles/Spinner.d.ts.map +1 -1
  39. package/dist/styles/Task.d.ts +2 -1
  40. package/dist/styles/Task.d.ts.map +1 -1
  41. package/dist/styles/Text.d.ts +14 -14
  42. package/dist/styles/Text.d.ts.map +1 -1
  43. package/dist/styles/Textarea.d.ts +7 -18
  44. package/dist/styles/Textarea.d.ts.map +1 -1
  45. package/dist/styles/Theme.d.ts +288 -138
  46. package/dist/styles/Theme.d.ts.map +1 -1
  47. package/dist/styles/Thermometer.d.ts +4 -1
  48. package/dist/styles/Thermometer.d.ts.map +1 -1
  49. package/dist/styles/calendar/Calendar.d.ts.map +1 -1
  50. package/dist/styles/calendar/DaysHeaderWrapper.d.ts +9 -1
  51. package/dist/styles/calendar/DaysHeaderWrapper.d.ts.map +1 -1
  52. package/dist/styles/calendar/DefaultCalendarHeader.d.ts.map +1 -1
  53. package/dist/styles/calendar/DraggableCalendarFooterTasks.d.ts.map +1 -1
  54. package/dist/styles/calendar/HeaderWrapper.d.ts +9 -1
  55. package/dist/styles/calendar/HeaderWrapper.d.ts.map +1 -1
  56. package/dist/styles/calendar/TasksCalendar.d.ts +1 -0
  57. package/dist/styles/calendar/TasksCalendar.d.ts.map +1 -1
  58. package/dist/styles/calendar/TasksCalendarFooter.d.ts.map +1 -1
  59. package/dist/styles/calendar/TasksCalendarHeader.d.ts.map +1 -1
  60. package/dist/styles/calendar/styles.d.ts +8 -14
  61. package/dist/styles/calendar/styles.d.ts.map +1 -1
  62. package/dist/styles/colors.d.ts +273 -182
  63. package/dist/styles/colors.d.ts.map +1 -1
  64. package/dist/styles/datepickerStyles.d.ts +3 -0
  65. package/dist/styles/datepickerStyles.d.ts.map +1 -0
  66. package/dist/styles/globalStyles.d.ts +5 -1
  67. package/dist/styles/globalStyles.d.ts.map +1 -1
  68. package/dist/styles/icons/AddIcon.d.ts +6 -0
  69. package/dist/styles/icons/AddIcon.d.ts.map +1 -0
  70. package/dist/styles/icons/AddNoteIcon.d.ts +6 -0
  71. package/dist/styles/icons/AddNoteIcon.d.ts.map +1 -0
  72. package/dist/styles/icons/AddTaskIcon.d.ts +6 -0
  73. package/dist/styles/icons/AddTaskIcon.d.ts.map +1 -0
  74. package/dist/styles/icons/AlertIcon.d.ts +8 -0
  75. package/dist/styles/icons/AlertIcon.d.ts.map +1 -0
  76. package/dist/styles/icons/ArrowIcon.d.ts +9 -0
  77. package/dist/styles/icons/ArrowIcon.d.ts.map +1 -0
  78. package/dist/styles/icons/AwaitingProofIcon.d.ts +5 -8
  79. package/dist/styles/icons/AwaitingProofIcon.d.ts.map +1 -1
  80. package/dist/styles/icons/BotIcon.d.ts +5 -7
  81. package/dist/styles/icons/BotIcon.d.ts.map +1 -1
  82. package/dist/styles/icons/BulletIcon.d.ts +5 -7
  83. package/dist/styles/icons/BulletIcon.d.ts.map +1 -1
  84. package/dist/styles/icons/CalendarIcon.d.ts +5 -9
  85. package/dist/styles/icons/CalendarIcon.d.ts.map +1 -1
  86. package/dist/styles/icons/ChangeRequestedIcon.d.ts +5 -8
  87. package/dist/styles/icons/ChangeRequestedIcon.d.ts.map +1 -1
  88. package/dist/styles/icons/CheckmarkIcon.d.ts +5 -7
  89. package/dist/styles/icons/CheckmarkIcon.d.ts.map +1 -1
  90. package/dist/styles/icons/ChevronIcon.d.ts +9 -0
  91. package/dist/styles/icons/ChevronIcon.d.ts.map +1 -0
  92. package/dist/styles/icons/CircleProgressIcon.d.ts +13 -10
  93. package/dist/styles/icons/CircleProgressIcon.d.ts.map +1 -1
  94. package/dist/styles/icons/ClientApprovedIcon.d.ts +5 -8
  95. package/dist/styles/icons/ClientApprovedIcon.d.ts.map +1 -1
  96. package/dist/styles/icons/ClipboardIcon.d.ts +6 -0
  97. package/dist/styles/icons/ClipboardIcon.d.ts.map +1 -0
  98. package/dist/styles/icons/ClockIcon.d.ts +6 -0
  99. package/dist/styles/icons/ClockIcon.d.ts.map +1 -0
  100. package/dist/styles/icons/ColumnSelectIcon.d.ts +5 -7
  101. package/dist/styles/icons/ColumnSelectIcon.d.ts.map +1 -1
  102. package/dist/styles/icons/CompletedCheckmarkIcon.d.ts +6 -0
  103. package/dist/styles/icons/CompletedCheckmarkIcon.d.ts.map +1 -0
  104. package/dist/styles/icons/CouponIcon.d.ts +5 -8
  105. package/dist/styles/icons/CouponIcon.d.ts.map +1 -1
  106. package/dist/styles/icons/DollarIcon.d.ts +5 -7
  107. package/dist/styles/icons/DollarIcon.d.ts.map +1 -1
  108. package/dist/styles/icons/DownloadIcon.d.ts +4 -3
  109. package/dist/styles/icons/DownloadIcon.d.ts.map +1 -1
  110. package/dist/styles/icons/EditIcon.d.ts +8 -0
  111. package/dist/styles/icons/EditIcon.d.ts.map +1 -0
  112. package/dist/styles/icons/EpsIcon.d.ts +6 -0
  113. package/dist/styles/icons/EpsIcon.d.ts.map +1 -0
  114. package/dist/styles/icons/EstimateCircleIcon.d.ts +9 -5
  115. package/dist/styles/icons/EstimateCircleIcon.d.ts.map +1 -1
  116. package/dist/styles/icons/EyeIcon.d.ts +8 -0
  117. package/dist/styles/icons/EyeIcon.d.ts.map +1 -0
  118. package/dist/styles/icons/FilledChevronIcon.d.ts +9 -0
  119. package/dist/styles/icons/FilledChevronIcon.d.ts.map +1 -0
  120. package/dist/styles/icons/FolderIcon.d.ts +5 -7
  121. package/dist/styles/icons/FolderIcon.d.ts.map +1 -1
  122. package/dist/styles/icons/GalleryIcon.d.ts +5 -7
  123. package/dist/styles/icons/GalleryIcon.d.ts.map +1 -1
  124. package/dist/styles/icons/GearIcon.d.ts +7 -9
  125. package/dist/styles/icons/GearIcon.d.ts.map +1 -1
  126. package/dist/styles/icons/GridIcon.d.ts +6 -0
  127. package/dist/styles/icons/GridIcon.d.ts.map +1 -0
  128. package/dist/styles/icons/InfoIcon.d.ts +8 -9
  129. package/dist/styles/icons/InfoIcon.d.ts.map +1 -1
  130. package/dist/styles/icons/IntegrationsIcon.d.ts +8 -0
  131. package/dist/styles/icons/IntegrationsIcon.d.ts.map +1 -0
  132. package/dist/styles/icons/ListIcon.d.ts +5 -7
  133. package/dist/styles/icons/ListIcon.d.ts.map +1 -1
  134. package/dist/styles/icons/Loading.d.ts.map +1 -1
  135. package/dist/styles/icons/LockIcon.d.ts +6 -9
  136. package/dist/styles/icons/LockIcon.d.ts.map +1 -1
  137. package/dist/styles/icons/MailIcon.d.ts +8 -0
  138. package/dist/styles/icons/MailIcon.d.ts.map +1 -0
  139. package/dist/styles/icons/MarketingStatusIcon.d.ts +8 -0
  140. package/dist/styles/icons/MarketingStatusIcon.d.ts.map +1 -0
  141. package/dist/styles/icons/MenuIcon.d.ts +6 -0
  142. package/dist/styles/icons/MenuIcon.d.ts.map +1 -0
  143. package/dist/styles/icons/NavConnectIcon.d.ts +7 -10
  144. package/dist/styles/icons/NavConnectIcon.d.ts.map +1 -1
  145. package/dist/styles/icons/NavFinanceIcon.d.ts +7 -10
  146. package/dist/styles/icons/NavFinanceIcon.d.ts.map +1 -1
  147. package/dist/styles/icons/NavManagementIcon.d.ts +7 -10
  148. package/dist/styles/icons/NavManagementIcon.d.ts.map +1 -1
  149. package/dist/styles/icons/NavProdIcon.d.ts +7 -10
  150. package/dist/styles/icons/NavProdIcon.d.ts.map +1 -1
  151. package/dist/styles/icons/NavResourcesIcon.d.ts +7 -10
  152. package/dist/styles/icons/NavResourcesIcon.d.ts.map +1 -1
  153. package/dist/styles/icons/NavSalesIcon.d.ts +7 -10
  154. package/dist/styles/icons/NavSalesIcon.d.ts.map +1 -1
  155. package/dist/styles/icons/NoteIcon.d.ts +5 -8
  156. package/dist/styles/icons/NoteIcon.d.ts.map +1 -1
  157. package/dist/styles/icons/OpportunityCircleIcon.d.ts +9 -5
  158. package/dist/styles/icons/OpportunityCircleIcon.d.ts.map +1 -1
  159. package/dist/styles/icons/PendingApprovalIcon.d.ts +5 -8
  160. package/dist/styles/icons/PendingApprovalIcon.d.ts.map +1 -1
  161. package/dist/styles/icons/PercentIcon.d.ts +6 -0
  162. package/dist/styles/icons/PercentIcon.d.ts.map +1 -0
  163. package/dist/styles/icons/PinIcon.d.ts +8 -8
  164. package/dist/styles/icons/PinIcon.d.ts.map +1 -1
  165. package/dist/styles/icons/PresentationCircleIcon.d.ts +9 -5
  166. package/dist/styles/icons/PresentationCircleIcon.d.ts.map +1 -1
  167. package/dist/styles/icons/PromostandardsIcon.d.ts +5 -7
  168. package/dist/styles/icons/PromostandardsIcon.d.ts.map +1 -1
  169. package/dist/styles/icons/ProofReceivedIcon.d.ts +5 -8
  170. package/dist/styles/icons/ProofReceivedIcon.d.ts.map +1 -1
  171. package/dist/styles/icons/ProofingCompleteIcon.d.ts +5 -8
  172. package/dist/styles/icons/ProofingCompleteIcon.d.ts.map +1 -1
  173. package/dist/styles/icons/RadioIcon.d.ts +8 -0
  174. package/dist/styles/icons/RadioIcon.d.ts.map +1 -0
  175. package/dist/styles/icons/ReceiptLongIcon.d.ts +5 -7
  176. package/dist/styles/icons/ReceiptLongIcon.d.ts.map +1 -1
  177. package/dist/styles/icons/SalesArrowIcon.d.ts +9 -0
  178. package/dist/styles/icons/SalesArrowIcon.d.ts.map +1 -0
  179. package/dist/styles/icons/SalesOrderCircleIcon.d.ts +9 -5
  180. package/dist/styles/icons/SalesOrderCircleIcon.d.ts.map +1 -1
  181. package/dist/styles/icons/SearchIcon.d.ts +6 -0
  182. package/dist/styles/icons/SearchIcon.d.ts.map +1 -0
  183. package/dist/styles/icons/StarIcon.d.ts +9 -0
  184. package/dist/styles/icons/StarIcon.d.ts.map +1 -0
  185. package/dist/styles/icons/SubtractIcon.d.ts +6 -0
  186. package/dist/styles/icons/SubtractIcon.d.ts.map +1 -0
  187. package/dist/styles/icons/SvgIcon.d.ts +86 -0
  188. package/dist/styles/icons/SvgIcon.d.ts.map +1 -0
  189. package/dist/styles/icons/TableIcon.d.ts +5 -9
  190. package/dist/styles/icons/TableIcon.d.ts.map +1 -1
  191. package/dist/styles/icons/TargetIcon.d.ts +6 -0
  192. package/dist/styles/icons/TargetIcon.d.ts.map +1 -0
  193. package/dist/styles/icons/TaskIcon.d.ts +5 -8
  194. package/dist/styles/icons/TaskIcon.d.ts.map +1 -1
  195. package/dist/styles/icons/TemplateIcon.d.ts +8 -0
  196. package/dist/styles/icons/TemplateIcon.d.ts.map +1 -0
  197. package/dist/styles/icons/TilesIcon.d.ts +7 -7
  198. package/dist/styles/icons/TilesIcon.d.ts.map +1 -1
  199. package/dist/styles/icons/TrashIcon.d.ts +7 -8
  200. package/dist/styles/icons/TrashIcon.d.ts.map +1 -1
  201. package/dist/styles/icons/UserIcon.d.ts +5 -7
  202. package/dist/styles/icons/UserIcon.d.ts.map +1 -1
  203. package/dist/styles/icons/UsersIcon.d.ts +6 -0
  204. package/dist/styles/icons/UsersIcon.d.ts.map +1 -0
  205. package/dist/styles/icons/XIcon.d.ts +6 -0
  206. package/dist/styles/icons/XIcon.d.ts.map +1 -0
  207. package/dist/styles/icons/index.d.ts +54 -43
  208. package/dist/styles/icons/index.d.ts.map +1 -1
  209. package/dist/styles/index.d.ts +4 -0
  210. package/dist/styles/index.d.ts.map +1 -1
  211. package/dist/styles/tables/SimpleWindowedTable.d.ts.map +1 -1
  212. package/dist/styles/tables/scrollbarWidth.d.ts.map +1 -1
  213. package/package.json +7 -2
  214. package/dist/styles/icons/ArrowLeftIcon.d.ts +0 -8
  215. package/dist/styles/icons/ArrowLeftIcon.d.ts.map +0 -1
  216. package/dist/styles/icons/ArrowRightIcon.d.ts +0 -8
  217. package/dist/styles/icons/ArrowRightIcon.d.ts.map +0 -1
  218. package/dist/styles/icons/Calendar2Icon.d.ts +0 -9
  219. package/dist/styles/icons/Calendar2Icon.d.ts.map +0 -1
  220. package/dist/styles/icons/CheckboxIcon.d.ts +0 -8
  221. package/dist/styles/icons/CheckboxIcon.d.ts.map +0 -1
  222. package/dist/styles/icons/CrossIcon.d.ts +0 -8
  223. package/dist/styles/icons/CrossIcon.d.ts.map +0 -1
  224. package/dist/styles/icons/DownArrowIcon.d.ts +0 -10
  225. package/dist/styles/icons/DownArrowIcon.d.ts.map +0 -1
  226. package/dist/styles/icons/ErrorIcon.d.ts +0 -8
  227. package/dist/styles/icons/ErrorIcon.d.ts.map +0 -1
  228. package/dist/styles/icons/LeftArrowIcon.d.ts +0 -8
  229. package/dist/styles/icons/LeftArrowIcon.d.ts.map +0 -1
  230. package/dist/styles/icons/NextPrevIcon.d.ts +0 -11
  231. package/dist/styles/icons/NextPrevIcon.d.ts.map +0 -1
  232. package/dist/styles/icons/NoMarketingIcon.d.ts +0 -9
  233. package/dist/styles/icons/NoMarketingIcon.d.ts.map +0 -1
  234. package/dist/styles/icons/PanelIcon.d.ts +0 -9
  235. package/dist/styles/icons/PanelIcon.d.ts.map +0 -1
  236. package/dist/styles/icons/RightArrowIcon.d.ts +0 -8
  237. package/dist/styles/icons/RightArrowIcon.d.ts.map +0 -1
  238. package/dist/styles/icons/SalesDownArrowIcon.d.ts +0 -8
  239. package/dist/styles/icons/SalesDownArrowIcon.d.ts.map +0 -1
  240. package/dist/styles/icons/SalesUpArrowIcon.d.ts +0 -8
  241. package/dist/styles/icons/SalesUpArrowIcon.d.ts.map +0 -1
  242. package/dist/styles/icons/UpArrowIcon.d.ts +0 -10
  243. package/dist/styles/icons/UpArrowIcon.d.ts.map +0 -1
  244. package/dist/styles/icons/UpDownArrowsIcon.d.ts +0 -10
  245. package/dist/styles/icons/UpDownArrowsIcon.d.ts.map +0 -1
  246. package/dist/styles/icons/WarningIcon.d.ts +0 -7
  247. package/dist/styles/icons/WarningIcon.d.ts.map +0 -1
  248. package/dist/styles/icons/YesMarketingIcon.d.ts +0 -9
  249. package/dist/styles/icons/YesMarketingIcon.d.ts.map +0 -1
@@ -0,0 +1,2580 @@
1
+ /// <reference types="react" />
2
+ import React$1, { CSSProperties, Component, ReactNode } from 'react';
3
+ import { FlattenInterpolation, ThemedStyledProps, StyledComponent, CSSObject, FlattenSimpleInterpolation, GlobalStyleComponent, DefaultTheme, ThemeProps } from 'styled-components';
4
+ import { DropzoneOptions } from 'react-dropzone';
5
+ import BaseSelect, { Props } from 'react-select';
6
+ export { components, createFilter, mergeStyles } from 'react-select';
7
+ import BaseCreatableSelect, { Props as Props$2 } from 'react-select/creatable';
8
+ export { makeCreatableSelect } from 'react-select/creatable';
9
+ import BaseAsyncSelect, { Props as Props$1 } from 'react-select/async';
10
+ import BaseDatePicker, { ReactDatePickerProps } from 'react-datepicker';
11
+ import { Column, SortingRule } from 'react-table';
12
+ import { ListOnScrollProps } from 'react-window';
13
+
14
+ declare type SharedStyleTypes = {
15
+ pr?: boolean | number;
16
+ pl?: boolean | number;
17
+ pt?: boolean | number;
18
+ pb?: boolean | number;
19
+ px?: boolean | number;
20
+ py?: boolean | number;
21
+ mr?: boolean | number;
22
+ ml?: boolean | number;
23
+ mt?: boolean | number;
24
+ mb?: boolean | number;
25
+ mx?: boolean | number;
26
+ my?: boolean | number;
27
+ hidden?: boolean;
28
+ block?: boolean;
29
+ inline_block?: boolean;
30
+ flex?: boolean;
31
+ inline_flex?: boolean;
32
+ grid?: boolean;
33
+ custom?: string;
34
+ bg?: string;
35
+ float?: string;
36
+ };
37
+ declare const SharedStyles: FlattenInterpolation<ThemedStyledProps<SharedStyleTypes, any>>;
38
+ declare const SHARED_STYLE_MAPS: {
39
+ [key: string]: Function;
40
+ };
41
+ declare const Wrapper: StyledComponent<"div", any, SharedStyleTypes, never>;
42
+
43
+ declare const avatarSizes: {
44
+ tiny: {
45
+ size: string;
46
+ fontSize: string;
47
+ };
48
+ small: {
49
+ size: string;
50
+ fontSize: string;
51
+ };
52
+ medium: {
53
+ size: string;
54
+ fontSize: string;
55
+ };
56
+ large: {
57
+ size: string;
58
+ fontSize: string;
59
+ };
60
+ huge: {
61
+ size: string;
62
+ fontSize: string;
63
+ };
64
+ };
65
+ declare type AvatarSize = keyof typeof avatarSizes;
66
+ declare const avatarShapes: {
67
+ square: string;
68
+ circle: string;
69
+ };
70
+ declare type AvatarShape = keyof typeof avatarShapes;
71
+ declare const avatarColors: {
72
+ teal: {
73
+ backgroundColor: string;
74
+ textColor: string;
75
+ };
76
+ green: {
77
+ backgroundColor: string;
78
+ textColor: string;
79
+ };
80
+ yellow: {
81
+ backgroundColor: string;
82
+ textColor: string;
83
+ };
84
+ navy: {
85
+ backgroundColor: string;
86
+ textColor: string;
87
+ };
88
+ pink: {
89
+ backgroundColor: string;
90
+ textColor: string;
91
+ };
92
+ };
93
+ declare type AvatarColor = keyof typeof avatarColors;
94
+ declare type _AvatarProps = {
95
+ size: AvatarSize;
96
+ shape?: AvatarShape;
97
+ color?: AvatarColor;
98
+ hasPic?: boolean;
99
+ initials?: string;
100
+ icon?: boolean;
101
+ } & React$1.HTMLAttributes<HTMLDivElement> & SharedStyleTypes;
102
+ declare const Avatar: React$1.FC<Omit<_AvatarProps, 'size'> & {
103
+ pic?: string;
104
+ size?: AvatarSize;
105
+ shape?: AvatarShape;
106
+ color?: AvatarColor;
107
+ initials?: string;
108
+ icon?: boolean;
109
+ }>;
110
+
111
+ declare type BoxProps = React$1.PropsWithChildren<{
112
+ borderless?: boolean;
113
+ padded?: boolean;
114
+ title?: string | React$1.ReactNode;
115
+ controls?: React$1.ReactNode;
116
+ } & SharedStyleTypes>;
117
+ declare const Box: ({ title, controls, children, ...props }: BoxProps) => JSX.Element;
118
+ //# sourceMappingURL=Box.d.ts.map
119
+
120
+ declare const Background: StyledComponent<"div", any, {
121
+ padded?: boolean | undefined;
122
+ fillWindow?: boolean | undefined;
123
+ } & SharedStyleTypes, never>;
124
+
125
+ declare const StyledDropArea: StyledComponent<"div", any, {
126
+ isDragAccept?: boolean | undefined;
127
+ isDragReject?: boolean | undefined;
128
+ isDragActive?: boolean | undefined;
129
+ } & SharedStyleTypes, never>;
130
+ declare type DropAreaProps = React$1.PropsWithChildren<{
131
+ placeholder?: string | React$1.ReactNode;
132
+ } & SharedStyleTypes>;
133
+ declare const DropArea: ({ children, placeholder, ...props }: DropAreaProps) => JSX.Element;
134
+ declare type DropzoneTypes = {
135
+ placeholder?: string | React$1.ReactNode;
136
+ showDroppedFiles?: boolean;
137
+ } & DropzoneOptions;
138
+ declare function Dropzoned({ placeholder, accept, showDroppedFiles, ...props }: DropzoneTypes): JSX.Element;
139
+ declare function DropzonedPreviews({ placeholder, accept, onDrop, ...props }: DropzoneTypes): JSX.Element;
140
+
141
+ declare type TSize = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
142
+
143
+ declare type TSizeOffset = 'xsOffset' | 'smOffset' | 'mdOffset' | 'lgOffset' | 'xlOffset';
144
+ declare type TSizeOffsetRight = 'xsOffsetRight' | 'smOffsetRight' | 'mdOffsetRight' | 'lgOffsetRight' | 'xlOffsetRight';
145
+ declare type TSizeStyle = 'xsStyle' | 'smStyle' | 'mdStyle' | 'lgStyle' | 'xlStyle';
146
+ declare type SizerTypes = {
147
+ collapse?: TSize | Array<TSize>;
148
+ offset?: number;
149
+ first?: string;
150
+ last?: string;
151
+ padded?: boolean;
152
+ xs?: string | number | boolean | CSSObject;
153
+ sm?: string | number | boolean | CSSObject;
154
+ md?: string | number | boolean | CSSObject;
155
+ lg?: string | number | boolean | CSSObject;
156
+ xl?: string | number | boolean | CSSObject;
157
+ xsOffset?: number;
158
+ smOffset?: number;
159
+ mdOffset?: number;
160
+ lgOffset?: number;
161
+ xlOffset?: number;
162
+ xsOffsetRight?: number;
163
+ smOffsetRight?: number;
164
+ mdOffsetRight?: number;
165
+ lgOffsetRight?: number;
166
+ xlOffsetRight?: number;
167
+ xsStyle?: string | CSSObject;
168
+ smStyle?: string | CSSObject;
169
+ mdStyle?: string | CSSObject;
170
+ lgStyle?: string | CSSObject;
171
+ xlStyle?: string | CSSObject;
172
+ start?: boolean | number;
173
+ end?: boolean | number;
174
+ center?: boolean;
175
+ totalCols?: number;
176
+ };
177
+ declare const SizerCss: FlattenInterpolation<ThemedStyledProps<SizerTypes, any>>;
178
+ declare const SizerWrapper: StyledComponent<"div", any, SizerTypes, never>;
179
+
180
+ declare const sizes: {
181
+ tiny: {
182
+ 'font-family': string;
183
+ 'font-size': string;
184
+ 'line-height': string;
185
+ padding: string;
186
+ iconOnlyPadding: string;
187
+ borderRadius: string;
188
+ iconSize: string;
189
+ };
190
+ small: {
191
+ 'font-family': string;
192
+ 'font-size': string;
193
+ 'line-height': string;
194
+ padding: string;
195
+ iconOnlyPadding: string;
196
+ borderRadius: string;
197
+ iconSize: string;
198
+ };
199
+ medium: {
200
+ 'font-family': string;
201
+ 'font-size': string;
202
+ 'line-height': string;
203
+ padding: string;
204
+ iconOnlyPadding: string;
205
+ borderRadius: string;
206
+ iconSize: string;
207
+ };
208
+ large: {
209
+ 'font-family': string;
210
+ 'font-size': string;
211
+ 'line-height': string;
212
+ padding: string;
213
+ iconOnlyPadding: string;
214
+ borderRadius: string;
215
+ iconSize: string;
216
+ };
217
+ huge: {
218
+ 'font-family': string;
219
+ 'font-size': string;
220
+ 'line-height': string;
221
+ padding: string;
222
+ iconOnlyPadding: string;
223
+ borderRadius: string;
224
+ iconSize: string;
225
+ };
226
+ };
227
+ declare type TSize$1 = keyof typeof sizes;
228
+ declare type ButtonPreset = 'edit' | 'delete' | 'add' | 'remove' | 'close';
229
+ declare type ButtonVariant = 'primary' | 'secondary' | 'cta' | 'error' | 'error-light' | 'disabled' | 'text' | 'primary-light';
230
+ declare type ButtonProps = {
231
+ secondary?: boolean;
232
+ cta?: boolean;
233
+ size?: TSize$1;
234
+ variant?: ButtonVariant;
235
+ } & SharedStyleTypes & SizerTypes;
236
+ declare const Button: StyledComponent<"button", any, {
237
+ secondary?: boolean | undefined;
238
+ cta?: boolean | undefined;
239
+ size?: "tiny" | "small" | "medium" | "large" | "huge" | undefined;
240
+ variant?: ButtonVariant | undefined;
241
+ } & SharedStyleTypes & SizerTypes, never>;
242
+ declare const ButtonsGroup: StyledComponent<"div", any, SharedStyleTypes & SizerTypes, never>;
243
+ declare type IconFuncProps = {
244
+ color: string;
245
+ [key: string]: any;
246
+ };
247
+ declare type TButtonIcon = ((props: IconFuncProps) => React$1.ReactElement);
248
+ declare type IconButtonProps = React$1.PropsWithChildren<ButtonProps & {
249
+ Icon?: TButtonIcon | React$1.ReactElement<IconFuncProps>;
250
+ iconProps?: {
251
+ [key: string]: any;
252
+ };
253
+ iconPosition?: 'left' | 'right' | 'top';
254
+ preset?: ButtonPreset;
255
+ style?: React$1.CSSProperties;
256
+ }> & React$1.ButtonHTMLAttributes<HTMLButtonElement>;
257
+ declare function IconButton(props: IconButtonProps): JSX.Element;
258
+
259
+ declare const H1: StyledComponent<"h1", any, {
260
+ underlined?: boolean | undefined;
261
+ } & SharedStyleTypes, never>;
262
+ declare const H2: StyledComponent<"h2", any, {
263
+ underlined?: boolean | undefined;
264
+ } & SharedStyleTypes, never>;
265
+ declare const H3: StyledComponent<"h3", any, {
266
+ underlined?: boolean | undefined;
267
+ } & SharedStyleTypes, never>;
268
+ declare const H4: StyledComponent<"h4", any, {
269
+ underlined?: boolean | undefined;
270
+ } & SharedStyleTypes, never>;
271
+ declare const H5: StyledComponent<"h5", any, {
272
+ underlined?: boolean | undefined;
273
+ } & SharedStyleTypes, never>;
274
+ declare const H6: StyledComponent<"h6", any, {
275
+ underlined?: boolean | undefined;
276
+ } & SharedStyleTypes, never>;
277
+ //# sourceMappingURL=Headings.d.ts.map
278
+
279
+ declare type CommonInputProp = {
280
+ noMargin?: boolean;
281
+ error?: boolean;
282
+ };
283
+ declare type BaseInputProps = CommonInputProp & {
284
+ hasIcon?: boolean;
285
+ } & SharedStyleTypes;
286
+ declare type InputProps = BaseInputProps & React$1.InputHTMLAttributes<HTMLInputElement>;
287
+ declare const InputIconLabel: StyledComponent<"div", any, CommonInputProp & {
288
+ isActive?: boolean | undefined;
289
+ isDisabled?: boolean | undefined;
290
+ isHover?: boolean | undefined;
291
+ iconPosition?: "left" | "right" | undefined;
292
+ }, never>;
293
+ declare const InputIconLabelContainer: StyledComponent<"div", any, {}, never>;
294
+ declare const Input: StyledComponent<"input", any, CommonInputProp & {
295
+ hasIcon?: boolean | undefined;
296
+ } & SharedStyleTypes, never>;
297
+ declare const LabeledInput: React$1.ForwardRefExoticComponent<React$1.InputHTMLAttributes<HTMLInputElement> & CommonInputProp & {
298
+ hasIcon?: boolean | undefined;
299
+ } & SharedStyleTypes & {
300
+ label: string;
301
+ name?: string | undefined;
302
+ labelOnTop?: boolean | undefined;
303
+ } & React$1.RefAttributes<HTMLInputElement>>;
304
+ declare const LabeledIconInput: React$1.ForwardRefExoticComponent<React$1.InputHTMLAttributes<HTMLInputElement> & CommonInputProp & {
305
+ hasIcon?: boolean | undefined;
306
+ } & SharedStyleTypes & {
307
+ label?: string | undefined;
308
+ name?: string | undefined;
309
+ labelOnTop?: boolean | undefined;
310
+ Icon: React$1.ReactElement;
311
+ iconPosition?: "left" | "right" | undefined;
312
+ } & React$1.RefAttributes<HTMLInputElement>>;
313
+ declare const RadioLabel: StyledComponent<"label", any, {
314
+ disabled?: boolean | undefined;
315
+ }, never>;
316
+ declare type BaseRadioProps = {
317
+ isHovering?: boolean;
318
+ };
319
+ declare type RadioProps = React$1.InputHTMLAttributes<HTMLInputElement> & BaseRadioProps;
320
+ declare const Radio: StyledComponent<"input", any, BaseRadioProps, never>;
321
+ declare const CheckMark: StyledComponent<"span", any, {
322
+ checked?: boolean | undefined;
323
+ isHovering?: boolean | undefined;
324
+ disabled?: boolean | undefined;
325
+ } & SharedStyleTypes, never>;
326
+ declare const Dot: StyledComponent<"span", any, {
327
+ checked?: boolean | undefined;
328
+ isHovering?: boolean | undefined;
329
+ disabled?: boolean | undefined;
330
+ } & SharedStyleTypes, never>;
331
+ declare const LabeledRadio: React$1.FC<RadioProps & {
332
+ label: string;
333
+ }>;
334
+ declare const LabeledRadioGroup: React$1.FC<RadioProps & {
335
+ name: string;
336
+ radios: [{
337
+ label: string;
338
+ value: any;
339
+ }];
340
+ }>;
341
+ declare type LabeledCheckboxProps = {
342
+ checked?: boolean;
343
+ disabled?: boolean;
344
+ label: string | React$1.ReactNode;
345
+ name?: string;
346
+ checkboxStyle?: CSSProperties;
347
+ labelStyle?: CSSProperties;
348
+ checkboxPosition?: string;
349
+ hoverByLabel?: boolean;
350
+ stopPropagation?: boolean;
351
+ [key: string]: any;
352
+ } & React$1.InputHTMLAttributes<HTMLInputElement>;
353
+ declare const LabeledCheckbox: React$1.ForwardRefExoticComponent<LabeledCheckboxProps>;
354
+
355
+ declare const Label: StyledComponent<"label", any, {
356
+ error?: boolean | undefined;
357
+ } & SharedStyleTypes, never>;
358
+ //# sourceMappingURL=Label.d.ts.map
359
+
360
+ declare const Padding: StyledComponent<"div", any, SharedStyleTypes, never>;
361
+ //# sourceMappingURL=Padding.d.ts.map
362
+
363
+ declare function Page(props: React$1.PropsWithChildren<SharedStyleTypes>): JSX.Element;
364
+ //# sourceMappingURL=Page.d.ts.map
365
+
366
+ declare type ProgressBarProps = React$1.PropsWithChildren<{
367
+ value: number;
368
+ max: number;
369
+ error?: string;
370
+ } & SharedStyleTypes>;
371
+ declare const Progress: (props: ProgressBarProps) => JSX.Element;
372
+ declare const LabeledProgress: (props: ProgressBarProps) => JSX.Element;
373
+ //# sourceMappingURL=Progress.d.ts.map
374
+
375
+ declare type AdditionalSKUSelectProps = {
376
+ noMargin?: boolean;
377
+ error?: boolean;
378
+ menuRelative?: boolean;
379
+ inPopup?: boolean;
380
+ };
381
+ declare type GenericObject = {
382
+ [key: string]: any;
383
+ };
384
+ declare type SKUSelectProps = AdditionalSKUSelectProps & Props;
385
+ declare type SKUAsyncSelectProps = AdditionalSKUSelectProps & Props$1<GenericObject>;
386
+ declare type SKUCreatableSelectProps = AdditionalSKUSelectProps & Props$2<GenericObject>;
387
+ declare const SKUSelect: React$1.ForwardRefExoticComponent<SKUSelectProps & React$1.RefAttributes<BaseSelect>>;
388
+ declare type LabeledSelectProp = SKUSelectProps & {
389
+ parentStyle?: React$1.CSSProperties;
390
+ };
391
+ declare type TLabeledSelect = React$1.ForwardRefExoticComponent<LabeledSelectProp & React$1.RefAttributes<BaseSelect>>;
392
+ declare const LabeledSelect: TLabeledSelect;
393
+ declare type TSKUCreatableSelect = React$1.ForwardRefExoticComponent<SKUCreatableSelectProps & React$1.RefAttributes<BaseCreatableSelect<GenericObject>>>;
394
+ declare const SKUCreatableSelect: TSKUCreatableSelect;
395
+ declare type LabeledCreatableSelectProps = SKUCreatableSelectProps & {
396
+ parentStyle?: React$1.CSSProperties;
397
+ };
398
+ declare type TLabeledCreatableSelect = React$1.ForwardRefExoticComponent<LabeledCreatableSelectProps & React$1.RefAttributes<BaseCreatableSelect<GenericObject>>>;
399
+ declare const LabeledCreatableSelect: TLabeledCreatableSelect;
400
+ declare type TSKUAsyncSelect = React$1.ForwardRefExoticComponent<SKUAsyncSelectProps & React$1.RefAttributes<BaseAsyncSelect<GenericObject>>>;
401
+ declare const SKUAsyncSelect: TSKUAsyncSelect;
402
+ declare type LabeledAsyncSelectProps = SKUAsyncSelectProps & {
403
+ parentStyle?: React$1.CSSProperties;
404
+ };
405
+ declare type TLabeledAsyncSelect = React$1.ForwardRefExoticComponent<LabeledAsyncSelectProps & React$1.RefAttributes<BaseAsyncSelect<GenericObject>>>;
406
+ declare const LabeledAsyncSelect: TLabeledAsyncSelect;
407
+ //# sourceMappingURL=Select.d.ts.map
408
+
409
+ declare type SidePanelType = {
410
+ animationDuration?: number;
411
+ visible?: boolean;
412
+ from?: "left" | "right" | "bottom" | "top";
413
+ height?: number;
414
+ width?: number;
415
+ };
416
+ declare const StyledPanel: StyledComponent<"div", any, SidePanelType, never>;
417
+ declare const SidePanel: ({ from, visible, animationDuration, fullWidthTitle, bodyScrollable, backdrop, controls, header, title, children, ...props }: React$1.PropsWithChildren<{
418
+ header?: React$1.ReactNode;
419
+ title: string;
420
+ controls: React$1.ReactNode;
421
+ fullWidthTitle?: boolean | undefined;
422
+ backdrop?: boolean | undefined;
423
+ bodyScrollable?: boolean | undefined;
424
+ } & SidePanelType & SharedStyleTypes & SizerTypes>) => JSX.Element;
425
+ declare const PanelContact: ({ avatar, name, position, email, ...props }: {
426
+ name: string;
427
+ position?: string | undefined;
428
+ email?: string | undefined;
429
+ phone?: string | undefined;
430
+ avatar?: React$1.ReactNode;
431
+ } & SizerTypes) => JSX.Element;
432
+ declare type PhoneType = {
433
+ phone_number?: string;
434
+ phone_type?: string;
435
+ phone_extension?: string;
436
+ };
437
+ declare const PanelTileContact: ({ avatar, name, position, email, phones, ...props }: {
438
+ name: string;
439
+ position?: string | undefined;
440
+ email?: string | undefined;
441
+ phones?: PhoneType[] | undefined;
442
+ avatar?: React$1.ReactNode;
443
+ } & SizerTypes) => JSX.Element;
444
+
445
+ declare const Table: StyledComponent<"table", any, {
446
+ cellPadding: 0;
447
+ cellSpacing: 0;
448
+ } & SharedStyleTypes, "cellPadding" | "cellSpacing">;
449
+ declare const TH: StyledComponent<"th", any, {
450
+ clickable?: boolean | undefined;
451
+ sticky?: boolean | undefined;
452
+ stickyTop?: number | undefined;
453
+ } & SharedStyleTypes & SizerTypes, never>;
454
+ declare const TD: StyledComponent<"td", any, {
455
+ clickable?: boolean | undefined;
456
+ } & SharedStyleTypes & SizerTypes, never>;
457
+ declare const TR: StyledComponent<"tr", any, SizerTypes & {
458
+ selected?: boolean | undefined;
459
+ }, never>;
460
+ declare const THead: StyledComponent<"thead", any, SizerTypes, never>;
461
+ declare const TBody: StyledComponent<"tbody", any, SizerTypes, never>;
462
+ declare const ResponsiveTable: ({ parentProps, children, ...props }: React$1.PropsWithChildren<{
463
+ parentProps?: {
464
+ [key: string]: any;
465
+ style?: object | undefined;
466
+ } | undefined;
467
+ } & SharedStyleTypes>) => JSX.Element;
468
+ declare const THSorted: ({ children, order, iconHeight, iconStyles, hideIconOnMobile, ...props }: React$1.PropsWithChildren<{
469
+ order?: string | undefined;
470
+ iconHeight?: number | undefined;
471
+ iconStyles?: object | undefined;
472
+ hideIconOnMobile?: boolean | undefined;
473
+ }>) => JSX.Element;
474
+ //# sourceMappingURL=Table.d.ts.map
475
+
476
+ declare const tabSizes: {
477
+ small: FlattenSimpleInterpolation;
478
+ medium: FlattenSimpleInterpolation;
479
+ };
480
+ declare const TabBar: StyledComponent<"ul", any, {
481
+ padded?: boolean | undefined;
482
+ } & SharedStyleTypes, never>;
483
+ declare const Tab: StyledComponent<"li", any, {
484
+ selected?: boolean | undefined;
485
+ size?: "small" | "medium" | undefined;
486
+ } & SharedStyleTypes, never>;
487
+ declare type TTab = {
488
+ label: string;
489
+ content: React$1.ReactNode;
490
+ onClick?: Function | VoidFunction;
491
+ };
492
+ declare type TabsProps = {
493
+ tabs: TTab[];
494
+ selectedTabIndex?: number;
495
+ padded?: boolean;
496
+ size?: keyof typeof tabSizes;
497
+ };
498
+ declare type TabsState = {
499
+ selectedTabIndex: number;
500
+ };
501
+ declare class Tabs extends Component<TabsProps, TabsState> {
502
+ constructor(props: TabsProps);
503
+ getTab(tabs: TTab[], tabIndex?: number): null | TTab;
504
+ componentDidMount(): void;
505
+ componentDidUpdate(prevProps: Readonly<TabsProps>, prevState: Readonly<TabsState>): void;
506
+ render(): JSX.Element;
507
+ }
508
+
509
+ declare const ToggleLink: StyledComponent<"a", any, {
510
+ selected?: boolean | undefined;
511
+ stretch?: boolean | undefined;
512
+ } & SharedStyleTypes, never>;
513
+ declare type ToggleProps = React$1.PropsWithChildren<{
514
+ stretch?: boolean;
515
+ onClick?: React$1.MouseEventHandler<HTMLDivElement>;
516
+ } & SharedStyleTypes>;
517
+ declare const Toggle: (props: ToggleProps) => JSX.Element;
518
+ //# sourceMappingURL=Toggle.d.ts.map
519
+
520
+ declare type BaseTextareaProps = {
521
+ noMargin?: boolean;
522
+ error?: boolean;
523
+ hasIcon?: boolean;
524
+ } & SharedStyleTypes;
525
+ declare const Textarea: StyledComponent<"textarea", any, {
526
+ noMargin?: boolean | undefined;
527
+ error?: boolean | undefined;
528
+ hasIcon?: boolean | undefined;
529
+ } & SharedStyleTypes, never>;
530
+ declare type TextareaProps = React$1.TextareaHTMLAttributes<HTMLTextAreaElement> & BaseTextareaProps & {
531
+ label: string;
532
+ name?: string;
533
+ noMargin?: boolean;
534
+ } & SharedStyleTypes;
535
+ declare const LabeledTextarea: React$1.FC<TextareaProps>;
536
+
537
+ declare const Spinner: (props: React$1.PropsWithChildren<{
538
+ small?: boolean;
539
+ } & SharedStyleTypes>) => JSX.Element;
540
+
541
+ declare const Product: (props: {
542
+ sku: string;
543
+ picture: string;
544
+ supplier: string;
545
+ name: string;
546
+ price?: number;
547
+ currency?: string;
548
+ rating?: number;
549
+ } & SharedStyleTypes) => JSX.Element;
550
+
551
+ declare type ArtworkProps = {
552
+ picture?: string;
553
+ icon?: string;
554
+ name: string;
555
+ cssHeight?: number;
556
+ date?: string;
557
+ edit?: boolean;
558
+ noTruncate?: boolean;
559
+ onClick?: React$1.MouseEventHandler<HTMLDivElement>;
560
+ onEdit?: Function | VoidFunction;
561
+ onDelete?: Function | VoidFunction;
562
+ onSave?: Function | VoidFunction;
563
+ onDownload?: Function | VoidFunction;
564
+ inputProps?: InputProps;
565
+ inputEl?: React$1.ReactNode;
566
+ };
567
+ declare const Artwork: ({ inputProps, ...props }: ArtworkProps & SharedStyleTypes) => JSX.Element;
568
+
569
+ declare const StarRating: (props: {
570
+ rating: number;
571
+ } & SharedStyleTypes) => JSX.Element;
572
+
573
+ declare const Grid: StyledComponent<"div", any, SharedStyleTypes, never>;
574
+ declare type RowPropTypes = {
575
+ justify?: string;
576
+ wrap?: string;
577
+ align?: string;
578
+ padded?: boolean;
579
+ start?: boolean;
580
+ end?: boolean;
581
+ middle?: boolean;
582
+ } & SharedStyleTypes;
583
+ declare const Row: StyledComponent<"div", any, {
584
+ justify?: string | undefined;
585
+ wrap?: string | undefined;
586
+ align?: string | undefined;
587
+ padded?: boolean | undefined;
588
+ start?: boolean | undefined;
589
+ end?: boolean | undefined;
590
+ middle?: boolean | undefined;
591
+ } & SharedStyleTypes, never>;
592
+ declare type ColPropTypes = SizerTypes & SharedStyleTypes;
593
+ declare const Col: StyledComponent<"div", any, SizerTypes & SharedStyleTypes, never>;
594
+
595
+ declare const Overlay: StyledComponent<"div", any, {}, never>;
596
+ declare const PopupHeader: StyledComponent<"div", any, SharedStyleTypes & SizerTypes, never>;
597
+ declare type PopupProps = React$1.PropsWithChildren<{
598
+ header?: React$1.Component;
599
+ title?: string | React$1.Component;
600
+ controls?: Array<React$1.ReactNode>;
601
+ onClose?: (event?: React$1.MouseEvent) => void;
602
+ closeOnClickOutside?: boolean;
603
+ closeOnEsc?: boolean;
604
+ } & SharedStyleTypes> & React$1.HTMLAttributes<HTMLDivElement>;
605
+ declare const Popup: ({ header, title, controls, children, onClose, closeOnEsc, closeOnClickOutside, ...props }: PopupProps) => JSX.Element;
606
+ declare const ShowPopup: React$1.FC<Omit<PopupProps, 'onClose'> & {
607
+ popup: React$1.ComponentType<PopupProps>;
608
+ autoOpen?: boolean;
609
+ render?: React$1.FC<{
610
+ onClick: () => void;
611
+ }>;
612
+ }>;
613
+
614
+ declare const TaskLabel: StyledComponent<"div", any, {
615
+ hasCheckbox?: boolean | undefined;
616
+ }, never>;
617
+ declare const TaskName: StyledComponent<"div", any, {}, never>;
618
+ declare const StyledTask: StyledComponent<"div", any, SharedStyleTypes, never>;
619
+ declare const TaskBody: StyledComponent<"div", any, {}, never>;
620
+ declare type TaskProps = {
621
+ taskName: string;
622
+ date?: string;
623
+ done?: boolean;
624
+ assignee?: string;
625
+ taskBody: string | React$1.ReactNode;
626
+ checked?: boolean;
627
+ initialChecked?: boolean;
628
+ onClickCheckbox?: (checked?: boolean) => any;
629
+ };
630
+ declare const Task: ({ taskName, date, done, assignee, taskBody, initialChecked, onClickCheckbox, ...props }: React$1.PropsWithChildren<TaskProps & SharedStyleTypes>) => JSX.Element;
631
+ declare const StyledCalendarTaskBody: StyledComponent<"span", any, {}, never>;
632
+ declare type CalendarTaskProps = {
633
+ id?: string;
634
+ title: string;
635
+ description: string | React$1.ReactNode;
636
+ date?: Date;
637
+ completed?: boolean;
638
+ colorType?: string;
639
+ assignee?: string;
640
+ checked?: boolean;
641
+ overdue?: boolean;
642
+ order?: number;
643
+ onClickCheckbox?: (checked: boolean) => any;
644
+ isDescriptionHtml?: boolean;
645
+ draggable?: boolean;
646
+ hideCheckbox?: boolean;
647
+ Icon?: React$1.ReactNode;
648
+ };
649
+ declare const CalendarTask: React$1.ForwardRefExoticComponent<CalendarTaskProps & SharedStyleTypes & React$1.InputHTMLAttributes<HTMLInputElement> & React$1.RefAttributes<HTMLInputElement>>;
650
+
651
+ declare type AdditionalStyles = CSSObject | string | ((p: ThemeProps<DefaultTheme>) => CSSObject | string | undefined | null);
652
+ declare const GlobalStyle: GlobalStyleComponent<{
653
+ additionalStyles?: AdditionalStyles | undefined;
654
+ }, DefaultTheme>;
655
+
656
+ declare const colors: {
657
+ primary1: {
658
+ '10': string;
659
+ '20': string;
660
+ '30': string;
661
+ '40': string;
662
+ '50': string;
663
+ '60': string;
664
+ '65': string;
665
+ '70': string;
666
+ '75': string;
667
+ '80': string;
668
+ '85': string;
669
+ '90': string;
670
+ main: string;
671
+ 'main-hover': string;
672
+ light: string;
673
+ lightest: string;
674
+ dark: string;
675
+ 'dark-hover': string;
676
+ darkest: string;
677
+ };
678
+ secondary1: {
679
+ '10': string;
680
+ '20': string;
681
+ '30': string;
682
+ '40': string;
683
+ '50': string;
684
+ '60': string;
685
+ '70': string;
686
+ '80': string;
687
+ '90': string;
688
+ main: string;
689
+ lightest: string;
690
+ light: string;
691
+ dark: string;
692
+ darkest: string;
693
+ };
694
+ secondary2: {
695
+ '10': string;
696
+ '20': string;
697
+ '30': string;
698
+ '40': string;
699
+ '50': string;
700
+ '60': string;
701
+ '70': string;
702
+ '80': string;
703
+ '90': string;
704
+ main: string;
705
+ lightest: string;
706
+ light: string;
707
+ dark: string;
708
+ darkest: string;
709
+ };
710
+ secondary3: {
711
+ '10': string;
712
+ '20': string;
713
+ '30': string;
714
+ '40': string;
715
+ '50': string;
716
+ '60': string;
717
+ '70': string;
718
+ '80': string;
719
+ '90': string;
720
+ main: string;
721
+ lightest: string;
722
+ light: string;
723
+ dark: string;
724
+ darkest: string;
725
+ };
726
+ secondary4: {
727
+ '10': string;
728
+ '20': string;
729
+ '30': string;
730
+ '40': string;
731
+ '50': string;
732
+ '60': string;
733
+ '70': string;
734
+ '80': string;
735
+ '90': string;
736
+ main: string;
737
+ lightest: string;
738
+ light: string;
739
+ dark: string;
740
+ darkest: string;
741
+ };
742
+ teal: {
743
+ '10': string;
744
+ '20': string;
745
+ '30': string;
746
+ '40': string;
747
+ '50': string;
748
+ '60': string;
749
+ '65': string;
750
+ '70': string;
751
+ '75': string;
752
+ '80': string;
753
+ '85': string;
754
+ '90': string;
755
+ main: string;
756
+ 'main-hover': string;
757
+ light: string;
758
+ lightest: string;
759
+ dark: string;
760
+ 'dark-hover': string;
761
+ darkest: string;
762
+ };
763
+ pink: {
764
+ '10': string;
765
+ '20': string;
766
+ '30': string;
767
+ '40': string;
768
+ '50': string;
769
+ '60': string;
770
+ '70': string;
771
+ '80': string;
772
+ '90': string;
773
+ main: string;
774
+ lightest: string;
775
+ light: string;
776
+ dark: string;
777
+ darkest: string;
778
+ };
779
+ yellow: {
780
+ '10': string;
781
+ '20': string;
782
+ '30': string;
783
+ '40': string;
784
+ '50': string;
785
+ '60': string;
786
+ '70': string;
787
+ '80': string;
788
+ '90': string;
789
+ main: string;
790
+ lightest: string;
791
+ light: string;
792
+ dark: string;
793
+ darkest: string;
794
+ };
795
+ green: {
796
+ '10': string;
797
+ '20': string;
798
+ '30': string;
799
+ '40': string;
800
+ '50': string;
801
+ '60': string;
802
+ '70': string;
803
+ '80': string;
804
+ '90': string;
805
+ main: string;
806
+ lightest: string;
807
+ light: string;
808
+ dark: string;
809
+ darkest: string;
810
+ };
811
+ navy: {
812
+ '10': string;
813
+ '20': string;
814
+ '30': string;
815
+ '40': string;
816
+ '50': string;
817
+ '60': string;
818
+ '70': string;
819
+ '80': string;
820
+ '90': string;
821
+ main: string;
822
+ lightest: string;
823
+ light: string;
824
+ dark: string;
825
+ darkest: string;
826
+ };
827
+ neutrals: {
828
+ '10': string;
829
+ '20': string;
830
+ '30': string;
831
+ '40': string;
832
+ '50': string;
833
+ '60': string;
834
+ '70': string;
835
+ '80': string;
836
+ '90': string;
837
+ '100': string;
838
+ main: string;
839
+ darkest: string;
840
+ dark: string;
841
+ bodyText: string;
842
+ bg1: string;
843
+ white: string;
844
+ };
845
+ errors: {
846
+ '10': string;
847
+ '20': string;
848
+ '30': string;
849
+ '40': string;
850
+ '50': string;
851
+ '60': string;
852
+ '70': string;
853
+ '80': string;
854
+ '90': string;
855
+ main: string;
856
+ lightest: string;
857
+ light: string;
858
+ dark: string;
859
+ darkest: string;
860
+ };
861
+ orders: {
862
+ OPPORTUNITY: {
863
+ main: string;
864
+ };
865
+ PRESENTATION: {
866
+ main: string;
867
+ };
868
+ ESTIMATE: {
869
+ main: string;
870
+ };
871
+ 'PRE-SALES': {
872
+ main: string;
873
+ };
874
+ 'SALES ORDER': {
875
+ main: string;
876
+ current: string;
877
+ previous: string;
878
+ };
879
+ INVOICE: {
880
+ main: string;
881
+ };
882
+ TARGET: {
883
+ main: string;
884
+ };
885
+ };
886
+ notes: {
887
+ main: string;
888
+ };
889
+ calls: {
890
+ main: string;
891
+ };
892
+ meetings: {
893
+ main: string;
894
+ };
895
+ left_nav: {
896
+ main: string;
897
+ sub_menu: {
898
+ bg: string;
899
+ link: {
900
+ bg: string;
901
+ text: string;
902
+ };
903
+ };
904
+ link: {
905
+ text: string;
906
+ };
907
+ };
908
+ text: {
909
+ main: string;
910
+ bold: string;
911
+ body: string;
912
+ title: string;
913
+ label: string;
914
+ placeholder: {
915
+ default: string;
916
+ hover: string;
917
+ };
918
+ };
919
+ white: string;
920
+ black: string;
921
+ primary: string;
922
+ cta: string;
923
+ primary0: string;
924
+ primary10: string;
925
+ primary100: string;
926
+ disabledButton: string;
927
+ disabledButtonBorder: string;
928
+ texttitle: string;
929
+ textlabel: string;
930
+ textbody: string;
931
+ textplaceholder: string;
932
+ bggray: string;
933
+ bgblue: string;
934
+ inputBorder: string;
935
+ special1: string;
936
+ special2: string;
937
+ special3: string;
938
+ primaryBg: string;
939
+ special2Bg: string;
940
+ transparent: string;
941
+ error: string;
942
+ primary2: string;
943
+ primary20: string;
944
+ primary200: string;
945
+ tableHeaderBg: string;
946
+ tableBorder: string;
947
+ input: {
948
+ background: string;
949
+ border: string;
950
+ text: string;
951
+ placeholder: string;
952
+ active: {
953
+ border: string;
954
+ text: string;
955
+ };
956
+ hover: {
957
+ border: string;
958
+ placeholder: string;
959
+ };
960
+ error: {
961
+ border: string;
962
+ };
963
+ disabled: {
964
+ text: string;
965
+ background: string;
966
+ };
967
+ iconWrapper: {
968
+ background: string;
969
+ active: {
970
+ background: string;
971
+ };
972
+ hover: {
973
+ background: string;
974
+ };
975
+ disabled: {
976
+ background: string;
977
+ };
978
+ };
979
+ icon: {
980
+ fill: string;
981
+ active: {
982
+ fill: string;
983
+ };
984
+ hover: {
985
+ fill: string;
986
+ };
987
+ disabled: {
988
+ fill: string;
989
+ };
990
+ };
991
+ };
992
+ select: {
993
+ background: string;
994
+ border: string;
995
+ text: string;
996
+ placeholder: string;
997
+ active: {
998
+ border: string;
999
+ text: string;
1000
+ };
1001
+ hover: {
1002
+ border: string;
1003
+ placeholder: string;
1004
+ };
1005
+ error: {
1006
+ border: string;
1007
+ };
1008
+ disabled: {
1009
+ background: string;
1010
+ border: string;
1011
+ };
1012
+ dropdownIcon: {
1013
+ color: string;
1014
+ error: {
1015
+ color: string;
1016
+ };
1017
+ disabled: string;
1018
+ };
1019
+ clearIcon: {
1020
+ color: string;
1021
+ };
1022
+ };
1023
+ };
1024
+
1025
+ declare const fontFamilies: {
1026
+ skuFontRegular: string;
1027
+ skuFontDemibold: string;
1028
+ skuFontBold: string;
1029
+ skuFontMedium: string;
1030
+ regular: string;
1031
+ demibold: string;
1032
+ bold: string;
1033
+ medium: string;
1034
+ fallbacks: string[];
1035
+ };
1036
+ declare const fonts: string[];
1037
+ declare const fontStyles: {
1038
+ h1: {
1039
+ fontSize: string;
1040
+ lineHeight: string;
1041
+ fontFamily: string;
1042
+ };
1043
+ h2: {
1044
+ fontSize: string;
1045
+ lineHeight: string;
1046
+ fontFamily: string;
1047
+ };
1048
+ h3: {
1049
+ fontSize: string;
1050
+ lineHeight: string;
1051
+ fontFamily: string;
1052
+ };
1053
+ h4: {
1054
+ fontSize: string;
1055
+ lineHeight: string;
1056
+ fontFamily: string;
1057
+ };
1058
+ p: {
1059
+ large: {
1060
+ fontSize: string;
1061
+ lineHeight: string;
1062
+ fontFamily: string;
1063
+ };
1064
+ medium: {
1065
+ fontSize: string;
1066
+ lineHeight: string;
1067
+ fontFamily: string;
1068
+ };
1069
+ small: {
1070
+ fontSize: string;
1071
+ lineHeight: string;
1072
+ fontFamily: string;
1073
+ };
1074
+ };
1075
+ button: {
1076
+ huge: {
1077
+ fontSize: string;
1078
+ lineHeight: string;
1079
+ fontFamily: string;
1080
+ };
1081
+ large: {
1082
+ fontSize: string;
1083
+ lineHeight: string;
1084
+ fontFamily: string;
1085
+ };
1086
+ medium: {
1087
+ fontSize: string;
1088
+ lineHeight: string;
1089
+ fontFamily: string;
1090
+ };
1091
+ small: {
1092
+ fontSize: string;
1093
+ lineHeight: string;
1094
+ fontFamily: string;
1095
+ };
1096
+ tiny: {
1097
+ fontSize: string;
1098
+ lineHeight: string;
1099
+ fontFamily: string;
1100
+ };
1101
+ };
1102
+ label: {
1103
+ fontSize: string;
1104
+ lineHeight: string;
1105
+ fontFamily: string;
1106
+ };
1107
+ };
1108
+ declare const themeOptions: {
1109
+ colors: {
1110
+ primary1: {
1111
+ '10': string;
1112
+ '20': string;
1113
+ '30': string;
1114
+ '40': string;
1115
+ '50': string;
1116
+ '60': string;
1117
+ '65': string;
1118
+ '70': string;
1119
+ '75': string;
1120
+ '80': string;
1121
+ '85': string;
1122
+ '90': string;
1123
+ main: string;
1124
+ 'main-hover': string;
1125
+ light: string;
1126
+ lightest: string;
1127
+ dark: string;
1128
+ 'dark-hover': string;
1129
+ darkest: string;
1130
+ };
1131
+ secondary1: {
1132
+ '10': string;
1133
+ '20': string;
1134
+ '30': string;
1135
+ '40': string;
1136
+ '50': string;
1137
+ '60': string;
1138
+ '70': string;
1139
+ '80': string;
1140
+ '90': string;
1141
+ main: string;
1142
+ lightest: string;
1143
+ light: string;
1144
+ dark: string;
1145
+ darkest: string;
1146
+ };
1147
+ secondary2: {
1148
+ '10': string;
1149
+ '20': string;
1150
+ '30': string;
1151
+ '40': string;
1152
+ '50': string;
1153
+ '60': string;
1154
+ '70': string;
1155
+ '80': string;
1156
+ '90': string;
1157
+ main: string;
1158
+ lightest: string;
1159
+ light: string;
1160
+ dark: string;
1161
+ darkest: string;
1162
+ };
1163
+ secondary3: {
1164
+ '10': string;
1165
+ '20': string;
1166
+ '30': string;
1167
+ '40': string;
1168
+ '50': string;
1169
+ '60': string;
1170
+ '70': string;
1171
+ '80': string;
1172
+ '90': string;
1173
+ main: string;
1174
+ lightest: string;
1175
+ light: string;
1176
+ dark: string;
1177
+ darkest: string;
1178
+ };
1179
+ secondary4: {
1180
+ '10': string;
1181
+ '20': string;
1182
+ '30': string;
1183
+ '40': string;
1184
+ '50': string;
1185
+ '60': string;
1186
+ '70': string;
1187
+ '80': string;
1188
+ '90': string;
1189
+ main: string;
1190
+ lightest: string;
1191
+ light: string;
1192
+ dark: string;
1193
+ darkest: string;
1194
+ };
1195
+ teal: {
1196
+ '10': string;
1197
+ '20': string;
1198
+ '30': string;
1199
+ '40': string;
1200
+ '50': string;
1201
+ '60': string;
1202
+ '65': string;
1203
+ '70': string;
1204
+ '75': string;
1205
+ '80': string;
1206
+ '85': string;
1207
+ '90': string;
1208
+ main: string;
1209
+ 'main-hover': string;
1210
+ light: string;
1211
+ lightest: string;
1212
+ dark: string;
1213
+ 'dark-hover': string;
1214
+ darkest: string;
1215
+ };
1216
+ pink: {
1217
+ '10': string;
1218
+ '20': string;
1219
+ '30': string;
1220
+ '40': string;
1221
+ '50': string;
1222
+ '60': string;
1223
+ '70': string;
1224
+ '80': string;
1225
+ '90': string;
1226
+ main: string;
1227
+ lightest: string;
1228
+ light: string;
1229
+ dark: string;
1230
+ darkest: string;
1231
+ };
1232
+ yellow: {
1233
+ '10': string;
1234
+ '20': string;
1235
+ '30': string;
1236
+ '40': string;
1237
+ '50': string;
1238
+ '60': string;
1239
+ '70': string;
1240
+ '80': string;
1241
+ '90': string;
1242
+ main: string;
1243
+ lightest: string;
1244
+ light: string;
1245
+ dark: string;
1246
+ darkest: string;
1247
+ };
1248
+ green: {
1249
+ '10': string;
1250
+ '20': string;
1251
+ '30': string;
1252
+ '40': string;
1253
+ '50': string;
1254
+ '60': string;
1255
+ '70': string;
1256
+ '80': string;
1257
+ '90': string;
1258
+ main: string;
1259
+ lightest: string;
1260
+ light: string;
1261
+ dark: string;
1262
+ darkest: string;
1263
+ };
1264
+ navy: {
1265
+ '10': string;
1266
+ '20': string;
1267
+ '30': string;
1268
+ '40': string;
1269
+ '50': string;
1270
+ '60': string;
1271
+ '70': string;
1272
+ '80': string;
1273
+ '90': string;
1274
+ main: string;
1275
+ lightest: string;
1276
+ light: string;
1277
+ dark: string;
1278
+ darkest: string;
1279
+ };
1280
+ neutrals: {
1281
+ '10': string;
1282
+ '20': string;
1283
+ '30': string;
1284
+ '40': string;
1285
+ '50': string;
1286
+ '60': string;
1287
+ '70': string;
1288
+ '80': string;
1289
+ '90': string;
1290
+ '100': string;
1291
+ main: string;
1292
+ darkest: string;
1293
+ dark: string;
1294
+ bodyText: string;
1295
+ bg1: string;
1296
+ white: string;
1297
+ };
1298
+ errors: {
1299
+ '10': string;
1300
+ '20': string;
1301
+ '30': string;
1302
+ '40': string;
1303
+ '50': string;
1304
+ '60': string;
1305
+ '70': string;
1306
+ '80': string;
1307
+ '90': string;
1308
+ main: string;
1309
+ lightest: string;
1310
+ light: string;
1311
+ dark: string;
1312
+ darkest: string;
1313
+ };
1314
+ orders: {
1315
+ OPPORTUNITY: {
1316
+ main: string;
1317
+ };
1318
+ PRESENTATION: {
1319
+ main: string;
1320
+ };
1321
+ ESTIMATE: {
1322
+ main: string;
1323
+ };
1324
+ 'PRE-SALES': {
1325
+ main: string;
1326
+ };
1327
+ 'SALES ORDER': {
1328
+ main: string;
1329
+ current: string;
1330
+ previous: string;
1331
+ };
1332
+ INVOICE: {
1333
+ main: string;
1334
+ };
1335
+ TARGET: {
1336
+ main: string;
1337
+ };
1338
+ };
1339
+ notes: {
1340
+ main: string;
1341
+ };
1342
+ calls: {
1343
+ main: string;
1344
+ };
1345
+ meetings: {
1346
+ main: string;
1347
+ };
1348
+ left_nav: {
1349
+ main: string;
1350
+ sub_menu: {
1351
+ bg: string;
1352
+ link: {
1353
+ bg: string;
1354
+ text: string;
1355
+ };
1356
+ };
1357
+ link: {
1358
+ text: string;
1359
+ };
1360
+ };
1361
+ text: {
1362
+ main: string;
1363
+ bold: string;
1364
+ body: string;
1365
+ title: string;
1366
+ label: string;
1367
+ placeholder: {
1368
+ default: string;
1369
+ hover: string;
1370
+ };
1371
+ };
1372
+ white: string;
1373
+ black: string;
1374
+ primary: string;
1375
+ cta: string;
1376
+ primary0: string;
1377
+ primary10: string;
1378
+ primary100: string;
1379
+ disabledButton: string;
1380
+ disabledButtonBorder: string;
1381
+ texttitle: string;
1382
+ textlabel: string;
1383
+ textbody: string;
1384
+ textplaceholder: string;
1385
+ bggray: string;
1386
+ bgblue: string;
1387
+ inputBorder: string;
1388
+ special1: string;
1389
+ special2: string;
1390
+ special3: string;
1391
+ primaryBg: string;
1392
+ special2Bg: string;
1393
+ transparent: string;
1394
+ error: string;
1395
+ primary2: string;
1396
+ primary20: string;
1397
+ primary200: string;
1398
+ tableHeaderBg: string;
1399
+ tableBorder: string;
1400
+ input: {
1401
+ background: string;
1402
+ border: string;
1403
+ text: string;
1404
+ placeholder: string;
1405
+ active: {
1406
+ border: string;
1407
+ text: string;
1408
+ };
1409
+ hover: {
1410
+ border: string;
1411
+ placeholder: string;
1412
+ };
1413
+ error: {
1414
+ border: string;
1415
+ };
1416
+ disabled: {
1417
+ text: string;
1418
+ background: string;
1419
+ };
1420
+ iconWrapper: {
1421
+ background: string;
1422
+ active: {
1423
+ background: string;
1424
+ };
1425
+ hover: {
1426
+ background: string;
1427
+ };
1428
+ disabled: {
1429
+ background: string;
1430
+ };
1431
+ };
1432
+ icon: {
1433
+ fill: string;
1434
+ active: {
1435
+ fill: string;
1436
+ };
1437
+ hover: {
1438
+ fill: string;
1439
+ };
1440
+ disabled: {
1441
+ fill: string;
1442
+ };
1443
+ };
1444
+ };
1445
+ select: {
1446
+ background: string;
1447
+ border: string;
1448
+ text: string;
1449
+ placeholder: string;
1450
+ active: {
1451
+ border: string;
1452
+ text: string;
1453
+ };
1454
+ hover: {
1455
+ border: string;
1456
+ placeholder: string;
1457
+ };
1458
+ error: {
1459
+ border: string;
1460
+ };
1461
+ disabled: {
1462
+ background: string;
1463
+ border: string;
1464
+ };
1465
+ dropdownIcon: {
1466
+ color: string;
1467
+ error: {
1468
+ color: string;
1469
+ };
1470
+ disabled: string;
1471
+ };
1472
+ clearIcon: {
1473
+ color: string;
1474
+ };
1475
+ };
1476
+ };
1477
+ fonts: string[];
1478
+ fontFamily: string;
1479
+ fontFamilies: {
1480
+ skuFontRegular: string;
1481
+ skuFontDemibold: string;
1482
+ skuFontBold: string;
1483
+ skuFontMedium: string;
1484
+ regular: string;
1485
+ demibold: string;
1486
+ bold: string;
1487
+ medium: string;
1488
+ fallbacks: string[];
1489
+ };
1490
+ fontStyles: {
1491
+ h1: {
1492
+ fontSize: string;
1493
+ lineHeight: string;
1494
+ fontFamily: string;
1495
+ };
1496
+ h2: {
1497
+ fontSize: string;
1498
+ lineHeight: string;
1499
+ fontFamily: string;
1500
+ };
1501
+ h3: {
1502
+ fontSize: string;
1503
+ lineHeight: string;
1504
+ fontFamily: string;
1505
+ };
1506
+ h4: {
1507
+ fontSize: string;
1508
+ lineHeight: string;
1509
+ fontFamily: string;
1510
+ };
1511
+ p: {
1512
+ large: {
1513
+ fontSize: string;
1514
+ lineHeight: string;
1515
+ fontFamily: string;
1516
+ };
1517
+ medium: {
1518
+ fontSize: string;
1519
+ lineHeight: string;
1520
+ fontFamily: string;
1521
+ };
1522
+ small: {
1523
+ fontSize: string;
1524
+ lineHeight: string;
1525
+ fontFamily: string;
1526
+ };
1527
+ };
1528
+ button: {
1529
+ huge: {
1530
+ fontSize: string;
1531
+ lineHeight: string;
1532
+ fontFamily: string;
1533
+ };
1534
+ large: {
1535
+ fontSize: string;
1536
+ lineHeight: string;
1537
+ fontFamily: string;
1538
+ };
1539
+ medium: {
1540
+ fontSize: string;
1541
+ lineHeight: string;
1542
+ fontFamily: string;
1543
+ };
1544
+ small: {
1545
+ fontSize: string;
1546
+ lineHeight: string;
1547
+ fontFamily: string;
1548
+ };
1549
+ tiny: {
1550
+ fontSize: string;
1551
+ lineHeight: string;
1552
+ fontFamily: string;
1553
+ };
1554
+ };
1555
+ label: {
1556
+ fontSize: string;
1557
+ lineHeight: string;
1558
+ fontFamily: string;
1559
+ };
1560
+ };
1561
+ space: {
1562
+ '0': string;
1563
+ '1': string;
1564
+ '2': string;
1565
+ '3': string;
1566
+ '4': string;
1567
+ '5': string;
1568
+ '6': string;
1569
+ '7': string;
1570
+ '8': string;
1571
+ '9': string;
1572
+ '10': string;
1573
+ };
1574
+ };
1575
+ declare function getColor(color?: string, def?: string): string;
1576
+ declare function getFontStyle(value?: string, def?: string): string;
1577
+ declare function getThemeColor(props: {
1578
+ [key: string]: any;
1579
+ }, color: string, fallbackColor?: string): string;
1580
+ declare function getThemeFontStyle(props: {
1581
+ [key: string]: any;
1582
+ }, value: string, fallbackValue?: string): string;
1583
+ declare function getThemeFontSize(props: {
1584
+ [key: string]: any;
1585
+ }, value: string, fallbackValue?: string): string;
1586
+ declare function getThemeFontFamily(props: {
1587
+ [key: string]: any;
1588
+ }, fallbackValue?: string): string;
1589
+ declare function getThemeProperty(props: {
1590
+ [key: string]: any;
1591
+ }, prop: string, value?: string, fallbackValue?: string): string;
1592
+ declare const Theme: ({ theme, globalStyles, additionalGlobalStyles, children }: React$1.PropsWithChildren<{
1593
+ theme?: object | undefined;
1594
+ globalStyles?: boolean | undefined;
1595
+ additionalGlobalStyles?: AdditionalStyles | undefined;
1596
+ }>) => JSX.Element;
1597
+
1598
+ declare type TextProp = {
1599
+ color?: keyof typeof colors;
1600
+ bold?: boolean;
1601
+ } & SharedStyleTypes;
1602
+ declare const Text: StyledComponent<"span", any, {
1603
+ color?: "transparent" | "primary1" | "secondary1" | "secondary2" | "secondary3" | "secondary4" | "teal" | "pink" | "yellow" | "green" | "navy" | "neutrals" | "errors" | "orders" | "notes" | "calls" | "meetings" | "left_nav" | "text" | "white" | "black" | "primary" | "cta" | "primary0" | "primary10" | "primary100" | "disabledButton" | "disabledButtonBorder" | "texttitle" | "textlabel" | "textbody" | "textplaceholder" | "bggray" | "bgblue" | "inputBorder" | "special1" | "special2" | "special3" | "primaryBg" | "special2Bg" | "error" | "primary2" | "primary20" | "primary200" | "tableHeaderBg" | "tableBorder" | "input" | "select" | undefined;
1604
+ bold?: boolean | undefined;
1605
+ } & SharedStyleTypes, never>;
1606
+ declare const Link: StyledComponent<React$1.FC<{
1607
+ highlight?: boolean | undefined;
1608
+ } & (({
1609
+ [x: string]: any;
1610
+ [x: number]: any;
1611
+ [x: symbol]: any;
1612
+ } & {
1613
+ theme?: any;
1614
+ } & ({} | {
1615
+ children?: React$1.ReactNode;
1616
+ })) & {
1617
+ as?: string | React$1.ComponentType<any> | undefined;
1618
+ forwardedAs?: string | React$1.ComponentType<any> | undefined;
1619
+ }) & SharedStyleTypes>, any, {}, never>;
1620
+ declare const Number: React$1.FC<{
1621
+ num: number;
1622
+ commas?: boolean;
1623
+ decimalPoints?: number;
1624
+ } & SharedStyleTypes>;
1625
+
1626
+ declare const Publisher: (props: React$1.PropsWithChildren<{}>) => JSX.Element;
1627
+ declare const FeedPost: (props: React$1.PropsWithChildren<{
1628
+ author: any;
1629
+ subject?: string;
1630
+ body: React$1.ReactNode;
1631
+ date: string;
1632
+ comments?: React$1.ReactNode[];
1633
+ } & SharedStyleTypes>) => JSX.Element;
1634
+
1635
+ declare type StateType = {
1636
+ hasError: boolean;
1637
+ };
1638
+ declare class ErrorBoundary extends Component<object, StateType> {
1639
+ constructor(props: StateType);
1640
+ componentDidCatch(error: Error | any, info: string | any): void;
1641
+ render(): React$1.ReactNode;
1642
+ }
1643
+
1644
+ declare const CustomDateInput: React$1.ForwardRefExoticComponent<{
1645
+ noMargin?: boolean | undefined;
1646
+ error?: boolean | undefined;
1647
+ } & {
1648
+ hasIcon?: boolean | undefined;
1649
+ } & SharedStyleTypes & React$1.InputHTMLAttributes<HTMLInputElement> & {
1650
+ isClearable?: boolean | undefined;
1651
+ } & React$1.RefAttributes<HTMLInputElement>>;
1652
+ declare type DatepickerPorps = Omit<ReactDatePickerProps, 'value'> & Omit<InputProps, 'value'> & {
1653
+ value?: Date | null;
1654
+ placeholder?: string;
1655
+ };
1656
+ declare const Datepicker: React$1.ForwardRefExoticComponent<Omit<ReactDatePickerProps, "value"> & Omit<InputProps, "value"> & {
1657
+ value?: Date | null | undefined;
1658
+ placeholder?: string | undefined;
1659
+ } & React$1.RefAttributes<BaseDatePicker>>;
1660
+
1661
+ declare const StyledDropdown: StyledComponent<"div", any, {}, never>;
1662
+ declare type DropdownContentProps = {
1663
+ primary?: boolean;
1664
+ underlined?: boolean;
1665
+ text?: string;
1666
+ };
1667
+ declare const DropdownItem: StyledComponent<"div", any, DropdownContentProps, never>;
1668
+ declare const DropDownContent: StyledComponent<"div", any, DropdownContentProps, never>;
1669
+ declare type TDropdownItem = {
1670
+ onClick?: Function | VoidFunction | null;
1671
+ props?: {
1672
+ [key: string]: any;
1673
+ underlined?: boolean;
1674
+ };
1675
+ content: ReactNode | string | any;
1676
+ };
1677
+ declare type DropdownProps = {
1678
+ items?: Array<TDropdownItem>;
1679
+ icon?: ReactNode;
1680
+ openMenu?: boolean;
1681
+ mouseLeaveCallback?: any;
1682
+ size?: TSize$1;
1683
+ style?: CSSObject;
1684
+ };
1685
+ declare const Dropdown: ({ items, children, underlined, primary, text, icon, openMenu, mouseLeaveCallback, size, style, ...props }: React$1.PropsWithChildren<DropdownProps & DropdownContentProps>) => JSX.Element;
1686
+
1687
+ declare const Badge: StyledComponent<"span", any, {
1688
+ color?: string | undefined;
1689
+ } & SharedStyleTypes, never>;
1690
+
1691
+ declare type BackdropTypes = {
1692
+ animationDuration?: number;
1693
+ };
1694
+ declare const Backdrop: StyledComponent<"div", any, BackdropTypes, never>;
1695
+
1696
+ declare type HeadlessTableProps = React$1.PropsWithChildren<{
1697
+ columns: any;
1698
+ data: object[];
1699
+ rowIdField: string;
1700
+ selectedRowId?: string | null;
1701
+ defaultSort?: {
1702
+ id: string;
1703
+ desc: boolean;
1704
+ };
1705
+ defaultPageSize?: number;
1706
+ defaultPageIndex?: number;
1707
+ defaultScrollOffset?: number;
1708
+ defaultHorizontalOffset?: number;
1709
+ scrollOffsetDivRef?: any;
1710
+ horizontalOffsetDivRef?: any;
1711
+ pageIndexDivRef?: any;
1712
+ onChangeSelected?: any;
1713
+ onChangeSortOrColumns?: any;
1714
+ sortDirectionDivRef?: any;
1715
+ currentColumnsDivRef?: any;
1716
+ minHeight?: any;
1717
+ pagination?: boolean;
1718
+ } & SharedStyleTypes>;
1719
+ declare function HeadlessTable({ columns, data, rowIdField, defaultSort, defaultPageSize, defaultPageIndex, defaultScrollOffset, defaultHorizontalOffset, pageIndexDivRef, onChangeSelected, onChangeSortOrColumns, scrollOffsetDivRef, horizontalOffsetDivRef, selectedRowId, sortDirectionDivRef, currentColumnsDivRef, minHeight, pagination }: HeadlessTableProps): JSX.Element;
1720
+
1721
+ declare const Sparkles: React$1.FC<{
1722
+ color: string;
1723
+ }>;
1724
+
1725
+ declare type DropdownContentProps$1 = {
1726
+ text?: string;
1727
+ color?: string;
1728
+ active?: boolean;
1729
+ rounded?: boolean;
1730
+ };
1731
+ declare const StatusDropdown: ({ items, text, value, row, setMenuIsOpen, disabled, ...props }: {
1732
+ items: {
1733
+ onClick?: any;
1734
+ props?: {
1735
+ [key: string]: any;
1736
+ } | undefined;
1737
+ content: ReactNode | string | any;
1738
+ value: string;
1739
+ color: string;
1740
+ }[];
1741
+ value: {
1742
+ onClick?: any;
1743
+ props?: {
1744
+ [key: string]: any;
1745
+ } | undefined;
1746
+ content: ReactNode | string | any;
1747
+ value: string;
1748
+ color: string;
1749
+ };
1750
+ row: any;
1751
+ setMenuIsOpen?: any;
1752
+ disabled?: boolean | undefined;
1753
+ } & DropdownContentProps$1) => JSX.Element;
1754
+
1755
+ declare type DropdownContentProps$2 = {
1756
+ text?: string;
1757
+ active?: boolean;
1758
+ rounded?: boolean;
1759
+ showCircles?: boolean;
1760
+ scrollContentHeight?: string;
1761
+ background?: string;
1762
+ };
1763
+ declare type StateDropdownItemProps = {
1764
+ onClick?: any;
1765
+ props?: {
1766
+ [key: string]: any;
1767
+ };
1768
+ content: ReactNode | string | any;
1769
+ value: string;
1770
+ order: number;
1771
+ };
1772
+ declare type StateDropdownProps = {
1773
+ items: Array<StateDropdownItemProps>;
1774
+ value: StateDropdownItemProps;
1775
+ row: any;
1776
+ showCircles?: boolean;
1777
+ maxCircles?: number;
1778
+ dataTip?: any;
1779
+ dataFor?: string;
1780
+ background?: string;
1781
+ } & DropdownContentProps$2;
1782
+ declare const StateDropdown: ({ items, text, value, row, showCircles, maxCircles, dataTip, dataFor, background, ...props }: StateDropdownProps) => JSX.Element;
1783
+
1784
+ declare type CollapseStyledProps = {
1785
+ duration?: number;
1786
+ height?: null | number;
1787
+ };
1788
+ declare type CollapseWrapperProps = CollapseStyledProps;
1789
+ declare type CollapsiblePanelTitleProps = {};
1790
+ declare type CollapsibleProps = CollapseWrapperProps & CollapsiblePanelTitleProps & {
1791
+ style?: React$1.CSSProperties;
1792
+ isOpen?: boolean;
1793
+ padded?: boolean;
1794
+ onEntering?: Function;
1795
+ onEntered?: Function;
1796
+ onExit?: Function;
1797
+ onExiting?: Function;
1798
+ onExited?: Function;
1799
+ };
1800
+ declare type CollapsiblePanelProps = React$1.PropsWithChildren<Omit<CollapsibleProps & {
1801
+ onClick?: null | ((i?: number | null) => void);
1802
+ }, "isOpen"> & {
1803
+ title?: string;
1804
+ isDefaultOpen?: boolean;
1805
+ components?: {
1806
+ [key in string]: any;
1807
+ };
1808
+ titleProps?: {
1809
+ [key in string]: any;
1810
+ };
1811
+ }>;
1812
+ declare type CollapsiblePanelsProps = {
1813
+ panels?: Array<CollapsiblePanelProps & {
1814
+ wrapperProps?: {
1815
+ [key in string]: any;
1816
+ };
1817
+ }>;
1818
+ spaceBetween?: boolean;
1819
+ onClickPanel?: null | ((i?: number | null) => void);
1820
+ };
1821
+ declare const CollapseStyled: StyledComponent<"div", any, CollapseStyledProps, never>;
1822
+ declare const CollapseWrapper: StyledComponent<"div", any, CollapseStyledProps, never>;
1823
+ declare const CollapsiblePanelTitle: StyledComponent<"div", any, {}, never>;
1824
+ declare function Collapsible({ onEntering, onEntered, onExit, onExiting, onExited, duration, isOpen, children, style, padded, ...props }: React$1.PropsWithChildren<CollapsibleProps>): JSX.Element;
1825
+ declare function CollapsiblePanel({ title, duration, isDefaultOpen, components, children, titleProps, ...props }: React$1.PropsWithChildren<CollapsiblePanelProps>): JSX.Element;
1826
+ declare function CollapsiblePanels({ panels, spaceBetween, onClickPanel }: CollapsiblePanelsProps): JSX.Element;
1827
+
1828
+ declare type ProgressBarValue = {
1829
+ value: number;
1830
+ text?: (v?: string | number | Object) => string | number;
1831
+ color?: string;
1832
+ textColor?: string;
1833
+ };
1834
+ declare type ProgressBarsProps = React$1.PropsWithChildren<{
1835
+ values: ProgressBarValue[];
1836
+ max: number;
1837
+ color?: string;
1838
+ error?: string;
1839
+ title?: string;
1840
+ } & SharedStyleTypes>;
1841
+ declare const MultiProgress: ({ labeled, error, values, max: maxVal, ...props }: {
1842
+ values: ProgressBarValue[];
1843
+ max: number;
1844
+ color?: string | undefined;
1845
+ error?: string | undefined;
1846
+ title?: string | undefined;
1847
+ } & SharedStyleTypes & {
1848
+ children?: React$1.ReactNode;
1849
+ } & {
1850
+ labeled?: boolean | undefined;
1851
+ style?: React$1.CSSProperties | undefined;
1852
+ }) => JSX.Element;
1853
+ declare const LabeledMultiProgress: ({ title, ...props }: ProgressBarsProps & {
1854
+ style?: React$1.CSSProperties;
1855
+ }) => JSX.Element;
1856
+ //# sourceMappingURL=MultiProgress.d.ts.map
1857
+
1858
+ declare type ThermometerProps = {
1859
+ style?: React$1.CSSProperties;
1860
+ title?: string;
1861
+ target: number;
1862
+ value1: number;
1863
+ value1Label?: string | ((v: number) => string);
1864
+ barColor?: string;
1865
+ labelTextColor?: string;
1866
+ isSecondary?: boolean;
1867
+ };
1868
+ declare function Thermometer({ title, target, value1, value1Label, barColor, labelTextColor, isSecondary, ...props }: ThermometerProps): JSX.Element;
1869
+
1870
+ declare const iconSize: {
1871
+ tiny: {
1872
+ width: number;
1873
+ height: number;
1874
+ viewBox: string;
1875
+ };
1876
+ small: {
1877
+ width: number;
1878
+ height: number;
1879
+ viewBox: string;
1880
+ };
1881
+ medium: {
1882
+ width: number;
1883
+ height: number;
1884
+ viewBox: string;
1885
+ };
1886
+ large: {
1887
+ width: number;
1888
+ height: number;
1889
+ viewBox: string;
1890
+ };
1891
+ huge: {
1892
+ width: number;
1893
+ height: number;
1894
+ viewBox: string;
1895
+ };
1896
+ default: {
1897
+ height: number;
1898
+ width: number;
1899
+ viewBox: string;
1900
+ };
1901
+ };
1902
+ declare type TIconSizeObj = typeof iconSize;
1903
+ declare type TIconSize = keyof typeof iconSize;
1904
+ declare type BaseSVGIconProps = {
1905
+ size?: TIconSize;
1906
+ width?: string | number;
1907
+ height?: string | number;
1908
+ altText?: string;
1909
+ pointer?: boolean;
1910
+ iconSizes?: TIconSizeObj;
1911
+ } & SharedStyleTypes;
1912
+ declare type SVGIconProps = React.SVGAttributes<SVGElement> & BaseSVGIconProps;
1913
+ declare const SVG: StyledComponent<"svg", any, {
1914
+ size?: "tiny" | "small" | "medium" | "large" | "huge" | "default" | undefined;
1915
+ width?: string | number | undefined;
1916
+ height?: string | number | undefined;
1917
+ altText?: string | undefined;
1918
+ pointer?: boolean | undefined;
1919
+ iconSizes?: {
1920
+ tiny: {
1921
+ width: number;
1922
+ height: number;
1923
+ viewBox: string;
1924
+ };
1925
+ small: {
1926
+ width: number;
1927
+ height: number;
1928
+ viewBox: string;
1929
+ };
1930
+ medium: {
1931
+ width: number;
1932
+ height: number;
1933
+ viewBox: string;
1934
+ };
1935
+ large: {
1936
+ width: number;
1937
+ height: number;
1938
+ viewBox: string;
1939
+ };
1940
+ huge: {
1941
+ width: number;
1942
+ height: number;
1943
+ viewBox: string;
1944
+ };
1945
+ default: {
1946
+ height: number;
1947
+ width: number;
1948
+ viewBox: string;
1949
+ };
1950
+ } | undefined;
1951
+ } & SharedStyleTypes, never>;
1952
+
1953
+ declare type LightIndicatorProps = {
1954
+ name: string;
1955
+ on?: boolean;
1956
+ large?: boolean;
1957
+ };
1958
+ declare function LightIndicator({ name, on, large, ...props }: LightIndicatorProps): JSX.Element;
1959
+
1960
+ declare type DefaultStarProps = React$1.PropsWithChildren<{
1961
+ initialSelected?: boolean;
1962
+ forceSelected?: boolean;
1963
+ hoverText?: any;
1964
+ noText?: boolean;
1965
+ width?: string | number;
1966
+ color?: string;
1967
+ }>;
1968
+ declare function DefaultStar({ initialSelected, forceSelected, hoverText, noText, children, width, color, ...props }: DefaultStarProps): JSX.Element;
1969
+
1970
+ declare type CancelButtonProps = {
1971
+ size?: TSize$1;
1972
+ style?: React$1.CSSProperties;
1973
+ variant?: ButtonVariant;
1974
+ } & SharedStyleTypes & SizerTypes;
1975
+ declare function CancelButton({ size, variant, style, ...Props }: CancelButtonProps): JSX.Element;
1976
+
1977
+ declare type TableIconProps = SVGIconProps;
1978
+ declare function TableIcon({ color, size, altText, ...props }: TableIconProps): JSX.Element;
1979
+
1980
+ declare const IconDoc: ({ ext, ...props }: {
1981
+ [key: string]: any;
1982
+ ext?: string | undefined;
1983
+ }) => JSX.Element;
1984
+
1985
+ declare type CouponIconProps = SVGIconProps;
1986
+ declare function CouponIcon({ color, size, altText, ...props }: CouponIconProps): JSX.Element;
1987
+
1988
+ declare type AwaitingProofIconProps = SVGIconProps;
1989
+ declare function AwaitingProofIcon({ color, size, altText, ...props }: AwaitingProofIconProps): JSX.Element;
1990
+
1991
+ declare type ProofReceivedIconProps = SVGIconProps;
1992
+ declare function ProofReceivedIcon({ color, size, altText, ...props }: ProofReceivedIconProps): JSX.Element;
1993
+
1994
+ declare type PendingApprovalIconProps = SVGIconProps;
1995
+ declare function PendingApprovalIcon({ color, size, altText, ...props }: PendingApprovalIconProps): JSX.Element;
1996
+
1997
+ declare type ChangeRequestedIconProps = SVGIconProps;
1998
+ declare function ChangeRequestedIcon({ color, size, altText, ...props }: ChangeRequestedIconProps): JSX.Element;
1999
+
2000
+ declare type ClientApprovedIconProps = SVGIconProps;
2001
+ declare function ClientApprovedIcon({ color, size, altText, ...props }: ClientApprovedIconProps): JSX.Element;
2002
+
2003
+ declare type ProofingCompleteIconProps = SVGIconProps;
2004
+ declare function ProofingCompleteIcon({ color, size, altText, ...props }: ProofingCompleteIconProps): JSX.Element;
2005
+
2006
+ declare function ChatIcon({ color, width, mr, mt, notifs }: React$1.PropsWithChildren<{
2007
+ color?: string;
2008
+ width?: string;
2009
+ mr?: number;
2010
+ mt?: number;
2011
+ notifs?: number;
2012
+ }>): JSX.Element;
2013
+
2014
+ declare type ColumnSelectIconProps = SVGIconProps;
2015
+ declare function ColumnSelectIcon({ color, size, altText, ...props }: ColumnSelectIconProps): JSX.Element;
2016
+
2017
+ declare type NavConnectIconProps = SVGIconProps & {
2018
+ filled?: boolean;
2019
+ };
2020
+ declare function NavConnectIcon({ color, size, filled, altText, ...props }: NavConnectIconProps): JSX.Element;
2021
+
2022
+ declare type NavSalesIconProps = SVGIconProps & {
2023
+ filled?: boolean;
2024
+ };
2025
+ declare function NavSalesIcon({ color, size, filled, altText, ...props }: NavSalesIconProps): JSX.Element;
2026
+
2027
+ declare type NavProdIconProps = SVGIconProps & {
2028
+ filled?: boolean;
2029
+ };
2030
+ declare function NavProdIcon({ color, size, filled, altText, ...props }: NavProdIconProps): JSX.Element;
2031
+
2032
+ declare type NavFinanceIconProps = SVGIconProps & {
2033
+ filled?: boolean;
2034
+ };
2035
+ declare function NavFinanceIcon({ color, size, filled, altText, ...props }: NavFinanceIconProps): JSX.Element;
2036
+
2037
+ declare type NavResourcesIconProps = SVGIconProps & {
2038
+ filled?: boolean;
2039
+ };
2040
+ declare function NavResourcesIcon({ color, size, filled, altText, ...props }: NavResourcesIconProps): JSX.Element;
2041
+
2042
+ declare type NavManagementIconProps = SVGIconProps & {
2043
+ filled?: boolean;
2044
+ };
2045
+ declare function NavManagementIcon({ color, size, filled, altText, ...props }: NavManagementIconProps): JSX.Element;
2046
+
2047
+ declare type TrashIconProps = SVGIconProps & {
2048
+ filled?: boolean;
2049
+ pinned?: boolean;
2050
+ };
2051
+ declare function TrashIcon({ color, size, filled, pinned, altText, ...props }: TrashIconProps): JSX.Element;
2052
+
2053
+ declare type PinIconProps = SVGIconProps & {
2054
+ filled?: boolean;
2055
+ pinned?: boolean;
2056
+ unpin?: boolean;
2057
+ };
2058
+ declare function PinIcon({ color, size, filled, unpin, pinned, altText, ...props }: PinIconProps): JSX.Element;
2059
+
2060
+ declare type TaskIconProps = SVGIconProps;
2061
+ declare function TaskIcon({ color, size, altText, ...props }: TaskIconProps): JSX.Element;
2062
+
2063
+ declare type AddTaskIconProps = SVGIconProps;
2064
+ declare function AddTaskIcon({ color, size, altText, ...props }: AddTaskIconProps): JSX.Element;
2065
+
2066
+ declare type NoteIconProps = SVGIconProps;
2067
+ declare function NoteIcon({ color, size, altText, ...props }: NoteIconProps): JSX.Element;
2068
+
2069
+ declare type AddNoteIconProps = SVGIconProps;
2070
+ declare function AddNoteIcon({ color, size, altText, ...props }: AddNoteIconProps): JSX.Element;
2071
+
2072
+ declare type LockIconProps = SVGIconProps & {
2073
+ locked?: boolean;
2074
+ };
2075
+ declare function LockIcon({ color, size, locked, altText, ...props }: LockIconProps): JSX.Element;
2076
+
2077
+ declare type InfoIconProps = SVGIconProps & {
2078
+ filled?: boolean;
2079
+ pinned?: boolean;
2080
+ };
2081
+ declare function InfoIcon({ color, size, filled, pinned, altText, ...props }: InfoIconProps): JSX.Element;
2082
+
2083
+ declare type DownloadIconProps = SVGIconProps;
2084
+ declare function DownloadIcon({ color, size, altText, ...props }: DownloadIconProps): JSX.Element;
2085
+
2086
+ declare type MarketingStatusIconProps = SVGIconProps & {
2087
+ approved?: boolean;
2088
+ };
2089
+ declare function MarketingStatusIcon({ color, size, approved, altText, ...props }: MarketingStatusIconProps): JSX.Element;
2090
+
2091
+ declare type GearIconProps = SVGIconProps & {
2092
+ filled?: boolean;
2093
+ };
2094
+ declare function GearIcon({ color, filled, size, altText, ...props }: GearIconProps): JSX.Element;
2095
+
2096
+ declare type CircleProgressIconProps = SVGIconProps & {
2097
+ sqSize?: number;
2098
+ strokeWidth?: number;
2099
+ percentage?: number;
2100
+ strokeColor?: string;
2101
+ textColor?: string;
2102
+ text?: string;
2103
+ viewBox?: string;
2104
+ textStyle?: React$1.CSSProperties;
2105
+ };
2106
+ declare function CircleProgressIcon({ sqSize, strokeWidth, percentage, strokeColor, textColor, text, textStyle, color, size, altText, ...props }: CircleProgressIconProps): JSX.Element;
2107
+
2108
+ declare function Loading({ height, width, animationDuration, barWidth, barRadius, colorful, bars, viewBox, rotate, startColor, endColor, ...props }: {
2109
+ height?: number;
2110
+ width?: number;
2111
+ animationDuration?: number;
2112
+ barWidth?: number;
2113
+ barRadius?: number;
2114
+ colorful?: boolean;
2115
+ bars?: number;
2116
+ viewBox?: string;
2117
+ startColor?: string;
2118
+ endColor?: string;
2119
+ rotate?: boolean;
2120
+ } & SharedStyleTypes): JSX.Element;
2121
+ //# sourceMappingURL=Loading.d.ts.map
2122
+
2123
+ declare type SalesArrowIconDirection = 'up' | 'down';
2124
+ declare type SalesArrowIconProps = SVGIconProps & {
2125
+ direction?: SalesArrowIconDirection;
2126
+ };
2127
+ declare function SalesArrowIcon({ color, size, direction, altText, ...props }: SalesArrowIconProps): JSX.Element;
2128
+
2129
+ declare type AlertIconProps = SVGIconProps & {
2130
+ filled?: boolean;
2131
+ };
2132
+ declare function AlertIcon({ color, size, filled, altText, ...props }: AlertIconProps): JSX.Element;
2133
+
2134
+ declare type AddIconProps = SVGIconProps;
2135
+ declare function AddIcon({ color, size, altText, ...props }: AddIconProps): JSX.Element;
2136
+
2137
+ declare type BulletIconProps = SVGIconProps;
2138
+ declare function BulletIcon({ color, size, ...props }: BulletIconProps): JSX.Element;
2139
+
2140
+ declare type UsersIconProps = SVGIconProps;
2141
+ declare function UsersIcon({ color, size, altText, ...props }: UsersIconProps): JSX.Element;
2142
+
2143
+ declare type ReceiptLongIconProps = SVGIconProps;
2144
+ declare function ReceiptLongIcon({ color, size, altText, ...props }: ReceiptLongIconProps): JSX.Element;
2145
+
2146
+ declare type FolderIconProps = SVGIconProps;
2147
+ declare function FolderIcon({ color, size, ...props }: FolderIconProps): JSX.Element;
2148
+
2149
+ declare type CalendarIconProps = SVGIconProps;
2150
+ declare function CalendarIcon({ color, size, altText, ...props }: CalendarIconProps): JSX.Element;
2151
+
2152
+ declare type PromostandardsIconProps = SVGIconProps;
2153
+ declare function PromostandardsIcon({ size, altText, ...props }: PromostandardsIconProps): JSX.Element;
2154
+
2155
+ declare type XIconProps = SVGIconProps;
2156
+ declare function XIcon({ color, size, altText, ...props }: XIconProps): JSX.Element;
2157
+
2158
+ declare type IconVariants = 'primary' | 'cta';
2159
+ declare type OpportunityCircleIconProps = SVGIconProps & {
2160
+ variant?: IconVariants;
2161
+ selected?: boolean;
2162
+ };
2163
+ declare function OpportunityCircleIcon({ variant, selected, size, altText, style, ...props }: OpportunityCircleIconProps): JSX.Element;
2164
+
2165
+ declare type IconVariants$1 = 'primary' | 'cta';
2166
+ declare type PresentationCircleIconProps = SVGIconProps & {
2167
+ variant?: IconVariants$1;
2168
+ selected?: boolean;
2169
+ };
2170
+ declare function PresentationCircleIcon({ variant, selected, size, altText, style, ...props }: PresentationCircleIconProps): JSX.Element;
2171
+
2172
+ declare type IconVariants$2 = 'primary' | 'cta';
2173
+ declare type EstimateCircleIconProps = SVGIconProps & {
2174
+ variant?: IconVariants$2;
2175
+ selected?: boolean;
2176
+ };
2177
+ declare function EstimateCircleIcon({ variant, selected, size, altText, style, ...props }: EstimateCircleIconProps): JSX.Element;
2178
+
2179
+ declare type IconVariants$3 = 'primary' | 'cta';
2180
+ declare type SalesOrderCircleIconProps = SVGIconProps & {
2181
+ variant?: IconVariants$3;
2182
+ selected?: boolean;
2183
+ };
2184
+ declare function SalesOrderCircleIcon({ variant, selected, size, altText, style, ...props }: SalesOrderCircleIconProps): JSX.Element;
2185
+
2186
+ declare type DollarIconProps = SVGIconProps;
2187
+ declare function DollarIcon({ color, size, altText, ...props }: DollarIconProps): JSX.Element;
2188
+
2189
+ declare type BotIconProps = SVGIconProps;
2190
+ declare function BotIcon({ color, size, altText, ...props }: BotIconProps): JSX.Element;
2191
+
2192
+ declare type GalleryIconProps = SVGIconProps;
2193
+ declare function GalleryIcon({ color, size, altText, ...props }: GalleryIconProps): JSX.Element;
2194
+
2195
+ declare type ListIconProps = SVGIconProps;
2196
+ declare function ListIcon({ color, size, altText, ...props }: ListIconProps): JSX.Element;
2197
+
2198
+ declare type TilesIconProps = SVGIconProps & {
2199
+ filled?: boolean;
2200
+ };
2201
+ declare function TilesIcon({ color, size, filled, altText, ...props }: TilesIconProps): JSX.Element;
2202
+
2203
+ declare type UserIconProps = SVGIconProps;
2204
+ declare function UserIcon({ color, size, altText, ...props }: UserIconProps): JSX.Element;
2205
+
2206
+ declare type ArrowIconDirection = 'up' | 'right' | 'down' | 'left';
2207
+ declare type ArrowIconProps = SVGIconProps & {
2208
+ direction?: ArrowIconDirection;
2209
+ };
2210
+ declare function ArrowIcon({ color, direction, altText, size, ...props }: ArrowIconProps): JSX.Element;
2211
+
2212
+ declare type ChevronIconDirection = 'up' | 'right' | 'down' | 'left' | 'updown' | 'leftright';
2213
+ declare type ChevronIconProps = SVGIconProps & {
2214
+ direction?: ChevronIconDirection;
2215
+ };
2216
+ declare function ChevronIcon({ color, direction, altText, size, ...props }: ChevronIconProps): JSX.Element;
2217
+
2218
+ declare type FilledChevronIconDirection = 'up' | 'right' | 'down' | 'left' | 'updown' | 'leftright';
2219
+ declare type FilledChevronIconProps = SVGIconProps & {
2220
+ direction?: FilledChevronIconDirection;
2221
+ };
2222
+ declare function FilledChevronIcon({ color, direction, altText, size, ...props }: FilledChevronIconProps): JSX.Element;
2223
+
2224
+ declare type CheckmarkIconProps = SVGIconProps;
2225
+ declare function CheckmarkIcon({ color, size, altText, ...props }: CheckmarkIconProps): JSX.Element;
2226
+
2227
+ declare type AddIconProps$1 = SVGIconProps;
2228
+ declare function AddIcon$1({ color, size, altText, ...props }: AddIconProps$1): JSX.Element;
2229
+
2230
+ declare type SubtractIconProps = SVGIconProps;
2231
+ declare function SubtractIcon({ color, size, altText, ...props }: SubtractIconProps): JSX.Element;
2232
+
2233
+ declare type SearchIconProps = SVGIconProps;
2234
+ declare function SearchIcon({ color, size, altText, ...props }: SearchIconProps): JSX.Element;
2235
+
2236
+ declare type ClockIconProps = SVGIconProps;
2237
+ declare function ClockIcon({ color, size, ...props }: ClockIconProps): JSX.Element;
2238
+
2239
+ declare type ClipboardIconProps = SVGIconProps;
2240
+ declare function ClipboardIcon({ color, size, ...props }: ClipboardIconProps): JSX.Element;
2241
+
2242
+ declare type RadioIconProps = SVGIconProps & {
2243
+ selected?: boolean;
2244
+ };
2245
+ declare function RadioIcon({ color, size, selected, altText, ...props }: RadioIconProps): JSX.Element;
2246
+
2247
+ declare type EditIconProps = SVGIconProps & {
2248
+ filled?: boolean;
2249
+ };
2250
+ declare function EditIcon({ color, size, filled, altText, ...props }: EditIconProps): JSX.Element;
2251
+
2252
+ declare type GridIconProps = SVGIconProps;
2253
+ declare function GridIcon({ color, size, altText, ...props }: GridIconProps): JSX.Element;
2254
+
2255
+ declare type TemplateIconProps = SVGIconProps & {
2256
+ filled?: boolean;
2257
+ };
2258
+ declare function TemplateIcon({ color, size, filled, altText, ...props }: TemplateIconProps): JSX.Element;
2259
+
2260
+ declare type PercentIconProps = SVGIconProps;
2261
+ declare function PercentIcon({ color, size, altText, ...props }: PercentIconProps): JSX.Element;
2262
+
2263
+ declare type TargetIconProps = SVGIconProps;
2264
+ declare function TargetIcon({ color, size, altText, ...props }: TargetIconProps): JSX.Element;
2265
+
2266
+ declare type IntegrationsIconProps = SVGIconProps & {
2267
+ filled?: boolean;
2268
+ };
2269
+ declare function IntegrationsIcon({ color, size, filled, altText, ...props }: IntegrationsIconProps): JSX.Element;
2270
+
2271
+ declare type MailIconProps = SVGIconProps & {
2272
+ filled?: boolean;
2273
+ };
2274
+ declare function MailIcon({ color, size, filled, altText, ...props }: MailIconProps): JSX.Element;
2275
+
2276
+ declare type EpsIconProps = SVGIconProps;
2277
+ declare function EpsIcon({ color, size, altText, ...props }: EpsIconProps): JSX.Element;
2278
+
2279
+ declare type StarIconProps = SVGIconProps & {
2280
+ hover?: boolean;
2281
+ filled?: boolean;
2282
+ };
2283
+ declare function StarIcon({ color, size, hover, filled, altText, ...props }: StarIconProps): JSX.Element;
2284
+
2285
+ declare type EyeIconProps = SVGIconProps & {
2286
+ hide?: boolean;
2287
+ };
2288
+ declare function EyeIcon({ color, size, hide, altText, ...props }: EyeIconProps): JSX.Element;
2289
+
2290
+ declare type MenuIconProps = SVGIconProps;
2291
+ declare function MenuIcon({ color, size, altText, ...props }: MenuIconProps): JSX.Element;
2292
+
2293
+ 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";
2294
+ //# sourceMappingURL=datepickerStyles.d.ts.map
2295
+
2296
+ declare type CalendarDayBodyProps = React$1.PropsWithChildren<{
2297
+ day: Date;
2298
+ selectedDate: Date;
2299
+ onClick: React$1.MouseEventHandler<HTMLDivElement>;
2300
+ weekend?: boolean;
2301
+ }>;
2302
+ declare const CalendarDayBody: ({ day, selectedDate, onClick, children, weekend, ...props }: CalendarDayBodyProps) => JSX.Element;
2303
+ //# sourceMappingURL=CalendarDayBody.d.ts.map
2304
+
2305
+ declare type CalendarDaysBodyProps = {
2306
+ days: Array<{
2307
+ __id__: string;
2308
+ day: Date;
2309
+ }>;
2310
+ currentMonth: Date;
2311
+ selectedDate: Date;
2312
+ onClickDay?: (day: Date) => any;
2313
+ dayBodyProps?: CSSObject | {
2314
+ [key: string]: any;
2315
+ };
2316
+ weekend?: boolean;
2317
+ components?: {
2318
+ DayBody?: (props: React$1.PropsWithChildren<{
2319
+ day: Date;
2320
+ selectedDate: Date;
2321
+ onClick: React$1.MouseEventHandler;
2322
+ [key: string]: any;
2323
+ }>) => React$1.ReactElement;
2324
+ };
2325
+ };
2326
+ declare const CalendarDaysBody: ({ days, currentMonth, selectedDate, onClickDay, components, dayBodyProps, weekend, ...props }: CalendarDaysBodyProps) => JSX.Element;
2327
+ //# sourceMappingURL=CalendarDaysBody.d.ts.map
2328
+
2329
+ declare const CalendarDaysHeader: ({ currentMonth, selectedDate, weekend }: {
2330
+ [key: string]: any;
2331
+ currentMonth: Date;
2332
+ selectedDate: Date;
2333
+ weekend: boolean;
2334
+ }) => JSX.Element;
2335
+ //# sourceMappingURL=CalendarDaysHeader.d.ts.map
2336
+
2337
+ declare const CalendarWrapper: StyledComponent<"div", any, {}, never>;
2338
+ //# sourceMappingURL=CalendarWrapper.d.ts.map
2339
+
2340
+ declare const DaysBodyWrapper: StyledComponent<"div", any, {}, never>;
2341
+ //# sourceMappingURL=DaysBodyWrapper.d.ts.map
2342
+
2343
+ declare const DaysHeaderWrapper: StyledComponent<"div", any, {
2344
+ justify?: string | undefined;
2345
+ wrap?: string | undefined;
2346
+ align?: string | undefined;
2347
+ padded?: boolean | undefined;
2348
+ start?: boolean | undefined;
2349
+ end?: boolean | undefined;
2350
+ middle?: boolean | undefined;
2351
+ } & SharedStyleTypes, never>;
2352
+ //# sourceMappingURL=DaysHeaderWrapper.d.ts.map
2353
+
2354
+ declare const DefaultCalendarFooter: ({ currentWeek }: {
2355
+ currentWeek: number;
2356
+ }) => JSX.Element;
2357
+ //# sourceMappingURL=DefaultCalendarFooter.d.ts.map
2358
+
2359
+ declare const DefaultCalendarHeader: ({ onPrevWeek, onNextWeek, currentMonth, }: {
2360
+ onPrevWeek: React$1.MouseEventHandler;
2361
+ onNextWeek: React$1.MouseEventHandler;
2362
+ currentMonth: Date;
2363
+ }) => JSX.Element;
2364
+ //# sourceMappingURL=DefaultCalendarHeader.d.ts.map
2365
+
2366
+ declare const HeaderWrapper: StyledComponent<"div", any, {
2367
+ justify?: string | undefined;
2368
+ wrap?: string | undefined;
2369
+ align?: string | undefined;
2370
+ padded?: boolean | undefined;
2371
+ start?: boolean | undefined;
2372
+ end?: boolean | undefined;
2373
+ middle?: boolean | undefined;
2374
+ } & SharedStyleTypes, never>;
2375
+ //# sourceMappingURL=HeaderWrapper.d.ts.map
2376
+
2377
+ declare const StyledDayBody: StyledComponent<"div", any, SizerTypes & SharedStyleTypes & {
2378
+ selected?: boolean | undefined;
2379
+ today?: boolean | undefined;
2380
+ row?: boolean | undefined;
2381
+ disabled?: boolean | undefined;
2382
+ }, never>;
2383
+ //# sourceMappingURL=StyledDayBody.d.ts.map
2384
+
2385
+ declare const StyledDayText: StyledComponent<"span", any, {
2386
+ color?: "input" | "select" | "text" | "transparent" | "primary1" | "secondary1" | "secondary2" | "secondary3" | "secondary4" | "teal" | "pink" | "yellow" | "green" | "navy" | "neutrals" | "errors" | "orders" | "notes" | "calls" | "meetings" | "left_nav" | "white" | "black" | "primary" | "cta" | "primary0" | "primary10" | "primary100" | "disabledButton" | "disabledButtonBorder" | "texttitle" | "textlabel" | "textbody" | "textplaceholder" | "bggray" | "bgblue" | "inputBorder" | "special1" | "special2" | "special3" | "primaryBg" | "special2Bg" | "error" | "primary2" | "primary20" | "primary200" | "tableHeaderBg" | "tableBorder" | undefined;
2387
+ bold?: boolean | undefined;
2388
+ } & SharedStyleTypes & {
2389
+ selected?: boolean | undefined;
2390
+ }, never>;
2391
+ //# sourceMappingURL=StyledDayText.d.ts.map
2392
+
2393
+ declare const TasksCalendarDayBody: ({ day, tasks }: {
2394
+ [key: string]: any;
2395
+ day: Date;
2396
+ selectedDate: Date;
2397
+ }) => JSX.Element;
2398
+
2399
+ declare type ACTIONS = 'TOGGLE_CHECKBOX' | 'DROP';
2400
+ declare type onUpdateTaskFunc = (newData: CalendarTaskProps, otherData: {
2401
+ index: number;
2402
+ action: ACTIONS;
2403
+ oldTask: CalendarTaskProps;
2404
+ sourceType?: string;
2405
+ updatedFields?: string[];
2406
+ day__id?: string;
2407
+ task__id?: string;
2408
+ }) => void | any;
2409
+ declare type onClickTaskFunc = (task: CalendarTaskProps) => void | any;
2410
+ declare type TCalendarView = {
2411
+ type: string;
2412
+ title: string;
2413
+ selected: boolean;
2414
+ Icon?: TButtonIcon;
2415
+ };
2416
+ declare type onClickViewFunc = (viewType: string, view?: TCalendarView) => void;
2417
+
2418
+ declare type onChangeWeekFunc = (obj: {
2419
+ date: Date;
2420
+ week: number;
2421
+ month: number;
2422
+ year: number;
2423
+ action: string;
2424
+ }) => void;
2425
+ declare type onChangeMonthFunc = (obj: {
2426
+ date: Date;
2427
+ month: number;
2428
+ year: number;
2429
+ action: string;
2430
+ }) => void;
2431
+ declare type changeWeekFunc = (action: string, value?: Date | undefined) => void;
2432
+ declare type changeDateFunc = (value: Date) => void;
2433
+ declare type useCalendarProps = {
2434
+ onChangeWeek?: onChangeWeekFunc;
2435
+ onChangeMonth?: onChangeMonthFunc;
2436
+ };
2437
+
2438
+ declare type TasksCalendarHeaderProps = {
2439
+ onNextWeek: VoidFunction;
2440
+ onPrevWeek: VoidFunction;
2441
+ changeDate: changeDateFunc;
2442
+ changeWeek: changeWeekFunc;
2443
+ onNextMonth: VoidFunction;
2444
+ onPrevMonth: VoidFunction;
2445
+ onResetDate: VoidFunction;
2446
+ currentMonth: Date;
2447
+ currentWeek: number;
2448
+ selectedDate: Date;
2449
+ weekendsCheckbox: ReactNode;
2450
+ showAddTaskBtn?: boolean;
2451
+ onClickAddTask?: VoidFunction;
2452
+ tabs?: TTab[];
2453
+ views?: TCalendarView[];
2454
+ onClickView?: onClickViewFunc;
2455
+ };
2456
+ declare const TasksCalendarHeader: ({ onPrevWeek, onNextWeek, currentMonth, currentWeek, changeDate, onResetDate, selectedDate, tabs, views, weekendsCheckbox, showAddTaskBtn, onClickAddTask, onClickView, }: React$1.PropsWithChildren<TasksCalendarHeaderProps>) => JSX.Element;
2457
+
2458
+ declare type TasksCalendarFooterProps = {
2459
+ onNextWeek: VoidFunction;
2460
+ onPrevWeek: VoidFunction;
2461
+ onNextMonth: VoidFunction;
2462
+ onPrevMonth: VoidFunction;
2463
+ currentMonth: Date;
2464
+ currentWeek: number;
2465
+ selectedDate: Date;
2466
+ [key: string]: any;
2467
+ };
2468
+ declare const TasksCalendarFooter: ({ currentWeek, tasks, }: React$1.PropsWithChildren<TasksCalendarFooterProps>) => JSX.Element;
2469
+
2470
+ declare type CalendarHeaderComponentProps = {
2471
+ onNextWeek: VoidFunction;
2472
+ onPrevWeek: VoidFunction;
2473
+ onNextMonth: VoidFunction;
2474
+ onPrevMonth: VoidFunction;
2475
+ currentMonth: Date;
2476
+ currentWeek: number;
2477
+ selectedDate: Date;
2478
+ [key: string]: any;
2479
+ };
2480
+ declare type CalendarProps = {
2481
+ components?: {
2482
+ Header?: (props: React$1.PropsWithChildren<CalendarHeaderComponentProps>) => React$1.ReactElement;
2483
+ Footer?: (props: React$1.PropsWithChildren<CalendarHeaderComponentProps>) => React$1.ReactElement;
2484
+ DayBody?: (props: React$1.PropsWithChildren<{
2485
+ [key: string]: any;
2486
+ }>) => React$1.ReactElement;
2487
+ };
2488
+ showHeader?: boolean;
2489
+ showFooter?: boolean;
2490
+ extraProps?: {
2491
+ dayBody?: CSSObject | {
2492
+ [key: string]: any;
2493
+ };
2494
+ header?: CSSObject | {
2495
+ [key: string]: any;
2496
+ };
2497
+ footer?: CSSObject | {
2498
+ [key: string]: any;
2499
+ };
2500
+ };
2501
+ };
2502
+ declare const Calendar: ({ components, extraProps, ...props }: CalendarProps) => JSX.Element;
2503
+
2504
+ declare type TasksCalendarProps = CalendarProps & {
2505
+ tasks: Array<CalendarTaskProps>;
2506
+ headerTabs?: Array<TTab>;
2507
+ footerTasks?: Array<CalendarTaskProps>;
2508
+ components?: {
2509
+ Header?: (props: React$1.PropsWithChildren<{
2510
+ [key: string]: any;
2511
+ }>) => React$1.ReactElement;
2512
+ Footer?: (props: React$1.PropsWithChildren<{
2513
+ [key: string]: any;
2514
+ }>) => React$1.ReactElement;
2515
+ };
2516
+ };
2517
+ declare const TasksCalendar: ({ tasks, headerTabs, footerTasks, components, ...props }: TasksCalendarProps) => JSX.Element;
2518
+
2519
+ declare type DraggableTasksCalendarProps = CalendarProps & {
2520
+ tasks: Array<CalendarTaskProps>;
2521
+ onUpdateTask: onUpdateTaskFunc;
2522
+ onClickTask?: onClickTaskFunc;
2523
+ headerTabs?: Array<TTab>;
2524
+ footerTasks?: Array<CalendarTaskProps>;
2525
+ weekend?: boolean;
2526
+ components?: {
2527
+ Header?: (props: React$1.PropsWithChildren<{
2528
+ [key: string]: any;
2529
+ }>) => React$1.ReactElement;
2530
+ Footer?: (props: React$1.PropsWithChildren<{
2531
+ [key: string]: any;
2532
+ }>) => React$1.ReactElement;
2533
+ };
2534
+ onToggleWeekend?: (weekend: boolean) => void;
2535
+ showAddTaskBtn?: boolean;
2536
+ onClickAddTask?: VoidFunction;
2537
+ loading?: boolean;
2538
+ views?: Array<TCalendarView>;
2539
+ onClickView?: onClickViewFunc;
2540
+ showFooterTasks?: boolean;
2541
+ } & useCalendarProps;
2542
+ declare const DraggableTasksCalendar: ({ views, tasks, onUpdateTask, onClickTask, headerTabs, footerTasks, components, weekend, onChangeWeek, onChangeMonth, onToggleWeekend, showAddTaskBtn, onClickAddTask, onClickView, loading, showFooterTasks, ...props }: DraggableTasksCalendarProps) => JSX.Element;
2543
+
2544
+ declare const SimpleWindowedTableStyles: StyledComponent<"div", any, {
2545
+ bordered?: string | boolean | undefined;
2546
+ rowClickable?: boolean | undefined;
2547
+ hoverRowBg?: string | boolean | undefined;
2548
+ selectedRowIndex?: number | undefined;
2549
+ selectedRowStyle?: boolean | CSSObject | undefined;
2550
+ }, never>;
2551
+ declare type SimpleWindowedTableProps = {
2552
+ columns: Column<object>[];
2553
+ data: object[];
2554
+ itemSize?: number;
2555
+ height?: number;
2556
+ minWidth?: number;
2557
+ maxWidth?: number;
2558
+ defaultSort?: SortingRule<string>;
2559
+ onClickRow?: (row?: object, index?: number) => void;
2560
+ onScroll?: ((props: ListOnScrollProps) => any);
2561
+ onUpdateData?: (...args: any) => void;
2562
+ useTableProps?: object;
2563
+ tableHeaderProps?: {
2564
+ className?: string;
2565
+ style?: React$1.CSSProperties;
2566
+ };
2567
+ tableFooterProps?: {
2568
+ className?: string;
2569
+ style?: React$1.CSSProperties;
2570
+ };
2571
+ TableFooter?: React$1.ReactNode;
2572
+ className?: string;
2573
+ hideFooter?: boolean;
2574
+ NoRowsFound?: (props: React$1.PropsWithChildren<{
2575
+ [key: string]: any;
2576
+ }>) => React$1.ReactElement;
2577
+ };
2578
+ declare function SimpleWindowedTable({ columns, data, itemSize, height, minWidth, maxWidth, defaultSort, onClickRow, onScroll, onUpdateData, useTableProps, tableHeaderProps, tableFooterProps, hideFooter, className, NoRowsFound, }: SimpleWindowedTableProps): JSX.Element;
2579
+
2580
+ export { AddIcon$1 as AddIcon, AddNoteIcon, AddTaskIcon, AlertIcon, 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, CheckmarkIcon, ChevronIcon, CircleProgressIcon, ClientApprovedIcon, ClipboardIcon, ClockIcon, Col, ColPropTypes, CollapseStyled, CollapseStyledProps, CollapseWrapper, CollapseWrapperProps, Collapsible, CollapsiblePanel, CollapsiblePanelProps, CollapsiblePanelTitle, CollapsiblePanelTitleProps, CollapsiblePanels, CollapsiblePanelsProps, CollapsibleProps, ColumnSelectIcon, AddIcon as CompletedCheckmarkIcon, CouponIcon, SKUCreatableSelect as CreatableSelect, CustomDateInput, Datepicker, DatepickerPorps, DaysBodyWrapper, DaysHeaderWrapper, DefaultCalendarFooter, DefaultCalendarHeader, DefaultStar, DollarIcon, Dot, DownloadIcon, DraggableTasksCalendar, DropArea, DropAreaProps, DropDownContent, Dropdown, DropdownItem, DropdownProps, DropzoneTypes, Dropzoned, DropzonedPreviews, EditIcon, 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, IntegrationsIcon, Label, LabeledAsyncSelect, LabeledCheckbox, LabeledCheckboxProps, LabeledCreatableSelect, LabeledIconInput, LabeledInput, LabeledMultiProgress, LabeledProgress, LabeledRadio, LabeledRadioGroup, LabeledSelect, LabeledTextarea, LightIndicator, Link, ListIcon, Loading, LockIcon, MailIcon, MarketingStatusIcon, MenuIcon, MultiProgress, NavConnectIcon, NavFinanceIcon, NavManagementIcon, NavProdIcon, NavResourcesIcon, NavSalesIcon, NoteIcon, Number, OpportunityCircleIcon, Overlay, Padding, Page, PanelContact, PanelTileContact, PendingApprovalIcon, PercentIcon, PinIcon, Popup, PopupHeader, PopupProps, PresentationCircleIcon, Product, Progress, PromostandardsIcon, ProofReceivedIcon, ProofingCompleteIcon, Publisher, Radio, RadioIcon, RadioLabel, 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, Wrapper, XIcon, colors, datepickerStyles, fontFamilies, fontStyles, fonts, getColor, getFontStyle, getThemeColor, getThemeFontFamily, getThemeFontSize, getThemeFontStyle, getThemeProperty, sizes, themeOptions };