@commonsku/styles 1.14.7 → 1.15.1

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 (66) hide show
  1. package/dist/index.d.ts +350 -125
  2. package/dist/index.es.js +907 -316
  3. package/dist/index.es.js.map +1 -1
  4. package/dist/index.js +921 -314
  5. package/dist/index.js.map +1 -1
  6. package/dist/styles/Button.d.ts +18 -3
  7. package/dist/styles/Button.d.ts.map +1 -1
  8. package/dist/styles/CollapsibleV2.d.ts +34 -0
  9. package/dist/styles/CollapsibleV2.d.ts.map +1 -0
  10. package/dist/styles/ConfirmPopup.d.ts +10 -0
  11. package/dist/styles/ConfirmPopup.d.ts.map +1 -0
  12. package/dist/styles/Csku.d.ts +58 -0
  13. package/dist/styles/Csku.d.ts.map +1 -0
  14. package/dist/styles/Dropdown.d.ts +12 -2
  15. package/dist/styles/Dropdown.d.ts.map +1 -1
  16. package/dist/styles/FlexboxGrid.d.ts +0 -1
  17. package/dist/styles/FlexboxGrid.d.ts.map +1 -1
  18. package/dist/styles/Grid.d.ts +17 -0
  19. package/dist/styles/Grid.d.ts.map +1 -0
  20. package/dist/styles/GridTable.d.ts +55 -0
  21. package/dist/styles/GridTable.d.ts.map +1 -0
  22. package/dist/styles/IconShowcase.d.ts.map +1 -1
  23. package/dist/styles/Input.d.ts +16 -8
  24. package/dist/styles/Input.d.ts.map +1 -1
  25. package/dist/styles/InputStepper.d.ts +2 -2
  26. package/dist/styles/InputStepper.d.ts.map +1 -1
  27. package/dist/styles/LightIndicator.d.ts +3 -2
  28. package/dist/styles/LightIndicator.d.ts.map +1 -1
  29. package/dist/styles/MultiProgress.d.ts +1 -1
  30. package/dist/styles/Popup.d.ts +11 -2
  31. package/dist/styles/Popup.d.ts.map +1 -1
  32. package/dist/styles/Tabs.d.ts +1 -0
  33. package/dist/styles/Tabs.d.ts.map +1 -1
  34. package/dist/styles/Text.d.ts +3 -5
  35. package/dist/styles/Text.d.ts.map +1 -1
  36. package/dist/styles/Theme.d.ts +16 -0
  37. package/dist/styles/Theme.d.ts.map +1 -1
  38. package/dist/styles/hooks/useCalendar.d.ts +1 -1
  39. package/dist/styles/hooks/useCalendar.d.ts.map +1 -1
  40. package/dist/styles/hooks/useRandomInterval.d.ts +1 -1
  41. package/dist/styles/hooks/useRandomInterval.d.ts.map +1 -1
  42. package/dist/styles/icons/CheckboxIcon.d.ts +3 -3
  43. package/dist/styles/icons/CheckboxIcon.d.ts.map +1 -1
  44. package/dist/styles/icons/CreditCardIcon.d.ts.map +1 -1
  45. package/dist/styles/icons/DragIcon.d.ts +6 -0
  46. package/dist/styles/icons/DragIcon.d.ts.map +1 -0
  47. package/dist/styles/icons/HandleIcon.d.ts +6 -0
  48. package/dist/styles/icons/HandleIcon.d.ts.map +1 -0
  49. package/dist/styles/icons/HistoryIcon.d.ts.map +1 -1
  50. package/dist/styles/icons/RadioIcon.d.ts +1 -2
  51. package/dist/styles/icons/RadioIcon.d.ts.map +1 -1
  52. package/dist/styles/icons/index.d.ts +2 -0
  53. package/dist/styles/icons/index.d.ts.map +1 -1
  54. package/dist/styles/index.d.ts +6 -0
  55. package/dist/styles/index.d.ts.map +1 -1
  56. package/dist/styles/tables/VirtualTable.d.ts +7 -2
  57. package/dist/styles/tables/VirtualTable.d.ts.map +1 -1
  58. package/dist/utils/index.d.ts +9 -2
  59. package/dist/utils/index.d.ts.map +1 -1
  60. package/dist/utils/sizes.d.ts +16 -1
  61. package/dist/utils/sizes.d.ts.map +1 -1
  62. package/dist/utils/ssr.d.ts +4 -0
  63. package/dist/utils/ssr.d.ts.map +1 -1
  64. package/dist/utils/styled.d.ts +12 -0
  65. package/dist/utils/styled.d.ts.map +1 -0
  66. package/package.json +6 -1
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
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';
2
+ import React$1, { CSSProperties, Component, ReactNode, WeakValidationMap, ComponentType } from 'react';
3
+ import { FlattenInterpolation, ThemedStyledProps, StyledComponent, CSSObject, FlattenSimpleInterpolation, GlobalStyleComponent, DefaultTheme, ThemeProps, Keyframes, AnyStyledComponent, StyledComponentInnerComponent } from 'styled-components';
4
4
  import { DropzoneOptions } from 'react-dropzone';
5
5
  import BaseSelect, { Props } from 'react-select';
6
6
  export { components, createFilter, mergeStyles } from 'react-select';
@@ -8,7 +8,7 @@ import BaseCreatableSelect, { Props as Props$2 } from 'react-select/creatable';
8
8
  export { makeCreatableSelect } from 'react-select/creatable';
9
9
  import BaseAsyncSelect, { Props as Props$1 } from 'react-select/async';
10
10
  import BaseDatePicker, { ReactDatePickerProps } from 'react-datepicker';
11
- import { UseFiltersColumnProps, UseGroupByColumnProps, UseResizeColumnsColumnProps, UseSortByColumnProps, UseTableRowProps, UseExpandedRowProps, UseGroupByRowProps, UseRowSelectRowProps, UseRowStateRowProps, Column, SortingRule } from 'react-table';
11
+ import { UseFiltersColumnProps, UseGroupByColumnProps, UseResizeColumnsColumnProps, UseSortByColumnProps, UseTableRowProps, UseExpandedRowProps, UseGroupByRowProps, UseRowSelectRowProps, UseRowStateRowProps, Column as Column$1, SortingRule, Cell } from 'react-table';
12
12
  import { ListOnScrollProps } from 'react-window';
