@up42/up-components 1.8.4 → 1.8.5
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.
|
@@ -82,7 +82,7 @@ export { default as Balance } from './balance-scale.svg';
|
|
|
82
82
|
export { default as Brightness1 } from './brightness-dot-circle-filled.svg';
|
|
83
83
|
export { default as CampaignOutlined } from './megaphone-campaign-announcement.svg';
|
|
84
84
|
export { default as ContactSupportOutlined } from './question-contact-support-bubble.svg';
|
|
85
|
-
export { default as ContentCopy } from '
|
|
85
|
+
export { default as ContentCopy } from '@mui/icons-material/ContentCopy';
|
|
86
86
|
export { default as ContentCut } from './scissors-cut.svg';
|
|
87
87
|
export { default as ContentPaste } from './copy-paste.svg';
|
|
88
88
|
export { default as InfoOutlined } from './information-circle.svg';
|
package/dist/index.d.ts
CHANGED
|
@@ -13,6 +13,7 @@ import { TypographyProps as TypographyProps$1 } from '@mui/material/Typography';
|
|
|
13
13
|
import * as _mui_system from '@mui/system';
|
|
14
14
|
import { DatePickerProps } from '@mui/x-date-pickers';
|
|
15
15
|
import dayjs, { Dayjs } from 'dayjs';
|
|
16
|
+
import ContentCopy from '@mui/icons-material/ContentCopy';
|
|
16
17
|
import { TableProps as TableProps$1 } from '@mui/material/Table';
|
|
17
18
|
import { TableBodyProps as TableBodyProps$1 } from '@mui/material/TableBody';
|
|
18
19
|
import { TableCellProps as TableCellProps$1 } from '@mui/material/TableCell';
|
|
@@ -2413,6 +2414,7 @@ var SvgOpenEyeVisibility = function SvgOpenEyeVisibility(props) {
|
|
|
2413
2414
|
|
|
2414
2415
|
// Custom SVG
|
|
2415
2416
|
|
|
2417
|
+
declare const icons_ContentCopy: typeof ContentCopy;
|
|
2416
2418
|
declare namespace icons {
|
|
2417
2419
|
export {
|
|
2418
2420
|
SvgAccessTimeClock as AccessTime,
|
|
@@ -2446,7 +2448,7 @@ declare namespace icons {
|
|
|
2446
2448
|
SvgCloud as Cloud,
|
|
2447
2449
|
SvgCoin as Coin,
|
|
2448
2450
|
SvgQuestionContactSupportBubble as ContactSupportOutlined,
|
|
2449
|
-
|
|
2451
|
+
icons_ContentCopy as ContentCopy,
|
|
2450
2452
|
SvgScissorsCut as ContentCut,
|
|
2451
2453
|
SvgCopyPaste as ContentPaste,
|
|
2452
2454
|
SvgCopy as Copy,
|