@mparticle/aquarium 1.33.1-fix-exported-types.2 → 1.33.2-fix-unnested-css.1
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.
|
@@ -5,5 +5,5 @@ export interface IFloatButtonProps extends AntFloatButtonProps {
|
|
|
5
5
|
export declare const FloatButton: {
|
|
6
6
|
(props: IFloatButtonProps): import("react/jsx-runtime").JSX.Element;
|
|
7
7
|
BackTop: import("react").ForwardRefExoticComponent<import("antd/es/float-button/interface").BackTopProps & import("react").RefAttributes<import("antd").FloatButtonRef>>;
|
|
8
|
-
Group: import("react").
|
|
8
|
+
Group: import("react").NamedExoticComponent<import("antd").FloatButtonGroupProps>;
|
|
9
9
|
};
|
|
@@ -15,6 +15,6 @@ export declare const Menu: {
|
|
|
15
15
|
(props: IMenuProps): import("react/jsx-runtime").JSX.Element;
|
|
16
16
|
SubMenu: import("react").FC<import("antd").SubMenuProps>;
|
|
17
17
|
Item: Omit<import("react").FunctionComponent<import("antd").MenuItemProps>, ""> & (<T extends import("antd").MenuItemProps>(props: T extends infer U extends import("antd").MenuItemProps ? unknown extends U ? import("antd").MenuItemProps : U : import("antd").MenuItemProps, context?: any) => import("react").ReactNode);
|
|
18
|
-
ItemGroup: import("react").ForwardRefExoticComponent<
|
|
18
|
+
ItemGroup: import("react").ForwardRefExoticComponent<Pick<import("rc-menu").MenuItemGroupProps, "className" | "style" | "title" | "children" | "eventKey" | "warnKey"> & import("react").RefAttributes<HTMLLIElement>>;
|
|
19
19
|
Divider: import("react").FC<import("antd/es/menu").MenuDividerProps>;
|
|
20
20
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mparticle/aquarium",
|
|
3
|
-
"version": "1.33.
|
|
3
|
+
"version": "1.33.2-fix-unnested-css.1",
|
|
4
4
|
"description": "mParticle Component Library",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"keywords": [
|
|
@@ -25,7 +25,8 @@
|
|
|
25
25
|
"dist/src"
|
|
26
26
|
],
|
|
27
27
|
"peerDependencies": {
|
|
28
|
-
"antd": "
|
|
28
|
+
"antd": "5.20.x",
|
|
29
|
+
"dayjs": "1.11.x",
|
|
29
30
|
"react": ">=17.0.2",
|
|
30
31
|
"react-dom": ">=17.0.2"
|
|
31
32
|
},
|
|
@@ -77,7 +78,9 @@
|
|
|
77
78
|
"vite-plugin-dts": "3.7.2",
|
|
78
79
|
"vite-plugin-svgr": "4.2.0",
|
|
79
80
|
"vitest": "1.3.1",
|
|
80
|
-
"wait-on": "7.2.0"
|
|
81
|
+
"wait-on": "7.2.0",
|
|
82
|
+
"postcss": "8.4.47",
|
|
83
|
+
"postcss-nested": "6.2.0"
|
|
81
84
|
},
|
|
82
85
|
"optionalDependencies": {
|
|
83
86
|
"@rollup/rollup-linux-x64-gnu": "4.18.0",
|