13
13
 
14
14
  declare type SharedStyleTypes = {
@@ -225,8 +225,8 @@ declare const sizes: {
225
225
  };
226
226
  };
227
227
  declare type TSize$1 = keyof typeof sizes;
228
- declare type ButtonPreset = 'edit' | 'delete' | 'add' | 'remove' | 'close';
229
- declare type ButtonVariant = 'primary' | 'secondary' | 'cta' | 'error' | 'disabled' | 'text' | 'primary-light';
228
+ declare type ButtonPreset = 'edit' | 'delete' | 'add' | 'remove' | 'close' | 'drag';
229
+ declare type ButtonVariant = 'primary' | 'secondary' | 'cta' | 'error' | 'disabled' | 'text' | 'primary-light' | 'text-error';
230
230
  declare type ButtonProps = {
231
231
  secondary?: boolean;
232
232
  cta?: boolean;
@@ -254,7 +254,22 @@ declare type IconButtonProps = React$1.PropsWithChildren<ButtonProps & {
254
254
  preset?: ButtonPreset;
255
255
  style?: React$1.CSSProperties;
256
256
  }> & React$1.ButtonHTMLAttributes<HTMLButtonElement>;
257
- declare function IconButton(props: IconButtonProps): JSX.Element;
257
+ declare const IconButton: React$1.ForwardRefExoticComponent<{
258
+ secondary?: boolean | undefined;
259
+ cta?: boolean | undefined;
260
+ size?: "tiny" | "small" | "medium" | "large" | "huge" | undefined;
261
+ variant?: ButtonVariant | undefined;
262
+ } & SharedStyleTypes & SizerTypes & {
263
+ Icon?: TButtonIcon | React$1.ReactElement<IconFuncProps, string | React$1.JSXElementConstructor<any>> | undefined;
264
+ iconProps?: {
265
+ [key: string]: any;
266
+ } | undefined;
267
+ iconPosition?: "left" | "right" | "bottom" | "top" | undefined;
268
+ preset?: ButtonPreset | undefined;
269
+ style?: React$1.CSSProperties | undefined;
270
+ } & {
271
+ children?: React$1.ReactNode;
272
+ } & React$1.ButtonHTMLAttributes<HTMLButtonElement> & React$1.RefAttributes<HTMLButtonElement>>;
258
273
 
259
274
  declare const H1: StyledComponent<"h1", any, {
260
275
  underlined?: boolean | undefined;
@@ -276,6 +291,110 @@ declare const H6: StyledComponent<"h6", any, {
276
291
  } & SharedStyleTypes, never>;
277
292
  //# sourceMappingURL=Headings.d.ts.map
278
293
 
294
+ declare const iconSize: {
295
+ tiny: {
296
+ width: number;
297
+ height: number;
298
+ viewBox: string;
299
+ };
300
+ small: {
301
+ width: number;
302
+ height: number;
303
+ viewBox: string;
304
+ };
305
+ medium: {
306
+ width: number;
307
+ height: number;
308
+ viewBox: string;
309
+ };
310
+ large: {
311
+ width: number;
312
+ height: number;
313
+ viewBox: string;
314
+ };
315
+ huge: {
316
+ width: number;
317
+ height: number;
318
+ viewBox: string;
319
+ };
320
+ default: {
321
+ height: number;
322
+ width: number;
323
+ viewBox: string;
324
+ };
325
+ };
326
+ declare type TIconSizeObj = typeof iconSize;
327
+ declare type TIconSize = keyof typeof iconSize;
328
+ declare type BaseSVGIconProps = {
329
+ size?: TIconSize;
330
+ width?: string | number;
331
+ height?: string | number;
332
+ altText?: string;
333
+ pointer?: boolean;
334
+ iconSizes?: TIconSizeObj;
335
+ disabled?: boolean;
336
+ } & SharedStyleTypes;
337
+ declare type SVGIconProps = React.SVGAttributes<SVGElement> & BaseSVGIconProps;
338
+ declare const SVG: StyledComponent<"svg", any, {
339
+ size?: "tiny" | "small" | "medium" | "large" | "huge" | "default" | undefined;
340
+ width?: string | number | undefined;
341
+ height?: string | number | undefined;
342
+ altText?: string | undefined;
343
+ pointer?: boolean | undefined;
344
+ iconSizes?: {
345
+ tiny: {
346
+ width: number;
347
+ height: number;
348
+ viewBox: string;
349
+ };
350
+ small: {
351
+ width: number;
352
+ height: number;
353
+ viewBox: string;
354
+ };
355
+ medium: {
356
+ width: number;
357
+ height: number;
358
+ viewBox: string;
359
+ };
360
+ large: {
361
+ width: number;
362
+ height: number;
363
+ viewBox: string;
364
+ };
365
+ huge: {
366
+ width: number;
367
+ height: number;
368
+ viewBox: string;
369
+ };
370
+ default: {
371
+ height: number;
372
+ width: number;
373
+ viewBox: string;
374
+ };
375
+ } | undefined;
376
+ disabled?: boolean | undefined;
377
+ } & SharedStyleTypes, never>;
378
+
379
+ declare type RadioIconProps = SVGIconProps & {
380
+ selected?: boolean;
381
+ hover?: boolean;
382
+ hoverColor?: string;
383
+ disabled?: boolean;
384
+ disabledColor?: string;
385
+ };
386
+ declare function RadioIcon({ color, hoverColor, disabledColor, size, hover, selected, disabled, altText, ...props }: RadioIconProps): JSX.Element;
387
+
388
+ declare type CheckboxIconProps = SVGIconProps & {
389
+ selected?: boolean;
390
+ hover?: boolean;
391
+ hoverColor?: string;
392
+ disabled?: boolean;
393
+ disabledColor?: string;
394
+ indeterminate?: boolean;
395
+ };
396
+ declare function CheckboxIcon({ color, hoverColor, disabledColor, size, hover, selected, disabled, indeterminate, altText, ...props }: CheckboxIconProps): JSX.Element;
397
+
279
398
  declare type CommonInputProp = {
280
399
  noMargin?: boolean;
281
400
  error?: boolean;
@@ -300,6 +419,7 @@ declare const LabeledInput: React$1.ForwardRefExoticComponent<React$1.InputHTMLA
300
419
  label: string;
301
420
  name?: string | undefined;
302
421
  labelOnTop?: boolean | undefined;
422
+ wrapperProps?: React$1.HTMLAttributes<HTMLDivElement> | undefined;
303
423
  } & React$1.RefAttributes<HTMLInputElement>>;
304
424
  declare const LabeledIconInput: React$1.ForwardRefExoticComponent<React$1.InputHTMLAttributes<HTMLInputElement> & CommonInputProp & {
305
425
  hasIcon?: boolean | undefined;
@@ -338,6 +458,8 @@ declare type LabeledRadioProps = RadioProps & {
338
458
  radioIconStyle?: React$1.CSSProperties;
339
459
  radioColor?: string;
340
460
  radioHoverColor?: string;
461
+ labelProps?: React$1.LabelHTMLAttributes<HTMLLabelElement>;
462
+ radioIconProps?: RadioIconProps;
341
463
  };
342
464
  declare const LabeledRadio: React$1.FC<LabeledRadioProps>;
343
465
  declare const LabeledRadioInButton: React$1.FC<LabeledRadioProps & {
@@ -368,6 +490,8 @@ declare type LabeledCheckboxProps = {
368
490
  checkboxHoverColor?: string;
369
491
  hoverByLabel?: boolean;
370
492
  stopPropagation?: boolean;
493
+ labelProps?: React$1.LabelHTMLAttributes<HTMLLabelElement>;
494
+ checkboxIconProps?: CheckboxIconProps;
371
495
  [key: string]: any;
372
496
  } & React$1.InputHTMLAttributes<HTMLInputElement>;
373
497
  declare const LabeledCheckbox: React$1.ForwardRefExoticComponent<LabeledCheckboxProps>;
@@ -493,6 +617,58 @@ declare const THSorted: ({ children, order, iconHeight, iconStyles, hideIconOnMo
493
617
  }>) => JSX.Element;
494
618
  //# sourceMappingURL=Table.d.ts.map
495
619
 
620
+ declare const GridTableContainer: StyledComponent<"div", any, {
621
+ width?: string | undefined;
622
+ gridTemplateRows?: string | undefined;
623
+ gridTemplateColumns: string;
624
+ gridRowGap?: string | undefined;
625
+ gridColumnGap?: string | undefined;
626
+ } & SharedStyleTypes, never>;
627
+ declare const GridRow: StyledComponent<"div", any, {
628
+ gridTemplateColumns: string;
629
+ gridColumnGap?: string | undefined;
630
+ } & SharedStyleTypes, never>;
631
+ declare const GridCell: StyledComponent<"div", any, {
632
+ width?: string | undefined;
633
+ header?: boolean | undefined;
634
+ centerContent?: boolean | undefined;
635
+ } & SharedStyleTypes, never>;
636
+ declare type TValue = string | number | object;
637
+ declare type TransformFunction = (value: any | {
638
+ label: string;
639
+ value: string;
640
+ }) => TValue;
641
+ declare type TChild = React$1.ReactElement<any, string | React$1.JSXElementConstructor<any>>;
642
+ declare type ColumnProps = {
643
+ name: string;
644
+ title: React$1.ReactNode;
645
+ children: TChild;
646
+ centerContent?: boolean;
647
+ transform?: TransformFunction;
648
+ };
649
+ declare type GridTableProps = {
650
+ data: {
651
+ id: number | string;
652
+ [key: string]: any;
653
+ }[];
654
+ idField?: string;
655
+ children: TChild | TChild[];
656
+ onUpdate?: (value: object) => void;
657
+ onDelete?: (id: number | string) => void;
658
+ onAdd?: (data: any) => void;
659
+ onSort?: (id: number | string, index: number | string) => void;
660
+ validate?: (data: any) => {
661
+ [key: string]: false | string;
662
+ };
663
+ gridTemplateRows?: string;
664
+ gridTemplateColumns?: string;
665
+ gridRowGap?: string;
666
+ gridColumnGap?: string;
667
+ } & SharedStyleTypes & SizerTypes;
668
+ declare const Column: ({ name, title, children, centerContent, transform, }: ColumnProps) => JSX.Element;
669
+ declare function GridTable({ data, idField, onUpdate, onDelete, onAdd, onSort, validate, children, gridTemplateRows, gridTemplateColumns, gridRowGap, gridColumnGap, ...props }: GridTableProps): JSX.Element;
670
+ //# sourceMappingURL=GridTable.d.ts.map
671
+
496
672
  declare const tabSizes: {
497
673
  small: FlattenSimpleInterpolation;
498
674
  medium: FlattenSimpleInterpolation;
@@ -503,6 +679,7 @@ declare const TabBar: StyledComponent<"ul", any, {
503
679
  declare const Tab: StyledComponent<"li", any, {
504
680
  selected?: boolean | undefined;
505
681
  size?: "small" | "medium" | undefined;
682
+ variant?: "primary" | "secondary" | undefined;
506
683
  } & SharedStyleTypes, never>;
507
684
  declare type TTab = {
508
685
  label: string;
@@ -618,7 +795,6 @@ declare const StarRating: (props: {
618
795
  rating: number;
619
796
  } & SharedStyleTypes) => JSX.Element;
620
797
 
621
- declare const Grid: StyledComponent<"div", any, SharedStyleTypes, never>;
622
798
  declare type RowPropTypes = {
623
799
  justify?: string;
624
800
  wrap?: string;
@@ -640,17 +816,26 @@ declare const Row: StyledComponent<"div", any, {
640
816
  declare type ColPropTypes = SizerTypes & SharedStyleTypes;
641
817
  declare const Col: StyledComponent<"div", any, SizerTypes & SharedStyleTypes, never>;
642
818
 
643
- declare const Overlay: StyledComponent<"div", any, {}, never>;
819
+ declare const Overlay: StyledComponent<"div", any, {
820
+ zIndex?: number | undefined;
821
+ }, never>;
644
822
  declare const PopupHeader: StyledComponent<"div", any, SharedStyleTypes & SizerTypes, never>;
645
823
  declare type PopupProps = React$1.PropsWithChildren<{
646
824
  header?: React$1.Component;
825
+ noHeader?: boolean;
647
826
  title?: string | React$1.Component;
648
827
  controls?: Array<React$1.ReactNode>;
649
828
  onClose?: (event?: React$1.MouseEvent) => void;
829
+ noCloseButton?: boolean;
650
830
  closeOnClickOutside?: boolean;
651
831
  closeOnEsc?: boolean;
832
+ width?: string;
833
+ height?: string;
834
+ padding?: string;
835
+ zIndex?: number;
836
+ overlayZIndex?: number;
652
837
  } & SharedStyleTypes> & React$1.HTMLAttributes<HTMLDivElement>;
653
- declare const Popup: ({ header, title, controls, children, onClose, closeOnEsc, closeOnClickOutside, ...props }: PopupProps) => JSX.Element;
838
+ declare const Popup: ({ header, noHeader, title, controls, children, onClose, noCloseButton, closeOnEsc, closeOnClickOutside, overlayZIndex, ...props }: PopupProps) => JSX.Element;
654
839
  declare const ShowPopup: React$1.FC<Omit<PopupProps, 'onClose'> & {
655
840
  popup: React$1.ComponentType<PopupProps>;
656
841
  autoOpen?: boolean;
@@ -1627,6 +1812,22 @@ declare const themeOptions: {
1627
1812
  '9': string;
1628
1813
  '10': string;
1629
1814
  };
1815
+ mediaQueries: {
1816
+ sizeMediaWidth: {
1817
+ xs: string;
1818
+ sm: string;
1819
+ md: string;
1820
+ lg: string;
1821
+ xl: string;
1822
+ };
1823
+ sizeMedia: {
1824
+ xs: string;
1825
+ sm: string;
1826
+ md: string;
1827
+ lg: string;
1828
+ xl: string;
1829
+ };
1830
+ };
1630
1831
  };
1631
1832
  declare function getColor(color?: string, def?: string): string;
1632
1833
  declare function getFontStyle(value?: string, def?: string): string;
@@ -1661,18 +1862,16 @@ declare const Text: StyledComponent<"span", any, {
1661
1862
  } & SharedStyleTypes, never>;
1662
1863
  declare const Link: StyledComponent<React$1.FC<{
1663
1864
  highlight?: boolean | undefined;
1664
- } & (({
1865
+ } & {
1665
1866
  [x: string]: any;
1666
1867
  [x: number]: any;
1667
1868
  [x: symbol]: any;
1668
1869
  } & {
1669
1870
  theme?: any;
1670
- } & ({} | {
1671
- children?: React$1.ReactNode;
1672
- })) & {
1871
+ } & {
1673
1872
  as?: string | React$1.ComponentType<any> | undefined;
1674
1873
  forwardedAs?: string | React$1.ComponentType<any> | undefined;
1675
- }) & SharedStyleTypes>, any, {}, never>;
1874
+ } & SharedStyleTypes>, any, {}, never>;
1676
1875
  declare const Number: React$1.FC<{
1677
1876
  num: number;
1678
1877
  commas?: boolean;
@@ -1719,8 +1918,14 @@ declare type DropdownContentProps = {
1719
1918
  primary?: boolean;
1720
1919
  underlined?: boolean;
1721
1920
  text?: string;
1921
+ width?: string | number;
1922
+ bordered?: boolean;
1722
1923
  };
1723
- declare const DropdownItem: StyledComponent<"div", any, DropdownContentProps, never>;
1924
+ declare type DropdownItemProps = {
1925
+ primary?: boolean;
1926
+ underlined?: boolean;
1927
+ };
1928
+ declare const DropdownItem: StyledComponent<"div", any, DropdownItemProps, never>;
1724
1929
  declare const DropDownContent: StyledComponent<"div", any, DropdownContentProps, never>;
1725
1930
  declare type TDropdownItem = {
1726
1931
  onClick?: Function | VoidFunction | null;
@@ -1738,8 +1943,12 @@ declare type DropdownProps = {
1738
1943
  size?: TSize$1;
1739
1944
  style?: CSSObject;
1740
1945
  buttonVariant?: ButtonVariant;
1946
+ width?: string | number;
1947
+ bordered?: boolean;
1948
+ hideOnMouseLeave?: boolean;
1949
+ onToggleMenu?: (value: boolean) => void;
1741
1950
  };
1742
- declare const Dropdown: ({ items, children, underlined, primary, text, icon, openMenu, mouseLeaveCallback, size, style, buttonVariant, ...props }: React$1.PropsWithChildren<DropdownProps & DropdownContentProps>) => JSX.Element;
1951
+ declare const Dropdown: ({ items, children, underlined, primary, text, icon, openMenu, onToggleMenu, mouseLeaveCallback, size, style, buttonVariant, width, bordered, hideOnMouseLeave, ...props }: React$1.PropsWithChildren<DropdownProps & DropdownContentProps>) => JSX.Element;
1743
1952
 
1744
1953
  declare const Badge: StyledComponent<"span", any, {
1745
1954
  color?: string | undefined;
@@ -1895,7 +2104,7 @@ declare type ProgressBarsProps = React$1.PropsWithChildren<{
1895
2104
  error?: string;
1896
2105
  title?: string;
1897
2106
  } & SharedStyleTypes>;
1898
- declare const MultiProgress: ({ labeled, error, values, max: maxVal, ...props }: {
2107
+ declare const MultiProgress: ({ labeled, error, values, max, ...props }: {
1899
2108
  values: ProgressBarValue[];
1900
2109
  max: number;
1901
2110
  color?: string | undefined;
@@ -1924,97 +2133,13 @@ declare type ThermometerProps = {
1924
2133
  };
1925
2134
  declare function Thermometer({ title, target, value1, value1Label, barColor, labelTextColor, isSecondary, ...props }: ThermometerProps): JSX.Element;
1926
2135
 
1927
- declare const iconSize: {
1928
- tiny: {
1929
- width: number;
1930
- height: number;
1931
- viewBox: string;
1932
- };
1933
- small: {
1934
- width: number;
1935
- height: number;
1936
- viewBox: string;
1937
- };
1938
- medium: {
1939
- width: number;
1940
- height: number;
1941
- viewBox: string;
1942
- };
1943
- large: {
1944
- width: number;
1945
- height: number;
1946
- viewBox: string;
1947
- };
1948
- huge: {
1949
- width: number;
1950
- height: number;
1951
- viewBox: string;
1952
- };
1953
- default: {
1954
- height: number;
1955
- width: number;
1956
- viewBox: string;
1957
- };
1958
- };
1959
- declare type TIconSizeObj = typeof iconSize;
1960
- declare type TIconSize = keyof typeof iconSize;
1961
- declare type BaseSVGIconProps = {
1962
- size?: TIconSize;
1963
- width?: string | number;
1964
- height?: string | number;
1965
- altText?: string;
1966
- pointer?: boolean;
1967
- iconSizes?: TIconSizeObj;
1968
- disabled?: boolean;
1969
- } & SharedStyleTypes;
1970
- declare type SVGIconProps = React.SVGAttributes<SVGElement> & BaseSVGIconProps;
1971
- declare const SVG: StyledComponent<"svg", any, {
1972
- size?: "tiny" | "small" | "medium" | "large" | "huge" | "default" | undefined;
1973
- width?: string | number | undefined;
1974
- height?: string | number | undefined;
1975
- altText?: string | undefined;
1976
- pointer?: boolean | undefined;
1977
- iconSizes?: {
1978
- tiny: {
1979
- width: number;
1980
- height: number;
1981
- viewBox: string;
1982
- };
1983
- small: {
1984
- width: number;
1985
- height: number;
1986
- viewBox: string;
1987
- };
1988
- medium: {
1989
- width: number;
1990
- height: number;
1991
- viewBox: string;
1992
- };
1993
- large: {
1994
- width: number;
1995
- height: number;
1996
- viewBox: string;
1997
- };
1998
- huge: {
1999
- width: number;
2000
- height: number;
2001
- viewBox: string;
2002
- };
2003
- default: {
2004
- height: number;
2005
- width: number;
2006
- viewBox: string;
2007
- };
2008
- } | undefined;
2009
- disabled?: boolean | undefined;
2010
- } & SharedStyleTypes, never>;
2011
-
2012
2136
  declare type LightIndicatorProps = {
2013
2137
  name: string;
2014
2138
  on?: boolean;
2015
2139
  large?: boolean;
2140
+ textProps?: React$1.HTMLAttributes<HTMLParagraphElement>;
2016
2141
  };
2017
- declare function LightIndicator({ name, on, large, ...props }: LightIndicatorProps): JSX.Element;
2142
+ declare function LightIndicator({ name, on, large, textProps, ...props }: LightIndicatorProps): JSX.Element;
2018
2143
 
2019
2144
  declare type DefaultStarProps = React$1.PropsWithChildren<{
2020
2145
  initialSelected?: boolean;
@@ -2114,7 +2239,7 @@ interface Row$1<D extends Record<string, unknown> = Record<string, unknown>> ext
2114
2239
  }
2115
2240
 
2116
2241
  declare type VirtualTableProps = {
2117
- columns: Column<object>[];
2242
+ columns: Column$1<object>[];
2118
2243
  data: object[];
2119
2244
  itemSize?: (value: {
2120
2245
  index: number;
@@ -2124,7 +2249,12 @@ declare type VirtualTableProps = {
2124
2249
  minWidth?: number;
2125
2250
  maxWidth?: number;
2126
2251
  defaultSort?: SortingRule<string>;
2127
- onClickRow?: (row?: object, index?: number) => void;
2252
+ onClickRow?: (row?: object, index?: number, data?: {
2253
+ isScrolling: boolean;
2254
+ cell: Cell<Record<string, unknown>, any>;
2255
+ resetList: (index?: number) => void;
2256
+ toggleAllRowsExpanded: (value?: boolean | undefined) => void;
2257
+ }) => void;
2128
2258
  onScroll?: ((props: ListOnScrollProps) => any);
2129
2259
  onUpdateData?: (...args: any) => void;
2130
2260
  useTableProps?: object;
@@ -2175,6 +2305,105 @@ declare const VirtualTableStyles: StyledComponent<"div", any, {
2175
2305
  }, never>;
2176
2306
  //# sourceMappingURL=VirtualTableStyles.d.ts.map
2177
2307
 
2308
+ declare type ResponsiveValue<T = string | number> = T | Array<T | null> | {
2309
+ xs?: T;
2310
+ sm?: T;
2311
+ md?: T;
2312
+ lg?: T;
2313
+ xl?: T;
2314
+ };
2315
+
2316
+ declare const createMeasurementStyle: (v: string | number, keys: string[]) => {};
2317
+ declare type BaseCskuProps = {
2318
+ pr?: ResponsiveValue<string | number>;
2319
+ pl?: ResponsiveValue<string | number>;
2320
+ pt?: ResponsiveValue<string | number>;
2321
+ pb?: ResponsiveValue<string | number>;
2322
+ px?: ResponsiveValue<string | number>;
2323
+ py?: ResponsiveValue<string | number>;
2324
+ mr?: ResponsiveValue<string | number>;
2325
+ ml?: ResponsiveValue<string | number>;
2326
+ mt?: ResponsiveValue<string | number>;
2327
+ mb?: ResponsiveValue<string | number>;
2328
+ mx?: ResponsiveValue<string | number>;
2329
+ my?: ResponsiveValue<string | number>;
2330
+ width?: ResponsiveValue<string | number>;
2331
+ height?: ResponsiveValue<string | number>;
2332
+ color?: ResponsiveValue<string>;
2333
+ bg?: ResponsiveValue<string>;
2334
+ background?: ResponsiveValue<string>;
2335
+ backgroundColor?: ResponsiveValue<string>;
2336
+ hidden?: ResponsiveValue<boolean>;
2337
+ block?: ResponsiveValue<boolean>;
2338
+ inline_block?: ResponsiveValue<boolean>;
2339
+ flex?: ResponsiveValue<boolean>;
2340
+ inline_flex?: ResponsiveValue<boolean>;
2341
+ grid?: ResponsiveValue<boolean>;
2342
+ float?: ResponsiveValue<string>;
2343
+ colSpan?: ResponsiveValue<string | number | boolean>;
2344
+ style?: ResponsiveValue<CSSObject>;
2345
+ sx?: ResponsiveValue<CSSObject>;
2346
+ };
2347
+ declare const parseCskuStyles: (p: BaseCskuProps) => (string | number | false | CSSObject | Keyframes | {
2348
+ readonly $$typeof: symbol;
2349
+ defaultProps?: Partial<{
2350
+ [x: string]: any;
2351
+ } & {
2352
+ theme?: any;
2353
+ }> | undefined;
2354
+ displayName?: string | undefined;
2355
+ propTypes?: WeakValidationMap<{
2356
+ [x: string]: any;
2357
+ } & {
2358
+ theme?: any;
2359
+ }> | undefined;
2360
+ withComponent: {
2361
+ <WithC extends AnyStyledComponent>(component: WithC): StyledComponent<StyledComponentInnerComponent<WithC>, any, any, any>;
2362
+ <WithC_1 extends ComponentType<any> | keyof JSX.IntrinsicElements>(component: WithC_1): StyledComponent<WithC_1, any, any, any>;
2363
+ };
2364
+ } | {
2365
+ [key: string]: CSSObject;
2366
+ } | FlattenSimpleInterpolation | null | undefined)[];
2367
+ declare type CskuProps = StyledComponent<"div", any, BaseCskuProps, never>;
2368
+ declare const Csku: StyledComponent<"div", any, BaseCskuProps, never>;
2369
+
2370
+ declare type BaseGridProps = {
2371
+ columns?: number;
2372
+ gap?: number | string;
2373
+ };
2374
+ declare type GridProps = React$1.HTMLAttributes<HTMLDivElement & BaseGridProps>;
2375
+ declare const Grid: StyledComponent<"div", any, BaseGridProps, never>;
2376
+ declare type BaseGridItemProps = {
2377
+ colSpan?: ResponsiveValue<string | number | boolean>;
2378
+ style?: ResponsiveValue<CSSObject>;
2379
+ };
2380
+ declare type GridItemProps = Omit<React$1.HTMLAttributes<HTMLDivElement>, 'style'> & BaseGridItemProps;
2381
+ declare const GridItem: StyledComponent<"div", any, BaseGridItemProps, never>;
2382
+
2383
+ declare type TReactNode = React$1.ReactChild | React$1.ReactPortal | null | undefined;
2384
+ declare type CollapsibleProps$1 = React$1.PropsWithChildren<{
2385
+ style?: React$1.CSSProperties;
2386
+ label: TReactNode;
2387
+ controls?: TReactNode;
2388
+ open?: boolean;
2389
+ onToggleOpen?: (v: boolean) => void;
2390
+ }>;
2391
+ declare const Collapsible$1: (props: CollapsibleProps$1) => JSX.Element;
2392
+ declare type CollapsibleLabelProps = {
2393
+ children?: TReactNode;
2394
+ isOpen?: boolean;
2395
+ };
2396
+ declare const CollapsibleLabel: (props: CollapsibleLabelProps) => JSX.Element | null;
2397
+ declare type CollapsibleArrowIconProps = {
2398
+ isOpen?: boolean;
2399
+ };
2400
+ declare const CollapsibleArrowIcon: (props: CollapsibleArrowIconProps) => JSX.Element;
2401
+ declare type CollapsiblesProps = {
2402
+ list: CollapsibleProps$1[];
2403
+ controls?: TReactNode;
2404
+ };
2405
+ declare function Collapsibles(props: CollapsiblesProps): JSX.Element;
2406
+
2178
2407
  declare type TableIconProps = SVGIconProps;
2179
2408
  declare function TableIcon({ color, size, altText, ...props }: TableIconProps): JSX.Element;
2180
2409
 
@@ -2440,24 +2669,6 @@ declare function ClockIcon({ color, size, ...props }: ClockIconProps): JSX.Eleme
2440
2669
  declare type ClipboardIconProps = SVGIconProps;
2441
2670
  declare function ClipboardIcon({ color, size, ...props }: ClipboardIconProps): JSX.Element;
2442
2671
 
2443
- declare type RadioIconProps = SVGIconProps & {
2444
- selected?: boolean;
2445
- hover?: boolean;
2446
- hoverColor?: string;
2447
- disabled?: boolean;
2448
- disabledColor?: string;
2449
- };
2450
- declare function RadioIcon({ color, hoverColor, disabledColor, size, hover, selected, disabled, altText, ...props }: RadioIconProps): JSX.Element;
2451
-
2452
- declare type CheckboxIconProps = SVGIconProps & {
2453
- selected?: boolean;
2454
- hover?: boolean;
2455
- hoverColor?: string;
2456
- disabled?: boolean;
2457
- disabledColor?: string;
2458
- };
2459
- declare function CheckboxIcon({ color, hoverColor, disabledColor, size, hover, selected, disabled, altText, ...props }: CheckboxIconProps): JSX.Element;
2460
-
2461
2672
  declare type EditIconProps = SVGIconProps & {
2462
2673
  filled?: boolean;
2463
2674
  };
@@ -2512,6 +2723,9 @@ declare function CommentIcon({ color, size, altText, number, ...props }: Comment
2512
2723
  declare type EllipsisIconProps = SVGIconProps;
2513
2724
  declare function EllipsisIcon({ color, size, altText, ...props }: EllipsisIconProps): JSX.Element;
2514
2725
 
2726
+ declare type DragIconProps = SVGIconProps;
2727
+ declare function DragIcon({ color, size, altText, ...props }: DragIconProps): JSX.Element;
2728
+
2515
2729
  declare type CreditCardIcon = SVGIconProps;
2516
2730
  declare function CreditCardIcon({ color, size, altText, ...props }: CreditCardIcon): JSX.Element;
2517
2731
 
@@ -2521,9 +2735,20 @@ declare function ShopIcon({ color, size, altText, ...props }: ShopIcon): JSX.Ele
2521
2735
  declare type HistoryIcon = SVGIconProps;
2522
2736
  declare function HistoryIcon({ color, size, altText, ...props }: HistoryIcon): JSX.Element;
2523
2737
 
2738
+ declare type HandleIcon = SVGIconProps;
2739
+ declare function HandleIcon({ color, size, altText, ...props }: HandleIcon): JSX.Element;
2740
+
2524
2741
  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";
2525
2742
  //# sourceMappingURL=datepickerStyles.d.ts.map
2526
2743
 
2744
+ declare type ConfirmPopupProps = {
2745
+ disableDelete?: boolean;
2746
+ confirmText?: string;
2747
+ onDelete?: () => void;
2748
+ onClose?: () => void;
2749
+ };
2750
+ declare const ConfirmPopup: (props: ConfirmPopupProps) => JSX.Element;
2751
+
2527
2752
  declare type CalendarDayBodyProps = React$1.PropsWithChildren<{
2528
2753
  day: Date;
2529
2754
  selectedDate: Date;
@@ -2780,7 +3005,7 @@ declare const SimpleWindowedTableStyles: StyledComponent<"div", any, {
2780
3005
  selectedRowStyle?: boolean | CSSObject | undefined;
2781
3006
  }, never>;
2782
3007
  declare type SimpleWindowedTableProps = {
2783
- columns: Column<object>[];
3008
+ columns: Column$1<object>[];
2784
3009
  data: object[];
2785
3010
  itemSize?: number;
2786
3011
  height?: number;
@@ -2808,4 +3033,4 @@ declare type SimpleWindowedTableProps = {
2808
3033
  };
2809
3034
  declare function SimpleWindowedTable({ columns, data, itemSize, height, minWidth, maxWidth, defaultSort, onClickRow, onScroll, onUpdateData, useTableProps, tableHeaderProps, tableFooterProps, hideFooter, className, NoRowsFound, }: SimpleWindowedTableProps): JSX.Element;
2810
3035
 
2811
- export { AddIcon, AddNoteIcon, AddTaskIcon, AlertIcon, AlertNotification, ArrowIcon, Artwork, ArtworkProps, SKUAsyncSelect as AsyncSelect, Avatar, AvatarColor, AvatarShape, AvatarSize, AwaitingProofIcon, Backdrop, Background, Badge, BotIcon, Box, BulletIcon, Button, ButtonPreset, ButtonVariant, ButtonsGroup, Calendar, CalendarDayBody, CalendarDaysBody, CalendarDaysHeader, CalendarIcon, CalendarTask, CalendarTaskProps, CalendarWrapper, CancelButton, ChangeRequestedIcon, ChatIcon, CheckMark, CheckboxIcon, CheckboxLabel, CheckmarkIcon, ChevronIcon, CircleProgressIcon, ClientApprovedIcon, ClipboardIcon, ClockIcon, Col, ColPropTypes, CollapseStyled, CollapseStyledProps, CollapseWrapper, CollapseWrapperProps, Collapsible, CollapsiblePanel, CollapsiblePanelProps, CollapsiblePanelTitle, CollapsiblePanelTitleProps, CollapsiblePanels, CollapsiblePanelsProps, CollapsibleProps, ColumnSelectIcon, CommentIcon, CompletedCheckmarkIcon, CouponIcon, SKUCreatableSelect as CreatableSelect, CreditCardIcon, CustomDateInput, Datepicker, DatepickerPorps, DaysBodyWrapper, DaysHeaderWrapper, DefaultCalendarFooter, DefaultCalendarHeader, DefaultStar, DollarIcon, DoneButton, Dot, DownloadIcon, DraggableTasksCalendar, DropArea, DropAreaProps, DropDownContent, Dropdown, DropdownItem, DropdownProps, DropzoneTypes, Dropzoned, DropzonedPreviews, EditIcon, EllipsisIcon, EpsIcon, ErrorBoundary, EstimateCircleIcon, EyeIcon, FeedPost, FilledChevronIcon, FolderIcon, GalleryIcon, GearIcon, GlobalStyle, Grid, GridIcon, H1, H2, H3, H4, H5, H6, HeaderWrapper, HeadlessTable, HistoryIcon, IconButton, IconButtonProps, IconDoc, InfoIcon, Input, InputIconLabel, InputIconLabelContainer, InputProps, InputStepper, IntegrationsIcon, Label, LabeledAsyncSelect, LabeledCheckbox, LabeledCheckboxProps, LabeledCreatableSelect, LabeledIconInput, LabeledInput, LabeledMultiProgress, LabeledProgress, LabeledRadio, LabeledRadioGroup, LabeledRadioInButton, LabeledRadioInButtonGroup, LabeledRadioProps, LabeledSelect, LabeledTextarea, LightIndicator, Link, LinkWithIcon, ListIcon, Loading, LockIcon, MailIcon, MarketingStatusIcon, MenuIcon, MultiProgress, NavConnectIcon, NavFinanceIcon, NavManagementIcon, NavProdIcon, NavResourcesIcon, NavSalesIcon, NoteIcon, Number, NumberInput, OpportunityCircleIcon, Overlay, Padding, Page, PanelContact, PanelTileContact, PendingApprovalIcon, PercentIcon, PinIcon, Popup, PopupHeader, PopupProps, PresentationCircleIcon, Product, Progress, PromostandardsIcon, ProofReceivedIcon, ProofingCompleteIcon, Publisher, Radio, RadioIcon, RadioLabel, RadioProps, ReceiptLongIcon, ResponsiveTable, Row, RowPropTypes, SHARED_STYLE_MAPS, SalesArrowIcon, SalesOrderCircleIcon, SearchIcon, SKUSelect as Select, SharedStyleTypes, SharedStyles, ShopIcon, ShowPopup, SidePanel, SimpleWindowedTable, SimpleWindowedTableProps, SimpleWindowedTableStyles, SizerCss, SizerTypes, SizerWrapper, Sparkles, Spinner, StarIcon, StarRating, StateDropdown, StatusDropdown, StyledCalendarTaskBody, StyledDayBody, StyledDayText, StyledDropArea, StyledDropdown, StyledPanel, StyledTask, SubtractIcon, SVG as SvgIcon, TBody, TButtonIcon, TD, TDropdownItem, TH, THSorted, THead, TR, TSize$1 as TSize, TSizeOffset, TSizeOffsetRight, TSizeStyle, TTab, Tab, TabBar, Table, TableIcon, Tabs, TabsProps, TargetIcon, Task, TaskBody, TaskIcon, TaskLabel, TaskName, TaskProps, TasksCalendar, TasksCalendarDayBody, TasksCalendarFooter, TasksCalendarHeader, TemplateIcon, Text, TextProp, Textarea, Theme, Thermometer, TilesIcon, Toggle, ToggleLink, TrashIcon, UserIcon, UsersIcon, VirtualTable, VirtualTableStyles, Wrapper, XIcon, colors, datepickerStyles, fontFamilies, fontStyles, fonts, getColor, getFontStyle, getThemeColor, getThemeFontFamily, getThemeFontSize, getThemeFontStyle, getThemeProperty, sizes, themeOptions, toggleSizes };
3036
+ export { AddIcon, AddNoteIcon, AddTaskIcon, AlertIcon, AlertNotification, ArrowIcon, Artwork, ArtworkProps, SKUAsyncSelect as AsyncSelect, Avatar, AvatarColor, AvatarShape, AvatarSize, AwaitingProofIcon, Backdrop, Background, Badge, BaseCskuProps, BotIcon, Box, BulletIcon, Button, ButtonPreset, ButtonVariant, ButtonsGroup, Calendar, CalendarDayBody, CalendarDaysBody, CalendarDaysHeader, CalendarIcon, CalendarTask, CalendarTaskProps, CalendarWrapper, CancelButton, ChangeRequestedIcon, ChatIcon, CheckMark, CheckboxIcon, CheckboxLabel, CheckmarkIcon, ChevronIcon, CircleProgressIcon, ClientApprovedIcon, ClipboardIcon, ClockIcon, Col, ColPropTypes, CollapseStyled, CollapseStyledProps, CollapseWrapper, CollapseWrapperProps, Collapsible, CollapsibleArrowIcon, CollapsibleLabel, CollapsiblePanel, CollapsiblePanelProps, CollapsiblePanelTitle, CollapsiblePanelTitleProps, CollapsiblePanels, CollapsiblePanelsProps, CollapsibleProps, Collapsible$1 as CollapsibleV2, Collapsibles, Column, ColumnSelectIcon, CommentIcon, CompletedCheckmarkIcon, ConfirmPopup, CouponIcon, SKUCreatableSelect as CreatableSelect, CreditCardIcon, Csku, CskuProps, CustomDateInput, Datepicker, DatepickerPorps, DaysBodyWrapper, DaysHeaderWrapper, DefaultCalendarFooter, DefaultCalendarHeader, DefaultStar, DollarIcon, DoneButton, Dot, DownloadIcon, DragIcon, DraggableTasksCalendar, DropArea, DropAreaProps, DropDownContent, Dropdown, DropdownItem, DropdownProps, DropzoneTypes, Dropzoned, DropzonedPreviews, EditIcon, EllipsisIcon, EpsIcon, ErrorBoundary, EstimateCircleIcon, EyeIcon, FeedPost, FilledChevronIcon, FolderIcon, GalleryIcon, GearIcon, GlobalStyle, Grid, GridCell, GridIcon, GridItem, GridItemProps, GridProps, GridRow, GridTable, GridTableContainer, H1, H2, H3, H4, H5, H6, HandleIcon, HeaderWrapper, HeadlessTable, HistoryIcon, IconButton, IconButtonProps, IconDoc, InfoIcon, Input, InputIconLabel, InputIconLabelContainer, InputProps, InputStepper, IntegrationsIcon, Label, LabeledAsyncSelect, LabeledCheckbox, LabeledCheckboxProps, LabeledCreatableSelect, LabeledIconInput, LabeledInput, LabeledMultiProgress, LabeledProgress, LabeledRadio, LabeledRadioGroup, LabeledRadioInButton, LabeledRadioInButtonGroup, LabeledRadioProps, LabeledSelect, LabeledTextarea, LightIndicator, Link, LinkWithIcon, ListIcon, Loading, LockIcon, MailIcon, MarketingStatusIcon, MenuIcon, MultiProgress, NavConnectIcon, NavFinanceIcon, NavManagementIcon, NavProdIcon, NavResourcesIcon, NavSalesIcon, NoteIcon, Number, NumberInput, OpportunityCircleIcon, Overlay, Padding, Page, PanelContact, PanelTileContact, PendingApprovalIcon, PercentIcon, PinIcon, Popup, PopupHeader, PopupProps, PresentationCircleIcon, Product, Progress, PromostandardsIcon, ProofReceivedIcon, ProofingCompleteIcon, Publisher, Radio, RadioIcon, RadioLabel, RadioProps, ReceiptLongIcon, ResponsiveTable, Row, RowPropTypes, SHARED_STYLE_MAPS, SalesArrowIcon, SalesOrderCircleIcon, SearchIcon, SKUSelect as Select, SharedStyleTypes, SharedStyles, ShopIcon, ShowPopup, SidePanel, SimpleWindowedTable, SimpleWindowedTableProps, SimpleWindowedTableStyles, SizerCss, SizerTypes, SizerWrapper, Sparkles, Spinner, StarIcon, StarRating, StateDropdown, StatusDropdown, StyledCalendarTaskBody, StyledDayBody, StyledDayText, StyledDropArea, StyledDropdown, StyledPanel, StyledTask, SubtractIcon, SVG as SvgIcon, TBody, TButtonIcon, TD, TDropdownItem, TH, THSorted, THead, TR, TSize$1 as TSize, TSizeOffset, TSizeOffsetRight, TSizeStyle, TTab, Tab, TabBar, Table, TableIcon, Tabs, TabsProps, TargetIcon, Task, TaskBody, TaskIcon, TaskLabel, TaskName, TaskProps, TasksCalendar, TasksCalendarDayBody, TasksCalendarFooter, TasksCalendarHeader, TemplateIcon, Text, TextProp, Textarea, Theme, Thermometer, TilesIcon, Toggle, ToggleLink, TrashIcon, UserIcon, UsersIcon, VirtualTable, VirtualTableStyles, Wrapper, XIcon, colors, createMeasurementStyle, datepickerStyles, fontFamilies, fontStyles, fonts, getColor, getFontStyle, getThemeColor, getThemeFontFamily, getThemeFontSize, getThemeFontStyle, getThemeProperty, parseCskuStyles, sizes, themeOptions, toggleSizes };