@mparticle/aquarium 1.34.1-chore-better-select-prop-types.2 → 1.35.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/aquarium.js +3338 -3332
- package/dist/aquarium.umd.cjs +47 -47
- package/dist/src/components/data-display/Collapse/Collapse.d.ts +1 -1
- package/dist/src/components/data-entry/DatePicker/DatePicker.d.ts +3 -0
- package/dist/src/components/icons/index.d.ts +2 -1
- package/dist/src/types/icons.d.ts +1 -1
- package/dist/style.ts +24 -12
- package/package.json +1 -1
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { type DatePickerProps as AntDatePickerProps } from 'antd';
|
|
3
|
+
import type { RangePickerProps as AntRangePickerProps } from 'antd/es/date-picker';
|
|
3
4
|
export interface IDatePickerProps extends AntDatePickerProps {
|
|
4
5
|
}
|
|
6
|
+
export interface IRangePickerProps extends AntRangePickerProps {
|
|
7
|
+
}
|
|
5
8
|
export declare const DatePicker: {
|
|
6
9
|
(props: IDatePickerProps): import("react/jsx-runtime").JSX.Element;
|
|
7
10
|
generatePicker: <DateType extends import("antd/es/_util/type").AnyObject = import("antd/es/_util/type").AnyObject>(generateConfig: import("rc-picker/lib/generate").GenerateConfig<DateType>) => (<ValueType = DateType>(props: import("antd/es/date-picker/generatePicker/interface").PickerPropsWithMultiple<DateType, import("antd/es/date-picker/generatePicker").PickerProps<DateType>, ValueType>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>) & {
|
|
@@ -11,6 +11,7 @@ import CloudIcon from '../../../../../../../../src/assets/svg/cloud.svg?react';
|
|
|
11
11
|
import ConnectionsIcon from '../../../../../../../../src/assets/svg/connections.svg?react';
|
|
12
12
|
import DataPlatformIconDt from '../../../../../../../../src/assets/svg/mp_pm_dt_data-platform.svg?react';
|
|
13
13
|
import DatabaseIcon from '../../../../../../../../src/assets/svg/database.svg?react';
|
|
14
|
+
import DragAndDropIcon from '../../../../../../../../src/assets/svg/mp_act_lt_dragandrop.svg?react';
|
|
14
15
|
import DsrIcon from '../../../../../../../../src/assets/svg/mp_pm_lt_dsr.svg?react';
|
|
15
16
|
import EmptyIcon from '../../../../../../../../src/assets/svg/empty.svg?react';
|
|
16
17
|
import EnrichmentIcon from '../../../../../../../../src/assets/svg/mp_pm_lt_enrichment.svg?react';
|
|
@@ -85,4 +86,4 @@ import FullScreen from '../../../../../../../../src/assets/svg/mp_act_lt_full-sc
|
|
|
85
86
|
import Edit from '../../../../../../../../src/assets/svg/mp_act_lt_edit.svg?react';
|
|
86
87
|
import Copy from '../../../../../../../../src/assets/svg/mp_act_lt_copy.svg?react';
|
|
87
88
|
import MoreActions from '../../../../../../../../src/assets/svg/mp_act_lt_more-actions.svg?react';
|
|
88
|
-
export { AddIcon, AlicornIcon, AnalyticsIconDt, C360IconDt, CatalogIcon, ChartColumnIcon, ChartLineIcon, CheckIcon, CircleNodesIcon, CloudIcon, ConnectionsIcon,
|
|
89
|
+
export { 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, 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, };
|
|
@@ -7,4 +7,4 @@ export type IconOptions = RequireAtLeastOne<{
|
|
|
7
7
|
default: IconVariant;
|
|
8
8
|
deprecated?: string;
|
|
9
9
|
}, IconVariant>;
|
|
10
|
-
export type IconNames = '
|
|
10
|
+
export type IconNames = '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' | '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';
|
package/dist/style.ts
CHANGED
|
@@ -393,9 +393,12 @@ export const MarginMd = "20px";
|
|
|
393
393
|
export const MarginLg = "24px";
|
|
394
394
|
export const MarginXl = "32px";
|
|
395
395
|
export const MarginXxl = "48px";
|
|
396
|
-
export const BoxShadow =
|
|
397
|
-
|
|
398
|
-
export const
|
|
396
|
+
export const BoxShadow =
|
|
397
|
+
" 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05) ";
|
|
398
|
+
export const BoxShadowSecondary =
|
|
399
|
+
" 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05) ";
|
|
400
|
+
export const BoxShadowTertiary =
|
|
401
|
+
" 0 1px 2px 0 rgba(0, 0, 0, 0.03), 0 1px 6px -1px rgba(0, 0, 0, 0.02), 0 2px 4px 0 rgba(0, 0, 0, 0.02) ";
|
|
399
402
|
export const ScreenXs = "480px";
|
|
400
403
|
export const ScreenXsMin = "480px";
|
|
401
404
|
export const ScreenXsMax = "575px";
|
|
@@ -414,12 +417,21 @@ export const ScreenXlMax = "1599px";
|
|
|
414
417
|
export const ScreenXxl = "1600px";
|
|
415
418
|
export const ScreenXxlMin = "1600px";
|
|
416
419
|
export const BoxShadowPopoverArrow = "2px 2px 5px rgba(0, 0, 0, 0.05)";
|
|
417
|
-
export const BoxShadowCard =
|
|
418
|
-
|
|
419
|
-
export const
|
|
420
|
-
|
|
421
|
-
export const
|
|
422
|
-
|
|
423
|
-
export const
|
|
424
|
-
|
|
425
|
-
export const
|
|
420
|
+
export const BoxShadowCard =
|
|
421
|
+
" 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 5px 12px 4px rgba(0, 0, 0, 0.09) ";
|
|
422
|
+
export const BoxShadowDrawerRight =
|
|
423
|
+
" -6px 0 16px 0 rgba(0, 0, 0, 0.08), -3px 0 6px -4px rgba(0, 0, 0, 0.12), -9px 0 28px 8px rgba(0, 0, 0, 0.05) ";
|
|
424
|
+
export const BoxShadowDrawerLeft =
|
|
425
|
+
" 6px 0 16px 0 rgba(0, 0, 0, 0.08), 3px 0 6px -4px rgba(0, 0, 0, 0.12), 9px 0 28px 8px rgba(0, 0, 0, 0.05) ";
|
|
426
|
+
export const BoxShadowDrawerUp =
|
|
427
|
+
" 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05) ";
|
|
428
|
+
export const BoxShadowDrawerDown =
|
|
429
|
+
" 0 -6px 16px 0 rgba(0, 0, 0, 0.08), 0 -3px 6px -4px rgba(0, 0, 0, 0.12), 0 -9px 28px 8px rgba(0, 0, 0, 0.05) ";
|
|
430
|
+
export const BoxShadowTabsOverflowLeft =
|
|
431
|
+
"inset 10px 0 8px -8px rgba(0, 0, 0, 0.08)";
|
|
432
|
+
export const BoxShadowTabsOverflowRight =
|
|
433
|
+
"inset -10px 0 8px -8px rgba(0, 0, 0, 0.08)";
|
|
434
|
+
export const BoxShadowTabsOverflowTop =
|
|
435
|
+
"inset 0 10px 8px -8px rgba(0, 0, 0, 0.08)";
|
|
436
|
+
export const BoxShadowTabsOverflowBottom =
|
|
437
|
+
"inset 0 -10px 8px -8px rgba(0, 0, 0, 0.08)";
|