@mparticle/aquarium 1.62.0 → 1.63.0-aquarium-2-upgrade.2
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 +3262 -24777
- package/dist/aquarium.umd.cjs +1 -252
- package/dist/index.d.ts +1 -0
- package/dist/src/components/UXPatterns/MoreActionsButton/MoreActionsButton.d.ts +2 -2
- package/dist/src/components/UXPatterns/PermissionsRestrictions/UnauthorizedTooltip.d.ts +3 -3
- package/dist/src/components/UXPatterns/StatisticsCard/StatisticsCard.d.ts +1 -2
- package/dist/src/components/data-display/Avatar/Avatar.d.ts +4 -7
- package/dist/src/components/data-display/Badge/Badge.d.ts +10 -6
- package/dist/src/components/data-display/Card/Card.d.ts +3 -5
- package/dist/src/components/data-display/Collapse/Collapse.d.ts +3 -5
- package/dist/src/components/data-display/Descriptions/Descriptions.d.ts +4 -6
- package/dist/src/components/data-display/Empty/Empty.d.ts +3 -4
- package/dist/src/components/data-display/Image/Image.d.ts +4 -6
- package/dist/src/components/data-display/List/List.d.ts +3 -5
- package/dist/src/components/data-display/Popover/Popover.d.ts +2 -3
- package/dist/src/components/data-display/Segmented/Segmented.d.ts +2 -4
- package/dist/src/components/data-display/Table/Table.d.ts +15 -10
- package/dist/src/components/data-display/Tabs/Tabs.d.ts +2 -4
- package/dist/src/components/data-display/Tag/Tag.d.ts +4 -6
- package/dist/src/components/data-display/Tooltip/IconWithTooltip.d.ts +5 -6
- package/dist/src/components/data-display/Tooltip/Tooltip.d.ts +3 -4
- package/dist/src/components/data-display/Tour/Tour.d.ts +2 -3
- package/dist/src/components/data-entry/AutoComplete/AutoComplete.d.ts +2 -3
- package/dist/src/components/data-entry/Cascader/Cascader.d.ts +5 -6
- package/dist/src/components/data-entry/Checkbox/Checkbox.d.ts +6 -9
- package/dist/src/components/data-entry/DatePicker/DatePicker.d.ts +59 -55
- package/dist/src/components/data-entry/Form/Form.d.ts +15 -15
- package/dist/src/components/data-entry/Input/Input.d.ts +2 -4
- package/dist/src/components/data-entry/InputNumber/InputNumber.d.ts +2 -3
- package/dist/src/components/data-entry/QueryItem/Action.d.ts +2 -3
- package/dist/src/components/data-entry/QueryItem/Cascader.d.ts +6 -7
- package/dist/src/components/data-entry/QueryItem/NumberInput.d.ts +2 -3
- package/dist/src/components/data-entry/QueryItem/Qualifier.d.ts +2 -3
- package/dist/src/components/data-entry/QueryItem/QueryItem.d.ts +11 -12
- package/dist/src/components/data-entry/QueryItem/Text.d.ts +1 -2
- package/dist/src/components/data-entry/QueryItem/TextInput.d.ts +1 -2
- package/dist/src/components/data-entry/QueryItem/ValueSelector.d.ts +6 -7
- package/dist/src/components/data-entry/Radio/Radio.d.ts +5 -6
- package/dist/src/components/data-entry/Radio/RadioButton.d.ts +2 -3
- package/dist/src/components/data-entry/Radio/RadioGroup.d.ts +2 -3
- package/dist/src/components/data-entry/RadioCard/RadioCard.d.ts +2 -3
- package/dist/src/components/data-entry/Select/Select.d.ts +5 -6
- package/dist/src/components/data-entry/Switch/Switch.d.ts +2 -3
- package/dist/src/components/data-entry/TimePicker/TimePicker.d.ts +4 -6
- package/dist/src/components/data-entry/TreeSelect/TreeSelect.d.ts +3 -5
- package/dist/src/components/data-entry/Upload/Upload.d.ts +4 -6
- package/dist/src/components/feedback/Alert/Alert.d.ts +5 -6
- package/dist/src/components/feedback/Drawer/Drawer.d.ts +2 -3
- package/dist/src/components/feedback/LoadingModal/LoadingModal.d.ts +2 -4
- package/dist/src/components/feedback/Message/Message.d.ts +5 -9
- package/dist/src/components/feedback/Modal/DeleteConfirmModal/DeleteConfirmModal.d.ts +3 -4
- package/dist/src/components/feedback/Modal/ErrorModal/ErrorModal.d.ts +2 -2
- package/dist/src/components/feedback/Modal/Modal.d.ts +5 -6
- package/dist/src/components/feedback/Notification/Notification.d.ts +5 -9
- package/dist/src/components/feedback/Popconfirm/Popconfirm.d.ts +2 -3
- package/dist/src/components/feedback/Progress/Progress.d.ts +2 -3
- package/dist/src/components/feedback/Result/Result.d.ts +2 -4
- package/dist/src/components/feedback/Skeleton/Skeleton.d.ts +8 -9
- package/dist/src/components/feedback/Spin/Spin.d.ts +3 -6
- package/dist/src/components/general/Button/Button.d.ts +4 -6
- package/dist/src/components/general/FloatButton/FloatButton.d.ts +5 -7
- package/dist/src/components/general/Icon/ErrorStateIcon/ErrorStateIcon.d.ts +1 -1
- package/dist/src/components/general/Icon/Icon.d.ts +2 -2
- package/dist/src/components/general/Icon/SuccessStateIcon/SuccessStateIcon.d.ts +1 -1
- package/dist/src/components/general/Icon/WarningStateIcon/WarningStateIcon.d.ts +1 -1
- package/dist/src/components/general/Typography/Typography.d.ts +11 -12
- package/dist/src/components/icons/index.d.ts +140 -140
- package/dist/src/components/layout/Center/Center.d.ts +2 -3
- package/dist/src/components/layout/Divider/Divider.d.ts +2 -3
- package/dist/src/components/layout/Flex/Flex.d.ts +2 -3
- package/dist/src/components/layout/Grid/Grid.d.ts +1 -5
- package/dist/src/components/layout/Layout/Layout.d.ts +3 -5
- package/dist/src/components/layout/Space/Space.d.ts +3 -5
- package/dist/src/components/layout/Splitter/Splitter.d.ts +5 -6
- package/dist/src/components/navigation/Anchor/Anchor.d.ts +2 -4
- package/dist/src/components/navigation/Breadcrumb/Breadcrumb.d.ts +3 -7
- package/dist/src/components/navigation/Dropdown/Dropdown.d.ts +3 -5
- package/dist/src/components/navigation/GlobalNavigation/GlobalNavigation.d.ts +4 -5
- package/dist/src/components/navigation/GlobalNavigation/HomeButton.d.ts +1 -2
- package/dist/src/components/navigation/GlobalNavigation/NavigationButtonItem.d.ts +1 -1
- package/dist/src/components/navigation/GlobalNavigation/NavigationCreate.d.ts +2 -3
- package/dist/src/components/navigation/GlobalNavigation/NavigationIcon.d.ts +2 -3
- package/dist/src/components/navigation/GlobalNavigation/NavigationItem.d.ts +4 -5
- package/dist/src/components/navigation/GlobalNavigation/NavigationList.d.ts +2 -3
- package/dist/src/components/navigation/GlobalNavigation/NavigationMenu.d.ts +2 -3
- package/dist/src/components/navigation/GlobalNavigation/NavigationSearch.d.ts +1 -2
- package/dist/src/components/navigation/GlobalNavigation/NotificationCenter.d.ts +2 -3
- package/dist/src/components/navigation/GlobalNavigation/SuiteLogo.d.ts +2 -3
- package/dist/src/components/navigation/GlobalNavigation/SuiteSelector/SuiteSelector.d.ts +4 -5
- package/dist/src/components/navigation/GlobalNavigation/SuiteSelector/SuiteSelectorContent.d.ts +2 -3
- package/dist/src/components/navigation/GlobalNavigation/SuiteSelector/SuiteSelectorSuiteLink.d.ts +2 -3
- package/dist/src/components/navigation/GlobalNavigation/WorkspaceSelector/WorkspaceNoResults.d.ts +1 -2
- package/dist/src/components/navigation/GlobalNavigation/WorkspaceSelector/WorkspaceSelector.d.ts +2 -3
- package/dist/src/components/navigation/GlobalNavigation/WorkspaceSelector/WorkspaceSelectorContent.d.ts +4 -5
- package/dist/src/components/navigation/GlobalNavigation/WorkspaceSelector/WorkspaceSelectorContentItems.d.ts +2 -3
- package/dist/src/components/navigation/GlobalNavigation/stories-utils.d.ts +1 -1
- package/dist/src/components/navigation/Menu/Menu.d.ts +7 -10
- package/dist/src/components/navigation/Pagination/Pagination.d.ts +2 -3
- package/dist/src/components/navigation/Steps/Steps.d.ts +2 -3
- package/dist/src/components/not-prod-ready/Affix/Affix.d.ts +2 -3
- package/dist/src/components/not-prod-ready/Calendar/Calendar.d.ts +5 -8
- package/dist/src/components/not-prod-ready/Carousel/Carousel.d.ts +2 -3
- package/dist/src/components/not-prod-ready/ColorPicker/ColorPicker.d.ts +2 -3
- package/dist/src/components/not-prod-ready/QRCode/QRCode.d.ts +2 -3
- package/dist/src/components/not-prod-ready/Rate/Rate.d.ts +2 -3
- package/dist/src/components/not-prod-ready/Slider/Slider.d.ts +2 -4
- package/dist/src/components/not-prod-ready/Statistic/Statistic.d.ts +3 -6
- package/dist/src/components/not-prod-ready/Timeline/Timeline.d.ts +2 -4
- package/dist/src/components/not-prod-ready/Transfer/Transfer.d.ts +4 -6
- package/dist/src/components/not-prod-ready/Tree/Tree.d.ts +7 -13
- package/dist/src/components/not-prod-ready/Watermark/Watermark.d.ts +2 -3
- package/dist/src/components/other/ConfigProvider/ConfigProvider.d.ts +11 -0
- package/dist/src/constants/ChartConfig.d.ts +1 -1
- package/dist/src/constants/Icons.d.ts +1 -1
- package/dist/src/hooks/NewExperienceReminder/useNewExperienceReminder.d.ts +1 -1
- package/dist/src/services/user-preferences/composite-user-preferences-service/composite-user-preferences-service.d.ts +3 -3
- package/dist/src/services/user-preferences/models/definitions/user-preference-definition.d.ts +1 -1
- package/dist/src/services/user-preferences/models/definitions/user-preference-definitions.d.ts +1 -1
- package/dist/src/services/user-preferences/models/definitions/user-preference-per-scope.d.ts +1 -1
- package/dist/src/services/user-preferences/user-preferences-service.d.ts +3 -3
- package/dist/src/services/user-preferences/user-preferences-service.spec.d.ts +4 -4
- package/dist/src/types/icons.d.ts +1 -2
- package/dist/src/utils/Cookies.d.ts +1 -1
- package/dist/src/utils/ExampleStory.d.ts +1 -3
- package/dist/src/utils/GetGlobalToken.d.ts +0 -1
- package/dist/src/utils/debounce.d.ts +1 -1
- package/dist/src/utils/svg-prettifier/SvgPrettifier.d.ts +1 -2
- package/dist/src/utils/utils.d.ts +2 -2
- package/dist/style.css +1 -1
- package/package.json +61 -70
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mparticle/aquarium",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.63.0-aquarium-2-upgrade.2",
|
|
4
4
|
"description": "mParticle Component Library",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"keywords": [
|
|
@@ -25,79 +25,75 @@
|
|
|
25
25
|
"dist/style.ts",
|
|
26
26
|
"dist/src"
|
|
27
27
|
],
|
|
28
|
-
"engines": {
|
|
29
|
-
"node": ">=18.0.0"
|
|
30
|
-
},
|
|
31
28
|
"peerDependencies": {
|
|
32
|
-
"antd": "
|
|
29
|
+
"antd": "6.2.1",
|
|
33
30
|
"dayjs": "1.11.x",
|
|
34
|
-
"react": ">=
|
|
35
|
-
"react-dom": ">=
|
|
31
|
+
"react": ">=19.0.0",
|
|
32
|
+
"react-dom": ">=19.0.0"
|
|
36
33
|
},
|
|
37
34
|
"devDependencies": {
|
|
38
|
-
"@commitlint/cli": "
|
|
39
|
-
"@commitlint/config-conventional": "
|
|
40
|
-
"@faker-js/faker": "
|
|
35
|
+
"@commitlint/cli": "20.3.1",
|
|
36
|
+
"@commitlint/config-conventional": "20.3.1",
|
|
37
|
+
"@faker-js/faker": "10.2.0",
|
|
41
38
|
"@semantic-release/changelog": "6.0.3",
|
|
42
39
|
"@semantic-release/exec": "7.1.0",
|
|
43
40
|
"@semantic-release/git": "10.0.1",
|
|
44
|
-
"@storybook/addon-
|
|
45
|
-
"@storybook/
|
|
46
|
-
"@storybook/
|
|
47
|
-
"@
|
|
48
|
-
"@
|
|
49
|
-
"@
|
|
50
|
-
"@
|
|
51
|
-
"@
|
|
52
|
-
"@
|
|
53
|
-
"@
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"@types/jsdom": "21.1.7",
|
|
57
|
-
"@types/multer": "1.4.12",
|
|
58
|
-
"@typescript-eslint/eslint-plugin": "6.19.0",
|
|
59
|
-
"@vitejs/plugin-react": "4.2.1",
|
|
60
|
-
"@vitest/coverage-v8": "1.3.1",
|
|
61
|
-
"concurrently": "8.2.2",
|
|
41
|
+
"@storybook/addon-docs": "10.2.0",
|
|
42
|
+
"@storybook/react-vite": "10.2.0",
|
|
43
|
+
"@storybook/test-runner": "0.24.2",
|
|
44
|
+
"@types/jsdom": "27.0.0",
|
|
45
|
+
"@types/lodash": "4.17.23",
|
|
46
|
+
"@types/multer": "2.0.0",
|
|
47
|
+
"@types/react": "19.2.9",
|
|
48
|
+
"@types/react-dom": "19.2.3",
|
|
49
|
+
"@vitejs/plugin-react": "5.1.2",
|
|
50
|
+
"@vitest/coverage-v8": "4.0.17",
|
|
51
|
+
"antd": "6.2.1",
|
|
52
|
+
"concurrently": "9.2.1",
|
|
62
53
|
"cz-conventional-changelog": "3.3.0",
|
|
63
|
-
"eslint": "
|
|
64
|
-
"eslint-config-prettier": "
|
|
65
|
-
"eslint-
|
|
66
|
-
"eslint-plugin-
|
|
67
|
-
"
|
|
68
|
-
"
|
|
69
|
-
"eslint-plugin-react-hooks": "4.6.0",
|
|
70
|
-
"factory.ts": "1.4.1",
|
|
71
|
-
"highcharts": "12.1.2",
|
|
54
|
+
"eslint": "9.39.2",
|
|
55
|
+
"eslint-config-prettier": "10.1.8",
|
|
56
|
+
"eslint-plugin-react": "7.37.5",
|
|
57
|
+
"eslint-plugin-react-hooks": "7.0.1",
|
|
58
|
+
"factory.ts": "1.4.2",
|
|
59
|
+
"highcharts": "12.5.0",
|
|
72
60
|
"http-server": "14.1.1",
|
|
73
|
-
"husky": "9.
|
|
74
|
-
"jsdom": "
|
|
75
|
-
"mdx-mermaid": "
|
|
76
|
-
"multer": "
|
|
77
|
-
"postcss": "8.
|
|
78
|
-
"postcss-nested": "
|
|
79
|
-
"prettier": "3.
|
|
80
|
-
"
|
|
61
|
+
"husky": "9.1.7",
|
|
62
|
+
"jsdom": "27.4.0",
|
|
63
|
+
"mdx-mermaid": "2.0.3",
|
|
64
|
+
"multer": "2.0.2",
|
|
65
|
+
"postcss": "8.5.6",
|
|
66
|
+
"postcss-nested": "7.0.2",
|
|
67
|
+
"prettier": "3.8.1",
|
|
68
|
+
"react": "19.2.3",
|
|
69
|
+
"react-dom": "19.2.3",
|
|
70
|
+
"remark-gfm": "4.0.1",
|
|
81
71
|
"semantic-release": "25.0.2",
|
|
82
|
-
"shx": "
|
|
83
|
-
"storybook": "
|
|
84
|
-
"stylelint": "
|
|
85
|
-
"stylelint-config-recommended": "
|
|
86
|
-
"stylelint-config-standard": "
|
|
87
|
-
"
|
|
88
|
-
"
|
|
89
|
-
"typescript": "
|
|
90
|
-
"vite": "
|
|
91
|
-
"vite-plugin-dts": "
|
|
92
|
-
"vite-plugin-svgr": "4.
|
|
93
|
-
"vitest": "
|
|
94
|
-
"wait-on": "
|
|
72
|
+
"shx": "0.4.0",
|
|
73
|
+
"storybook": "10.2.0",
|
|
74
|
+
"stylelint": "17.0.0",
|
|
75
|
+
"stylelint-config-recommended": "18.0.0",
|
|
76
|
+
"stylelint-config-standard": "40.0.0",
|
|
77
|
+
"type-fest": "5.4.1",
|
|
78
|
+
"typescript": "5.9.3",
|
|
79
|
+
"typescript-eslint": "8.53.1",
|
|
80
|
+
"vite": "7.3.1",
|
|
81
|
+
"vite-plugin-dts": "4.5.4",
|
|
82
|
+
"vite-plugin-svgr": "4.5.0",
|
|
83
|
+
"vitest": "4.0.17",
|
|
84
|
+
"wait-on": "9.0.3",
|
|
85
|
+
"zod": "3.25.76"
|
|
95
86
|
},
|
|
96
87
|
"optionalDependencies": {
|
|
97
|
-
"@esbuild/darwin-x64": "0.
|
|
98
|
-
"@rollup/rollup-linux-x64-gnu": "4.
|
|
99
|
-
"@swc/core-linux-x64-gnu": "1.
|
|
100
|
-
"@swc/core-linux-x64-musl": "1.
|
|
88
|
+
"@esbuild/darwin-x64": "0.27.2",
|
|
89
|
+
"@rollup/rollup-linux-x64-gnu": "4.55.3",
|
|
90
|
+
"@swc/core-linux-x64-gnu": "1.15.10",
|
|
91
|
+
"@swc/core-linux-x64-musl": "1.15.10"
|
|
92
|
+
},
|
|
93
|
+
"dependencies": {
|
|
94
|
+
"@types/fnv-plus": "1.3.2",
|
|
95
|
+
"fnv-plus": "1.3.1",
|
|
96
|
+
"lodash.clonedeep": "4.5.0"
|
|
101
97
|
},
|
|
102
98
|
"scripts": {
|
|
103
99
|
"prepare": "husky",
|
|
@@ -109,9 +105,9 @@
|
|
|
109
105
|
"build": "vite build && node scripts/fix-type-imports.js && npm run tokens-to-css && shx cp src/styles/*.css dist && shx cp src/styles/style.ts dist",
|
|
110
106
|
"build-dist": "sh ./scripts/build-dist.sh",
|
|
111
107
|
"build-storybook": "storybook build",
|
|
112
|
-
"lint": "concurrently \"eslint
|
|
113
|
-
"lint:fix": "concurrently \"eslint
|
|
114
|
-
"lint:staged": "eslint --quiet --fix
|
|
108
|
+
"lint": "concurrently \"eslint src\" \"stylelint \"**/*.css\"\"",
|
|
109
|
+
"lint:fix": "concurrently \"eslint src --quiet --fix\" \"stylelint \"**/*.css\" --fix\"",
|
|
110
|
+
"lint:staged": "eslint --quiet --fix",
|
|
115
111
|
"stylelint:staged": "stylelint --allow-empty-input --fix ",
|
|
116
112
|
"tokens-to-css": "npx style-dictionary build --config ./style-dictionary.json",
|
|
117
113
|
"icons-prettifier": "node ./server/prettify-server.cjs"
|
|
@@ -132,10 +128,5 @@
|
|
|
132
128
|
"commitizen": {
|
|
133
129
|
"path": "./node_modules/cz-conventional-changelog"
|
|
134
130
|
}
|
|
135
|
-
},
|
|
136
|
-
"dependencies": {
|
|
137
|
-
"@types/fnv-plus": "1.3.1",
|
|
138
|
-
"fnv-plus": "1.3.1",
|
|
139
|
-
"lodash.clonedeep": "4.5.0"
|
|
140
131
|
}
|
|
141
132
|
}
|