@up42/up-components 2.1.0 → 2.3.0

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.
@@ -5,15 +5,6 @@ export declare type TypographyProps = MUITypographyProps & {
5
5
  variant?: MUITypographyProps['variant'] | 'heading' | 'headingSmall' | 'headingXSmall' | 'body' | 'label' | 'note';
6
6
  };
7
7
  /**
8
- * Douglas `variant` prop migration helper:
9
- * - `h1` -> `heading`
10
- * - `h2` -> `headingSmall`
11
- * - `h3` -> `headingXSmall`
12
- * - `body1` -> `body`
13
- * - `caption` ->`note`
14
- * - `overline` -> `label`
15
- * - (no variant) -> `body`
16
- *
17
8
  * Documentation: https://up-components.up42.com/?path=/docs/data-display-typography--docs
18
9
  */
19
10
  export declare const Typography: React.ForwardRefExoticComponent<Pick<import("@mui/system").SystemProps<import("@mui/material").Theme> & {
@@ -41,32 +41,4 @@ declare module '@mui/material/Typography' {
41
41
  }
42
42
  export declare const MuiTypography: OverridesStyleRules;
43
43
  export declare const typographyTheme: TypographyOptions;
44
- export declare const typographyOverrides: {
45
- heading?: import("react").CSSProperties | undefined;
46
- headingSmall?: import("react").CSSProperties | undefined;
47
- headingXSmall?: import("react").CSSProperties | undefined;
48
- body?: import("react").CSSProperties | undefined;
49
- label?: import("react").CSSProperties | undefined;
50
- note?: import("react").CSSProperties | undefined;
51
- button?: import("@mui/material/styles/createTypography").TypographyStyleOptions | undefined;
52
- caption?: import("@mui/material/styles/createTypography").TypographyStyleOptions | undefined;
53
- h1?: import("@mui/material/styles/createTypography").TypographyStyleOptions | undefined;
54
- h2?: import("@mui/material/styles/createTypography").TypographyStyleOptions | undefined;
55
- h3?: import("@mui/material/styles/createTypography").TypographyStyleOptions | undefined;
56
- h4?: import("@mui/material/styles/createTypography").TypographyStyleOptions | undefined;
57
- h5?: import("@mui/material/styles/createTypography").TypographyStyleOptions | undefined;
58
- h6?: import("@mui/material/styles/createTypography").TypographyStyleOptions | undefined;
59
- overline?: import("@mui/material/styles/createTypography").TypographyStyleOptions | undefined;
60
- subtitle1?: import("@mui/material/styles/createTypography").TypographyStyleOptions | undefined;
61
- subtitle2?: import("@mui/material/styles/createTypography").TypographyStyleOptions | undefined;
62
- body1?: import("@mui/material/styles/createTypography").TypographyStyleOptions | undefined;
63
- body2?: import("@mui/material/styles/createTypography").TypographyStyleOptions | undefined;
64
- allVariants?: import("react").CSSProperties | undefined;
65
- fontFamily?: import("csstype").Property.FontFamily | undefined;
66
- fontSize?: number | undefined;
67
- fontWeightLight?: import("csstype").Property.FontWeight | undefined;
68
- fontWeightRegular?: import("csstype").Property.FontWeight | undefined;
69
- fontWeightMedium?: import("csstype").Property.FontWeight | undefined;
70
- fontWeightBold?: import("csstype").Property.FontWeight | undefined;
71
- htmlFontSize?: number | undefined;
72
- };
44
+ export declare const typographyOverrides: TypographyOptions;
@@ -3,8 +3,6 @@ export { default as Angle } from './angle.svg';
3
3
  export { default as AppWindowCode } from './app-window-code.svg';
4
4
  export { default as ArrowCircleDown } from './arrow-circle-down.svg';
5
5
  export { default as ArrowTopRight } from './arrow-top-right.svg';
6
- export { default as Assignment } from './assignment-circle.svg';
7
- export { default as Bash } from './bash-circle.svg';
8
6
  export { default as Bin } from './bin.svg';
9
7
  export { default as Block } from './block-circle.svg';
10
8
  export { default as Blocked } from './blocked.svg';
@@ -19,13 +17,11 @@ export { default as Coin } from './coin.svg';
19
17
  export { default as Compass } from './compass.svg';
20
18
  export { default as Copy } from './copy.svg';
21
19
  export { default as Credit } from './credit.svg';
22
- export { default as CustomBlocks } from './module.svg';
23
20
  export { default as Dashboard } from './dashboard.svg';
24
21
  export { default as DataTransferVertical } from './data-transfer-vertical.svg';
25
22
  export { default as Download } from './download.svg';
26
23
  export { default as ExternalLink } from './external-link.svg';
27
24
  export { default as ImageResolution } from './image-resolution.svg';
28
- export { default as Information } from './information.svg';
29
25
  export { default as Invoice } from './invoice.svg';
30
26
  export { default as Layers } from './layers.svg';
31
27
  export { default as Library } from './library.svg';
@@ -34,7 +30,6 @@ export { default as Logo } from './logo.svg';
34
30
  export { default as Map } from './map.svg';
35
31
  export { default as MapPin } from './map-pin.svg';
36
32
  export { default as Marketplace } from './shop.svg';
37
- export { default as Megaphone } from './megaphone.svg';
38
33
  export { default as ModuleThree } from './module-three.svg';
39
34
  export { default as MultipleUsers } from './multiple-users.svg';
40
35
  export { default as NotificationError } from './notification-error.svg';
@@ -62,8 +57,6 @@ export { default as Target } from './target.svg';
62
57
  export { default as Transaction } from './transaction.svg';
63
58
  export { default as Upload } from './upload.svg';
64
59
  export { default as User } from './user-circle.svg';
65
- export { default as ViewOff } from './view-off.svg';
66
- export { default as ViewOn } from './view-on.svg';
67
60
  export { default as WeatherCloud } from './weather-cloud.svg';
68
61
  export { default as Webhooks } from './webhooks.svg';
69
62
  export { default as Workflow } from './workflow.svg';
@@ -88,7 +81,6 @@ export { default as ContactSupportOutlined } from './question-contact-support-bu
88
81
  export { default as ContentCopy } from '@mui/icons-material/ContentCopy';
89
82
  export { default as ContentCut } from './scissors-cut.svg';
90
83
  export { default as ContentPaste } from './copy-paste.svg';
91
- export { default as InfoOutlined } from './information-circle.svg';
92
84
  export { default as KeyboardArrowDown } from './chevron-down.svg';
93
85
  export { default as KeyboardArrowLeft } from './chevron-left-back.svg';
94
86
  export { default as KeyboardArrowRight } from './chevron-right-forward.svg';