@mparticle/aquarium 1.36.1 → 1.37.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.
@@ -4,9 +4,9 @@ export declare const QueryItem: {
4
4
  Qualifier: (props: import('../../../../../../../../../src/components/data-entry/QueryItem/Qualifier').IQueryItemQualifierProps) => import("react/jsx-runtime").JSX.Element;
5
5
  ValueSelector: {
6
6
  (): import("react/jsx-runtime").JSX.Element;
7
- TextInput: (props: import("./TextInput").ITextInputProps) => import("react/jsx-runtime").JSX.Element;
8
- NumberInput: (props: import("./NumberInput").INumberInputProps) => import("react/jsx-runtime").JSX.Element;
9
- Cascader: (props: import("./Cascader").IQueryItemCascaderProps) => import("react/jsx-runtime").JSX.Element;
7
+ TextInput: (props: import('../../../../../../../../../src/components').ITextInputProps) => import("react/jsx-runtime").JSX.Element;
8
+ NumberInput: (props: import('../../../../../../../../../src/components').INumberInputProps) => import("react/jsx-runtime").JSX.Element;
9
+ Cascader: (props: import('../../../../../../../../../src/components').IQueryItemCascaderProps) => import("react/jsx-runtime").JSX.Element;
10
10
  };
11
11
  Text: ({ disabled, text }: import('../../../../../../../../../src/components/data-entry/QueryItem/Text').ITextProps) => import("react/jsx-runtime").JSX.Element;
12
12
  };
@@ -8,7 +8,6 @@ import ChartLineIcon from '../../../../../../../../src/assets/svg/chart-line.svg
8
8
  import CheckIcon from '../../../../../../../../src/assets/svg/check.svg?react';
9
9
  import CircleNodesIcon from '../../../../../../../../src/assets/svg/circle-nodes.svg?react';
10
10
  import CloudIcon from '../../../../../../../../src/assets/svg/cloud.svg?react';
11
- import CrosshairIcon from '../../../../../../../../src/assets/svg/crosshair.svg?react';
12
11
  import ConnectionsIcon from '../../../../../../../../src/assets/svg/connections.svg?react';
13
12
  import DataPlatformIconDt from '../../../../../../../../src/assets/svg/mp_pm_dt_data-platform.svg?react';
14
13
  import DatabaseIcon from '../../../../../../../../src/assets/svg/database.svg?react';
@@ -34,6 +33,7 @@ import MessageQuestionIcon from '../../../../../../../../src/assets/svg/message-
34
33
  import MpLogoIcon from '../../../../../../../../src/assets/svg/mpLogo.svg?react';
35
34
  import ObservabilityIcon from '../../../../../../../../src/assets/svg/mp_pm_lt_observability.svg?react';
36
35
  import OversightIconDt from '../../../../../../../../src/assets/svg/mp_pm_dt_oversight.svg?react';
36
+ import PrecisionIcon from '../../../../../../../../src/assets/svg/precision.svg?react';
37
37
  import PredictionsIcon from '../../../../../../../../src/assets/svg/mp_pm_lt_predictions.svg?react';
38
38
  import PredictionsIconDt from '../../../../../../../../src/assets/svg/mp_pm_dt_predictions.svg?react';
39
39
  import RemoveIcon from '../../../../../../../../src/assets/svg/remove.svg?react';
@@ -90,4 +90,4 @@ import Edit from '../../../../../../../../src/assets/svg/mp_act_lt_edit.svg?reac
90
90
  import Copy from '../../../../../../../../src/assets/svg/mp_act_lt_copy.svg?react';
91
91
  import MoreActions from '../../../../../../../../src/assets/svg/mp_act_lt_more-actions.svg?react';
92
92
  import AbSplit from '../../../../../../../../src/assets/svg/mp_info_lt_ab-split.svg?react';
