@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/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
@@ -1,3 +1,8 @@
1
+ /**
2
+ * Do not edit directly
3
+ * Generated on Wed, 20 Mar 2024 20:24:38 GMT
4
+ */
5
+
1
6
  export const Blue = "#1677ff";
2
7
  export const Purple = "#722ED1";
3
8
  export const Cyan = "#13C2C2";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mparticle/aquarium",
3
- "version": "1.8.3-dev.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
- "@semantic-release/changelog": "6.0.3",
33
- "@semantic-release/git": "10.0.1",
34
- "@storybook/addon-essentials": "7.6.14",
35
- "@storybook/addon-interactions": "7.6.10",
36
- "@storybook/addon-links": "7.6.10",
37
- "@storybook/addon-onboarding": "1.0.11",
38
- "@storybook/blocks": "7.6.14",
39
- "@storybook/builder-vite": "7.6.14",
40
- "@storybook/jest": "0.2.3",
41
- "@storybook/react": "7.6.10",
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",