@up42/up-components 1.12.0 → 1.13.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.
@@ -1,3 +1,2 @@
1
1
  import { OverridesStyleRules } from '@mui/material/styles/overrides';
2
2
  export declare const MuiDataGrid: OverridesStyleRules;
3
- export declare const MuiTablePagination: OverridesStyleRules;
@@ -0,0 +1,11 @@
1
+ import { TypographyOptions } from '@mui/material/styles/createTypography';
2
+ /**
3
+ * @deprecated in favor of Douglas typography conventions
4
+ * @see https://up-components.up42.com/?path=/docs/tokens-typography--docs
5
+ *
6
+ * This theme relies on deprecated tokens and overrides MUI default styles.
7
+ * It should be removed once these tokens are fully deprecated.
8
+ *
9
+ * The updated theme adheres to a new convention, avoiding overrides of MUI default styles.
10
+ */
11
+ export declare const legacyTypography: TypographyOptions;
@@ -1,4 +1,5 @@
1
1
  export { default as AlarmBell } from './alarm-bell.svg';
2
+ export { default as Angle } from './angle.svg';
2
3
  export { default as AppWindowCode } from './app-window-code.svg';
3
4
  export { default as ArrowCircleDown } from './arrow-circle-down.svg';
4
5
  export { default as ArrowTopRight } from './arrow-top-right.svg';
@@ -15,6 +16,7 @@ export { default as CheckMark } from './checkmark.svg';
15
16
  export { default as Close } from './close.svg';
16
17
  export { default as CloseCircle } from './close-circle.svg';
17
18
  export { default as Coin } from './coin.svg';
19
+ export { default as Compass } from './compass.svg';
18
20
  export { default as Copy } from './copy.svg';
19
21
  export { default as Credit } from './credit.svg';
20
22
  export { default as CustomBlocks } from './module.svg';
@@ -1,3 +1 @@
1
- export * from './menuItem';
2
- export * from './tablePagination';
3
1
  export * from './form/label';