93
- export { AbSplit, Account, ActiveIcon, AddIcon, AlicornIcon, AnalyticsIconDt, Annotation, C360IconDt, CatalogIcon, ChartColumnIcon, ChartLineIcon, CheckIcon, CircleNodesIcon, CloudIcon, CrosshairIcon, Cohort, ConnectionsIcon, ConversionIcon, Copy, Dashboard, DatabaseIcon, DataPlatformIconDt, Delete, DirectoryIcon, DragAndDropIcon, DropdownClose, DropdownOpen, DsrIcon, Edit, EmptyIcon, EnrichmentIcon, EventAttributeIcon, EventIcon, FilterIcon, FitToScreen, FolderClosedIcon, ForwardingIcon, FullScreen, Funnel, GearIcon, GridIcon, HeartIcon, HelpIcon, HelpVideoIcon, IdentityIcon, InfoIcon, JourneyAnalysis, JumpToIcon, LightBulbIcon, LinkIcon, LiveStreamIcon, LockIcon, MessageQuestionIcon, MoreActions, MpLogoIcon, NextIcon, NotificationIcon, NotificationSubscribedIcon, NotificationSubscribeIcon, ObservabilityIcon, OpenTabIcon, Organization, OversightIconDt, OverviewIconDt, PaywallIcon, Placeholder, PredictionsIcon, PredictionsIconDt, PremiumIcon, PremiumIconDt, PreviousIcon, Privileges, RefreshFrequency, RemoveIcon, ScheduledReport, SearchIcon, SegmentationAnalysis, SegmentationIconDt, ShieldKeyholeIcon, SignoutIcon, SplitIcon, SystemAlertsIcon, TextWidget, TransformationsIcon, UnlockIcon, UploadIcon, UserAttributeIcon, UserProfilesIcon, UsersIcon, WrenchIcon, ZoomIn, ZoomOut, };
93
+ export { AbSplit, Account, ActiveIcon, AddIcon, AlicornIcon, AnalyticsIconDt, Annotation, C360IconDt, CatalogIcon, ChartColumnIcon, ChartLineIcon, CheckIcon, CircleNodesIcon, CloudIcon, Cohort, ConnectionsIcon, ConversionIcon, Copy, Dashboard, DatabaseIcon, DataPlatformIconDt, Delete, DirectoryIcon, DragAndDropIcon, DropdownClose, DropdownOpen, DsrIcon, Edit, EmptyIcon, EnrichmentIcon, EventAttributeIcon, EventIcon, FilterIcon, FitToScreen, FolderClosedIcon, ForwardingIcon, FullScreen, Funnel, GearIcon, GridIcon, HeartIcon, HelpIcon, HelpVideoIcon, IdentityIcon, InfoIcon, JourneyAnalysis, JumpToIcon, LightBulbIcon, LinkIcon, LiveStreamIcon, LockIcon, MessageQuestionIcon, MoreActions, MpLogoIcon, NextIcon, NotificationIcon, NotificationSubscribedIcon, NotificationSubscribeIcon, ObservabilityIcon, OpenTabIcon, Organization, OversightIconDt, OverviewIconDt, PaywallIcon, Placeholder, PrecisionIcon, PredictionsIcon, PredictionsIconDt, PremiumIcon, PremiumIconDt, PreviousIcon, Privileges, RefreshFrequency, RemoveIcon, ScheduledReport, SearchIcon, SegmentationAnalysis, SegmentationIconDt, ShieldKeyholeIcon, SignoutIcon, SplitIcon, SystemAlertsIcon, TextWidget, TransformationsIcon, UnlockIcon, UploadIcon, UserAttributeIcon, UserProfilesIcon, UsersIcon, WrenchIcon, ZoomIn, ZoomOut, };
@@ -1,7 +1,8 @@
1
1
  import { type IButtonProps, type IPopoverProps } from '../../../../../../../../../src/components';
2
2
  export interface INotificationCenterProps extends Omit<IPopoverProps, 'key' | 'trigger' | 'placement' | 'arrow' | 'overlayClassName' | 'title'> {
3
+ unreadMessages?: number;
3
4
  onClose?: IButtonProps['onClick'];
4
5
  onPreferencesClick?: IButtonProps['onClick'];
5
6
  }
6
7
  export declare const NotificationCenterZIndex = 9999;
7
- export declare function NotificationCenter({ zIndex, onClose, onPreferencesClick, ...props }: INotificationCenterProps): import("react/jsx-runtime").JSX.Element;
8
+ export declare function NotificationCenter({ zIndex, onClose, onPreferencesClick, unreadMessages, ...props }: INotificationCenterProps): import("react/jsx-runtime").JSX.Element;
@@ -7,4 +7,4 @@ export type IconOptions = RequireAtLeastOne<{
7
7
  default: IconVariant;
8
8
  deprecated?: string;
9
9
  }, IconVariant>;
