@sinco/react 1.2.0-rc.3 → 1.2.2-rc.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "1.2.0-rc.3",
3
+ "version": "1.2.2-rc.0",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",
@@ -19,4 +19,4 @@
19
19
  "module": "./index.esm.js",
20
20
  "type": "module",
21
21
  "main": "./index.esm.js"
22
- }
22
+ }
@@ -1,8 +1,8 @@
1
1
  import React from 'react';
2
2
  interface FooterActionsProperties {
3
- labelChangeCounter: React.ReactNode | string;
3
+ children?: React.ReactNode | string;
4
4
  leftContent?: React.ReactNode;
5
5
  rightContent?: React.ReactNode;
6
6
  }
7
- export declare const FooterAction: ({ leftContent, rightContent, labelChangeCounter, }: FooterActionsProperties) => React.JSX.Element;
7
+ export declare const FooterAction: ({ leftContent, rightContent, children, }: FooterActionsProperties) => React.JSX.Element;
8
8
  export {};
@@ -1,3 +1,2 @@
1
1
  export declare const SincoTheme: import("@mui/material/styles").Theme;
2
2
  export declare const AdproSincoTheme: import("@mui/material/styles").Theme;
3
- export declare const ADCSincoTheme: import("@mui/material/styles").Theme;
@@ -1,4 +1,3 @@
1
1
  import { PaletteOptions } from "@mui/material";
2
2
  export declare const palette: PaletteOptions;
3
3
  export declare const paletteAdpro: PaletteOptions;
4
- export declare const paletteADC: PaletteOptions;
@@ -1,4 +1,3 @@
1
1
  import { ThemeOptions } from "@mui/material/styles";
2
2
  export declare const themeOptions: ThemeOptions;
3
3
  export declare const themeAdproOptions: ThemeOptions;
4
- export declare const themeAdcOptions: ThemeOptions;