@up42/up-components 5.16.0 → 5.17.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,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import { AlertProps as MUIALertProps } from '@mui/material';
3
- export type AlertColor = 'info' | 'error' | 'success' | 'warning' | 'neutral';
3
+ export type AlertColor = 'info' | 'error' | 'success' | 'warning' | 'neutral' | 'notice';
4
4
  export type AlertProps = Omit<MUIALertProps, 'color' | 'elevation' | 'iconMapping' | 'severity' | 'square' | 'variant' | 'action'> & {
5
5
  type?: AlertColor;
6
6
  };
package/dist/index.d.ts CHANGED
@@ -456,7 +456,7 @@ type InfoModalProps = MUIGlobalOmit<Omit<ModalProps, 'BackdropProps' | 'Backdrop
456
456
  */
457
457
  declare const InfoModal: ({ title, subtitle, children, actions, open, maxWidth, onClose, ...props }: InfoModalProps) => React__default.JSX.Element;
458
458
 
459
- type AlertColor = 'info' | 'error' | 'success' | 'warning' | 'neutral';
459
+ type AlertColor = 'info' | 'error' | 'success' | 'warning' | 'neutral' | 'notice';
460
460
  type AlertProps = Omit<AlertProps$1, 'color' | 'elevation' | 'iconMapping' | 'severity' | 'square' | 'variant' | 'action'> & {
461
461
  type?: AlertColor;
462
462
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@up42/up-components",
3
- "version": "5.16.0",
3
+ "version": "5.17.0",
4
4
  "description": "UP42 Component Library",
5
5
  "author": "Axel Fuhrmann axel.fuhrmann@up42.com",
6
6
  "license": "ISC",
@@ -30,7 +30,7 @@
30
30
  "optimize-icons": "svgo -f src/global/icons"
31
31
  },
32
32
  "dependencies": {
33
- "@up42/design-system-tokens": "^7.0.0",
33
+ "@up42/design-system-tokens": "^7.0.1",
34
34
  "dayjs": "^1.11.7",
35
35
  "prismjs": "^1.29.0"
36
36
  },
@@ -78,7 +78,7 @@
78
78
  "prettier": "^2.5.1",
79
79
  "react": "^17.0.2",
80
80
  "react-router-dom": "^6.14.0",
81
- "rimraf": "^6.0.1",
81
+ "rimraf": "^6.1.2",
82
82
  "rollup": "^4.13.2",
83
83
  "rollup-plugin-dts": "^6.1.0",
84
84
  "rollup-plugin-peer-deps-external": "^2.2.4",
@@ -116,8 +116,6 @@
116
116
  },
117
117
  "packageManager": "pnpm@10.10.0+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39",
118
118
  "pnpm": {
119
- "overrides": {
120
- "tmp": ">=0.2.4"
121
- }
119
+ "overrides": {}
122
120
  }
123
121
  }