10
- export type IconNames = 'abSplit' | 'account' | 'active' | 'add' | 'alicorn' | 'analytics' | 'annotation' | 'api' | 'audiences' | 'C360' | 'catalog' | 'chartColumn' | 'chartLine' | 'check' | 'circleNodes' | 'close' | 'cloud' | 'cohort' | 'connections' | 'conversion' | 'copy' | 'crosshair' | 'dashboard' | 'database' | 'dataPlatform' | 'delete' | 'directory' | 'dragAndDrop' | 'dropdownClose' | 'dropdownOpen' | 'dsr' | 'edit' | 'empty' | 'enrichment' | 'event' | 'eventAttribute' | 'favorite' | 'filter' | 'fitToScreen' | 'folderClosed' | 'forwarding' | 'fullScreen' | 'funnel' | 'gear' | 'grid' | 'heart' | 'help' | 'helpVideo' | 'identity' | 'info' | 'insights' | 'journeyAnalysis' | 'journeys' | 'jumpTo' | 'lightBulb' | 'link' | 'liveStream' | 'lock' | 'logout' | 'messageQuestion' | 'moreActions' | 'mpLogo' | 'myHub' | 'next' | 'notification' | 'notificationSubscribed' | 'notificationSubscribe' | 'observability' | 'openTab' | 'organization' | 'oversight' | 'overview' | 'paywall' | 'pipelines' | 'placeholder' | 'predictions' | 'premium' | 'premiumDt' | 'previous' | 'privacy' | 'privileges' | 'refreshFrequency' | 'remove' | 'savedProjects' | 'scheduledReport' | 'search' | 'segmentation' | 'segmentationAnalysis' | 'selected' | 'settings' | 'setup' | 'shieldKeyhole' | 'signout' | 'siteMap' | 'sparkles' | 'split' | 'support' | 'systemAlerts' | 'textWidget' | 'transformation' | 'trends' | 'unlock' | 'upload' | 'userAttribute' | 'userProfiles' | 'users' | 'wrench' | 'zoomIn' | 'zoomOut';
10
+ export type IconNames = 'abSplit' | 'account' | 'active' | 'add' | 'alicorn' | 'analytics' | 'annotation' | 'api' | 'audiences' | 'C360' | 'catalog' | 'chartColumn' | 'chartLine' | 'check' | 'circleNodes' | 'close' | 'cloud' | 'cohort' | 'connections' | 'conversion' | 'copy' | 'dashboard' | 'database' | 'dataPlatform' | 'delete' | 'directory' | 'dragAndDrop' | 'dropdownClose' | 'dropdownOpen' | 'dsr' | 'edit' | 'empty' | 'enrichment' | 'event' | 'eventAttribute' | 'favorite' | 'filter' | 'fitToScreen' | 'folderClosed' | 'forwarding' | 'fullScreen' | 'funnel' | 'gear' | 'grid' | 'heart' | 'help' | 'helpVideo' | 'identity' | 'info' | 'insights' | 'journeyAnalysis' | 'journeys' | 'jumpTo' | 'lightBulb' | 'link' | 'liveStream' | 'lock' | 'logout' | 'messageQuestion' | 'moreActions' | 'mpLogo' | 'myHub' | 'next' | 'notification' | 'notificationSubscribed' | 'notificationSubscribe' | 'observability' | 'openTab' | 'organization' | 'oversight' | 'overview' | 'paywall' | 'pipelines' | 'placeholder' | 'precision' | 'predictions' | 'premium' | 'premiumDt' | 'previous' | 'privacy' | 'privileges' | 'refreshFrequency' | 'remove' | 'savedProjects' | 'scheduledReport' | 'search' | 'segmentation' | 'segmentationAnalysis' | 'selected' | 'settings' | 'setup' | 'shieldKeyhole' | 'signout' | 'siteMap' | 'sparkles' | 'split' | 'support' | 'systemAlerts' | 'textWidget' | 'transformation' | 'trends' | 'unlock' | 'upload' | 'userAttribute' | 'userProfiles' | 'users' | 'wrench' | 'zoomIn' | 'zoomOut';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mparticle/aquarium",
3
- "version": "1.36.1",
3
+ "version": "1.37.0",
4
4
  "description": "mParticle Component Library",
5
5
  "license": "Apache-2.0",
6
6
  "keywords": [