@mparticle/aquarium 1.8.3-dev.3 → 1.8.3
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 +460 -28585
- package/dist/aquarium.umd.cjs +2 -300
- package/dist/index.d.ts +0 -3
- package/dist/style.ts +5 -0
- package/package.json +11 -16
package/dist/index.d.ts
CHANGED
|
@@ -100,7 +100,6 @@ import { MemoExoticComponent } from 'react';
|
|
|
100
100
|
import { Mentions } from './data-entry/Mentions/Mentions';
|
|
101
101
|
import { MenuDividerType } from 'antd/es/menu/hooks/useItems';
|
|
102
102
|
import { MenuInfo } from 'rc-menu/lib/interface';
|
|
103
|
-
import { default as MenuItem } from 'antd/es/menu/MenuItem';
|
|
104
103
|
import { MenuItemGroupType } from 'antd/es/menu/hooks/useItems';
|
|
105
104
|
import { MenuItemType } from 'antd/es/menu/hooks/useItems';
|
|
106
105
|
import { MenuProps } from 'antd';
|
|
@@ -615,8 +614,6 @@ export declare const Menu: (props: IMenuProps) => JSX_2.Element;
|
|
|
615
614
|
|
|
616
615
|
export { MenuDividerType }
|
|
617
616
|
|
|
618
|
-
export { MenuItem }
|
|
619
|
-
|
|
620
617
|
export { MenuItemGroupType }
|
|
621
618
|
|
|
622
619
|
export { MenuItemType }
|
package/dist/style.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mparticle/aquarium",
|
|
3
|
-
"version": "1.8.3
|
|
3
|
+
"version": "1.8.3",
|
|
4
4
|
"description": "mParticle Component Library",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"keywords": [
|
|
@@ -29,20 +29,16 @@
|
|
|
29
29
|
"react-dom": ">=17.0.2"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"
|
|
33
|
-
"@
|
|
34
|
-
"@storybook/addon-
|
|
35
|
-
"@storybook/addon-
|
|
36
|
-
"@storybook/addon-
|
|
37
|
-
"@storybook/
|
|
38
|
-
"@storybook/
|
|
39
|
-
"@storybook/
|
|
40
|
-
"@storybook/
|
|
41
|
-
"@storybook/
|
|
42
|
-
"@storybook/react-vite": "7.6.10",
|
|
43
|
-
"@storybook/test": "7.6.10",
|
|
44
|
-
"@storybook/test-runner": "0.16.0",
|
|
45
|
-
"@storybook/testing-library": "0.2.2",
|
|
32
|
+
"storybook": "8.0.0",
|
|
33
|
+
"@storybook/addon-essentials": "8.0.0",
|
|
34
|
+
"@storybook/addon-interactions": "8.0.0",
|
|
35
|
+
"@storybook/addon-links": "8.0.0",
|
|
36
|
+
"@storybook/addon-onboarding": "8.0.0",
|
|
37
|
+
"@storybook/blocks": "8.0.0",
|
|
38
|
+
"@storybook/react": "8.0.0",
|
|
39
|
+
"@storybook/react-vite": "8.0.0",
|
|
40
|
+
"@storybook/test": "8.0.0",
|
|
41
|
+
"@storybook/test-runner": "0.17.0",
|
|
46
42
|
"@typescript-eslint/eslint-plugin": "6.19.0",
|
|
47
43
|
"@vitejs/plugin-react": "4.2.1",
|
|
48
44
|
"concurrently": "8.2.2",
|
|
@@ -58,7 +54,6 @@
|
|
|
58
54
|
"http-server": "14.1.1",
|
|
59
55
|
"husky": "8.0.3",
|
|
60
56
|
"prettier": "3.1.1",
|
|
61
|
-
"storybook": "7.6.14",
|
|
62
57
|
"stylelint": "16.2.0",
|
|
63
58
|
"stylelint-config-recommended": "14.0.0",
|
|
64
59
|
"stylelint-config-standard": "36.0.0",
|