@up42/up-components 2.2.0 → 2.4.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.
- package/dist/cjs/index.js +2 -2
- package/dist/cjs/types/components/ContactBox/ContactBox.d.ts +1 -1
- package/dist/cjs/types/components/CopyButton/CopyButton.d.ts +1 -1
- package/dist/cjs/types/components/InfoModal/InfoModal.d.ts +1 -1
- package/dist/cjs/types/components/TabGroup/TabGroup.d.ts +1 -1
- package/dist/cjs/types/global/icons/index.d.ts +0 -8
- package/dist/cjs/types/index.d.ts +0 -5
- package/dist/esm/index.js +2 -2
- package/dist/esm/types/components/ContactBox/ContactBox.d.ts +1 -1
- package/dist/esm/types/components/CopyButton/CopyButton.d.ts +1 -1
- package/dist/esm/types/components/InfoModal/InfoModal.d.ts +1 -1
- package/dist/esm/types/components/TabGroup/TabGroup.d.ts +1 -1
- package/dist/esm/types/global/icons/index.d.ts +0 -8
- package/dist/esm/types/index.d.ts +0 -5
- package/dist/index.d.ts +353 -523
- package/package.json +1 -1
- package/dist/cjs/types/components/Box/Box.d.ts +0 -8
- package/dist/cjs/types/components/Box/Box.test.d.ts +0 -1
- package/dist/cjs/types/components/Menu/Menu.d.ts +0 -11
- package/dist/cjs/types/components/Menu/Menu.test.d.ts +0 -1
- package/dist/cjs/types/components/Modal/Modal.d.ts +0 -8
- package/dist/cjs/types/components/Modal/Modal.test.d.ts +0 -1
- package/dist/cjs/types/components/Popover/Popover.d.ts +0 -8
- package/dist/cjs/types/components/Popover/Popover.test.d.ts +0 -1
- package/dist/cjs/types/components/Tooltip/Tooltip.d.ts +0 -7
- package/dist/cjs/types/components/Tooltip/Tooltip.test.d.ts +0 -1
- package/dist/esm/types/components/Box/Box.d.ts +0 -8
- package/dist/esm/types/components/Box/Box.test.d.ts +0 -1
- package/dist/esm/types/components/Menu/Menu.d.ts +0 -11
- package/dist/esm/types/components/Menu/Menu.test.d.ts +0 -1
- package/dist/esm/types/components/Modal/Modal.d.ts +0 -8
- package/dist/esm/types/components/Modal/Modal.test.d.ts +0 -1
- package/dist/esm/types/components/Popover/Popover.d.ts +0 -8
- package/dist/esm/types/components/Popover/Popover.test.d.ts +0 -1
- package/dist/esm/types/components/Tooltip/Tooltip.d.ts +0 -7
- package/dist/esm/types/components/Tooltip/Tooltip.test.d.ts +0 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
+
import { ModalProps as MUIModalProps } from '@mui/material';
|
|
2
3
|
import { MUIGlobalOmit } from '@global/utils/types';
|
|
3
|
-
import { ModalProps as MUIModalProps } from '../Modal/Modal';
|
|
4
4
|
import { InfoCardProps } from '../InfoCard/InfoCard';
|
|
5
5
|
export declare type InfoModalProps = MUIGlobalOmit<Omit<MUIModalProps, 'BackdropProps' | 'BackdropComponent' | 'onBackdropClick'>, Omit<InfoCardProps, 'headerAction'> & {
|
|
6
6
|
/**
|
|
@@ -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';
|
|
@@ -8,7 +8,6 @@ export { Typography, type TypographyProps } from './components/Typography/Typogr
|
|
|
8
8
|
export { Avatar, type AvatarProps } from './components/Avatar/Avatar';
|
|
9
9
|
export { GridContainer, type GridContainerProps, GridItem, type GridItemProps } from './components/Grid/Grid';
|
|
10
10
|
export { PageContainer, type PageContainerProps } from './components/PageContainer/PageContainer';
|
|
11
|
-
export { Box, type BoxProps } from './components/Box/Box';
|
|
12
11
|
export { Checkbox, type CheckboxProps } from './components/Checkbox/Checkbox';
|
|
13
12
|
export { FormCheckbox, type FormCheckboxProps } from './components/FormCheckbox/FormCheckbox';
|
|
14
13
|
export { FormDatePicker, type FormDatePickerProps, type DatePickerDateType, } from './components/FormDatePicker/FormDatePicker';
|
|
@@ -26,17 +25,13 @@ export { Link, type LinkProps } from './components/Link/Link';
|
|
|
26
25
|
export { Tabs, Tab, type TabsProps, type TabProps } from './components/Tabs/Tabs';
|
|
27
26
|
export { TabGroup, type TabGroupProps } from './components/TabGroup/TabGroup';
|
|
28
27
|
export { EmptyState, type EmptyStateProps } from './components/EmptyState/EmptyState';
|
|
29
|
-
export { Modal, type ModalProps } from './components/Modal/Modal';
|
|
30
28
|
export { InfoModal, type InfoModalProps } from './components/InfoModal/InfoModal';
|
|
31
29
|
export { Alert, type AlertProps } from './components/Alert/Alert';
|
|
32
30
|
export { Banner, type BannerProps } from './components/Banner/Banner';
|
|
33
|
-
export { Tooltip, type TooltipProps } from './components/Tooltip/Tooltip';
|
|
34
31
|
export { InfoCard, type InfoCardProps } from './components/InfoCard/InfoCard';
|
|
35
32
|
export { ContactBox, type ContactBoxProps } from './components/ContactBox/ContactBox';
|
|
36
|
-
export { Menu, MenuItem, type MenuProps, type MenuItemProps } from './components/Menu/Menu';
|
|
37
33
|
export { ControlButton, type ControlButtonProps } from './components/ControlButton/ControlButton';
|
|
38
34
|
export { CopyButton, type CopyButtonProps } from './components/CopyButton/CopyButton';
|
|
39
|
-
export { Popover, type PopoverProps } from './components/Popover/Popover';
|
|
40
35
|
export { InfoPopover, type InfoPopoverProps } from './components/InfoPopover/InfoPopover';
|
|
41
36
|
export { PageHeader, type PageHeaderProps } from './components/PageHeader/PageHeader';
|
|
42
37
|
export { NotFound, type NotFoundProps } from './components/NotFound/NotFound';
|